Commit 7f6cd81e authored by Navid Nikaein's avatar Navid Nikaein

* uncommenting the oai driver configuration

* "./init_exmimo2.sh eNB" and "./init_exmimo2.sh UE" will bring up the interface and setup the respective addresss


git-svn-id: http://svn.eurecom.fr/openair4G/trunk@6607 818b1a75-f10b-46b9-bf7c-635c3b92a50f
parent 35b69086
...@@ -56,14 +56,14 @@ fi ...@@ -56,14 +56,14 @@ fi
load_module $OPENAIR2_DIR/NAS/DRIVER/MESH/nasmesh.ko load_module $OPENAIR2_DIR/NAS/DRIVER/MESH/nasmesh.ko
#if [ "$1" = "eNB" ]; then if [ "$1" = "eNB" ]; then
# echo "bring up oai0 interface for enb" echo "bring up oai0 interface for enb"
# sudo ifconfig oai0 10.0.1.1 netmask 255.255.255.0 broadcast 10.0.1.255 sudo ifconfig oai0 10.0.1.1 netmask 255.255.255.0 broadcast 10.0.1.255
# $OPENAIR2_DIR/NAS/DRIVER/MESH/RB_TOOL/rb_tool -a -c0 -i0 -z0 -s 10.0.1.1 -t 10.0.1.9 -r 1 $OPENAIR2_DIR/NAS/DRIVER/MESH/RB_TOOL/rb_tool -a -c0 -i0 -z0 -s 10.0.1.1 -t 10.0.1.9 -r 1
#else else
# if [ "$1" = "UE" ]; then if [ "$1" = "UE" ]; then
# echo "bring up oai0 interface for UE" echo "bring up oai0 interface for UE"
# sudo ifconfig oai0 10.0.1.9 netmask 255.255.255.0 broadcast 10.0.1.255 sudo ifconfig oai0 10.0.1.9 netmask 255.255.255.0 broadcast 10.0.1.255
# $OPENAIR2_DIR/NAS/DRIVER/MESH/RB_TOOL/rb_tool -a -c0 -i0 -z0 -s 10.0.1.9 -t 10.0.1.1 -r 1 $OPENAIR2_DIR/NAS/DRIVER/MESH/RB_TOOL/rb_tool -a -c0 -i0 -z0 -s 10.0.1.9 -t 10.0.1.1 -r 1
# fi fi
#fi fi
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