Commit 03b2d7dd authored by Lionel Gauthier's avatar Lionel Gauthier

Removed emul interface (not used yet)

git-svn-id: http://svn.eurecom.fr/openair4G/trunk@6407 818b1a75-f10b-46b9-bf7c-635c3b92a50f
parent 0449d1b6
......@@ -80,9 +80,9 @@ declare TIME_MEAS=0
declare DOXYGEN=0
declare DEV=0
EMULATION_DEV_INTERFACE="eth0"
EMULATION_MULTICAST_GROUP=1
EMULATION_DEV_ADDRESS=`ifconfig $EMULATION_DEV_INTERFACE | grep 'inet addr:'| grep -v '127.0.0.1' | cut -d: -f2 | awk '{ print $1}'`
#EMULATION_DEV_INTERFACE="eth0"
#EMULATION_MULTICAST_GROUP=1
#EMULATION_DEV_ADDRESS=`ifconfig $EMULATION_DEV_INTERFACE | grep 'inet addr:'| grep -v '127.0.0.1' | cut -d: -f2 | awk '{ print $1}'`
############## script params #####################
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment