Commit 768c7cde authored by Lionel Gauthier's avatar Lionel Gauthier

start enb as soon as possible (before UE connect)

git-svn-id: http://svn.eurecom.fr/openair4G/trunk@5109 818b1a75-f10b-46b9-bf7c-635c3b92a50f
parent 49436126
......@@ -146,10 +146,7 @@ wait_process_started oaisim
# start MIH-USER
# wait for emulation start
tshark -c 500 -i $EMULATION_DEV_INTERFACE > /dev/null 2>&1
# let UE mih user work (just to avoid too much mih enb traces interleaved with mih ue traces in ue mih-f)
sleep 25
tshark -c 150 -i $EMULATION_DEV_INTERFACE > /dev/null 2>&1
xterm -hold -e $ODTONE_MIH_EXE_DIR/$ENB_MIH_USER --conf.file $ODTONE_MIH_EXE_DIR/$ENB_MIH_USER_CONF_FILE &
wait_process_started $ENB_MIH_USER
......
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