Commit d1a7df86 authored by Rohit Gupta's avatar Rohit Gupta

update to the bandrich UE config

parent 8438d5aa
...@@ -135,7 +135,7 @@ def stop_ue(): ...@@ -135,7 +135,7 @@ def stop_ue():
timeout=60 timeout=60
os.system('killall wvdial') os.system('killall wvdial')
send_command('AT', 'OK' , timeout) send_command('AT', 'OK' , timeout)
#send_command('AT+CGATT=0' , 'OK' , timeout) send_command('AT+CGATT=0' , 'OK' , timeout)
send_command('AT+CFUN=4' , 'OK' , timeout) send_command('AT+CFUN=4' , 'OK' , timeout)
for arg in sys.argv[1:]: for arg in sys.argv[1:]:
......
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