Commit c68fba3f authored by Rohit Gupta's avatar Rohit Gupta

Merge branch 'develop'

parents 0a524ef2 92b07c86
...@@ -53,11 +53,11 @@ while true ; do ...@@ -53,11 +53,11 @@ while true ; do
echo "Wating for UE to connect and get IP Address..." echo "Wating for UE to connect and get IP Address..."
sleep 1 sleep 1
else else
echo "UE is not connected. IP Address settings are... $cmd" echo "UE is now connected. IP Address settings are... $cmd"
break break
fi fi
done done
print "Starting iperf now..." echo "Starting iperf now..."
sudo adb -s $device_id shell /data/local/tmp/iperf ${iperf_args[@]} sudo adb -s $device_id shell /data/local/tmp/iperf ${iperf_args[@]}
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