Merge branch 'master' of http://git.komect.net/ISG/secogateway
# Conflicts: # Platform/user/configm/config-server/LTE_config/LTE_config.c
This commit is contained in:
commit
e0c3da992f
|
@ -176,6 +176,7 @@ ret_code start_lte()
|
|||
int i = 0;
|
||||
|
||||
FILE *f = NULL;
|
||||
|
||||
f = popen("/etc/ppp/ppp-4g start","r");
|
||||
|
||||
if (NULL == f)
|
||||
|
|
Loading…
Reference in New Issue