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

minor fix to UE logging for test setup

parent 410dc2ae
Branches NR_SA_F1AP_dev
No related tags found
No related merge requests found
......@@ -73,7 +73,7 @@ def start_ue () :
time.sleep ( 2)
#Now we check if ppp0 interface is up and running
try:
cmd = 'sudo adb -s ' + device_id + ' shell netcfg |grep 192.'
cmd = 'sudo adb -s ' + device_id + ' shell netcfg |grep UP'
status, out = commands.getstatusoutput(cmd)
if (out == '') :
print "Waiting for UE to connect and get IP Address..."
......
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