Fixed network reg. problem on ppp_connection_manager

This commit is contained in:
Yasin Kaya
2020-11-26 12:59:34 +00:00
parent 763b8c6802
commit e0c6edf847
4 changed files with 13 additions and 13 deletions

View File

@@ -52,7 +52,7 @@ else
fi
### Modem configuration for RMNET/PPP mode ##################################
debug "Checking APN and Modem Mode..."
debug "Checking APN and Modem Modem..."
# APN Configuration
# -----------------
@@ -177,5 +177,5 @@ fi
# Check the network is ready
# --------------------------
if check_network -eq 0; then exit 0; else debug "Network registeration is failed!"; exit 1; fi
if check_network -eq 0; then exit 0; else debug "Network registeration is failed!. Modem configuration is unsuccesfully ended!"; exit 1; fi