Skip to content
Snippets Groups Projects
Commit 697c35db authored by Rohit Gupta's avatar Rohit Gupta
Browse files

Merge branch 'develop' into Bugfix-65-Default_RB_with_RLC_AM

parents 4af4848c 92b07c86
No related branches found
No related tags found
No related merge requests found
......@@ -53,11 +53,11 @@ while true ; do
echo "Wating for UE to connect and get IP Address..."
sleep 1
else
echo "UE is not connected. IP Address settings are... $cmd"
echo "UE is now connected. IP Address settings are... $cmd"
break
fi
done
print "Starting iperf now..."
echo "Starting iperf now..."
sudo adb -s $device_id shell /data/local/tmp/iperf ${iperf_args[@]}
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment