mirror of
https://github.com/sixfab/Sixfab_PPP_Installer
synced 2024-11-14 15:24:52 +00:00
Fix typos.
This commit is contained in:
parent
fe0c0d856f
commit
1c32d2b5ea
@ -177,5 +177,5 @@ fi
|
|||||||
|
|
||||||
# Check the network is ready
|
# Check the network is ready
|
||||||
# --------------------------
|
# --------------------------
|
||||||
if check_network -eq 0; then exit 0; else debug "Network registeration is failed!. Modem configuration is unsuccesfully ended!"; exit 1; fi
|
if check_network -eq 0; then exit 0; else debug "Network registration is failed!. Modem configuration is unsuccesfully ended!"; exit 1; fi
|
||||||
|
|
||||||
|
@ -31,7 +31,7 @@ function check_network()
|
|||||||
if [[ $SIM_READY -ne 0 ]]; then atcom AT+CPIN? | grep "CPIN:"; fi
|
if [[ $SIM_READY -ne 0 ]]; then atcom AT+CPIN? | grep "CPIN:"; fi
|
||||||
|
|
||||||
|
|
||||||
debug "Network Registeration Status: " "-n" # no line break
|
debug "Network Registration Status: " "-n" # no line break
|
||||||
NR_TEXT=`atcom AT+CREG? | grep "CREG:"`
|
NR_TEXT=`atcom AT+CREG? | grep "CREG:"`
|
||||||
echo $NR_TEXT
|
echo $NR_TEXT
|
||||||
|
|
||||||
@ -41,7 +41,7 @@ function check_network()
|
|||||||
# For native SIM
|
# For native SIM
|
||||||
echo $NR_TEXT | grep "CREG: 0,1" > /dev/null
|
echo $NR_TEXT | grep "CREG: 0,1" > /dev/null
|
||||||
NETWORK_REG_2=$?
|
NETWORK_REG_2=$?
|
||||||
# Combined network registeration status
|
# Combined network registration status
|
||||||
NETWORK_REG=$((NETWORK_REG+NETWORK_REG_2))
|
NETWORK_REG=$((NETWORK_REG+NETWORK_REG_2))
|
||||||
|
|
||||||
if [[ $SIM_READY -eq 0 ]] && [[ $NETWORK_REG -le 1 ]]; then
|
if [[ $SIM_READY -eq 0 ]] && [[ $NETWORK_REG -le 1 ]]; then
|
||||||
@ -50,10 +50,10 @@ function check_network()
|
|||||||
return 0
|
return 0
|
||||||
break
|
break
|
||||||
else
|
else
|
||||||
debug "Retrying network registeration..."
|
debug "Retrying network registration..."
|
||||||
fi
|
fi
|
||||||
sleep 2
|
sleep 2
|
||||||
done
|
done
|
||||||
debug "Network registeration is failed! Please check SIM card, data plan, antennas etc."
|
debug "Network registration is failed! Please check SIM card, data plan, antennas etc."
|
||||||
return 1
|
return 1
|
||||||
}
|
}
|
||||||
|
@ -24,7 +24,7 @@ if check_network -eq 0; then
|
|||||||
PPP_IS_DEFAULT=$?
|
PPP_IS_DEFAULT=$?
|
||||||
if [[ $PPP_IS_DEFAULT -ne 0 ]]; then sudo route add default ppp0; debug "ppp0 is added as default interface manually."; fi
|
if [[ $PPP_IS_DEFAULT -ne 0 ]]; then sudo route add default ppp0; debug "ppp0 is added as default interface manually."; fi
|
||||||
else
|
else
|
||||||
debug "Network registeration is failed!";
|
debug "Network registration is failed!";
|
||||||
fi
|
fi
|
||||||
|
|
||||||
while true; do
|
while true; do
|
||||||
@ -45,7 +45,7 @@ while true; do
|
|||||||
printf "+"
|
printf "+"
|
||||||
else
|
else
|
||||||
debug "Connection is down, reconnecting..."
|
debug "Connection is down, reconnecting..."
|
||||||
if check_network -eq 0; then sleep 0.1; else debug "Network registeration is failed!"; fi
|
if check_network -eq 0; then sleep 0.1; else debug "Network registration is failed!"; fi
|
||||||
sudo pon
|
sudo pon
|
||||||
|
|
||||||
# check default interface
|
# check default interface
|
||||||
|
@ -12,7 +12,7 @@ if check_network -eq 0; then
|
|||||||
PPP_IS_DEFAULT=$?
|
PPP_IS_DEFAULT=$?
|
||||||
if [[ $PPP_IS_DEFAULT -ne 0 ]]; then sudo route add default ppp0; debug "ppp0 is added as default interface manually."; fi
|
if [[ $PPP_IS_DEFAULT -ne 0 ]]; then sudo route add default ppp0; debug "ppp0 is added as default interface manually."; fi
|
||||||
else
|
else
|
||||||
debug "Network registeration is failed!";
|
debug "Network registration is failed!";
|
||||||
fi
|
fi
|
||||||
|
|
||||||
while true; do
|
while true; do
|
||||||
@ -33,7 +33,7 @@ while true; do
|
|||||||
printf "+"
|
printf "+"
|
||||||
else
|
else
|
||||||
debug "Connection is down, reconnecting..."
|
debug "Connection is down, reconnecting..."
|
||||||
if check_network -eq 0; then sleep 0.1; else debug "Network registeration is failed!"; fi
|
if check_network -eq 0; then sleep 0.1; else debug "Network registration is failed!"; fi
|
||||||
sudo pon
|
sudo pon
|
||||||
|
|
||||||
# check default interface
|
# check default interface
|
||||||
|
@ -66,7 +66,7 @@ if check_network -eq 0; then
|
|||||||
if [[ $PPP_IS_DEFAULT -ne 0 ]]; then sudo route add default ppp0; debug "ppp0 is added as default interface manually."; fi
|
if [[ $PPP_IS_DEFAULT -ne 0 ]]; then sudo route add default ppp0; debug "ppp0 is added as default interface manually."; fi
|
||||||
|
|
||||||
else
|
else
|
||||||
debug "Network registeration is failed!";
|
debug "Network registration is failed!";
|
||||||
fi
|
fi
|
||||||
|
|
||||||
while true; do
|
while true; do
|
||||||
@ -89,7 +89,7 @@ while true; do
|
|||||||
debug "Connection is down, reconnecting..."
|
debug "Connection is down, reconnecting..."
|
||||||
restart_power
|
restart_power
|
||||||
if power_up_module -eq 0 ; then sleep 0.1; else debug "Module couldn't be powered up! Check the hardware setup!"; fi
|
if power_up_module -eq 0 ; then sleep 0.1; else debug "Module couldn't be powered up! Check the hardware setup!"; fi
|
||||||
if check_network -eq 0; then sleep 0.1; else debug "Network registeration is failed!"; fi
|
if check_network -eq 0; then sleep 0.1; else debug "Network registration is failed!"; fi
|
||||||
sudo pon
|
sudo pon
|
||||||
|
|
||||||
# check default interface
|
# check default interface
|
||||||
|
@ -66,7 +66,7 @@ if check_network -eq 0; then
|
|||||||
PPP_IS_DEFAULT=$?
|
PPP_IS_DEFAULT=$?
|
||||||
if [[ $PPP_IS_DEFAULT -ne 0 ]]; then sudo route add default ppp0; debug "ppp0 is added as default interface manually."; fi
|
if [[ $PPP_IS_DEFAULT -ne 0 ]]; then sudo route add default ppp0; debug "ppp0 is added as default interface manually."; fi
|
||||||
else
|
else
|
||||||
debug "Network registeration is failed!";
|
debug "Network registration is failed!";
|
||||||
fi
|
fi
|
||||||
|
|
||||||
while true; do
|
while true; do
|
||||||
@ -89,7 +89,7 @@ while true; do
|
|||||||
debug "Connection is down, reconnecting..."
|
debug "Connection is down, reconnecting..."
|
||||||
restart_power
|
restart_power
|
||||||
if power_up_module -eq 0 ; then sleep 0.1; else debug "Module couldn't be powered up! Check the hardware setup!"; fi
|
if power_up_module -eq 0 ; then sleep 0.1; else debug "Module couldn't be powered up! Check the hardware setup!"; fi
|
||||||
if check_network -eq 0; then sleep 0.1; else debug "Network registeration is failed!"; fi
|
if check_network -eq 0; then sleep 0.1; else debug "Network registration is failed!"; fi
|
||||||
sudo pon
|
sudo pon
|
||||||
|
|
||||||
# check default interface
|
# check default interface
|
||||||
|
@ -55,7 +55,7 @@ if check_network -eq 0; then
|
|||||||
PPP_IS_DEFAULT=$?
|
PPP_IS_DEFAULT=$?
|
||||||
if [[ $PPP_IS_DEFAULT -ne 0 ]]; then sudo route add default ppp0; debug "ppp0 is added as default interface manually."; fi
|
if [[ $PPP_IS_DEFAULT -ne 0 ]]; then sudo route add default ppp0; debug "ppp0 is added as default interface manually."; fi
|
||||||
else
|
else
|
||||||
debug "Network registeration is failed!";
|
debug "Network registration is failed!";
|
||||||
fi
|
fi
|
||||||
|
|
||||||
while true; do
|
while true; do
|
||||||
@ -76,7 +76,7 @@ while true; do
|
|||||||
printf "+"
|
printf "+"
|
||||||
else
|
else
|
||||||
debug "Connection is down, reconnecting..."
|
debug "Connection is down, reconnecting..."
|
||||||
if check_network -eq 0; then sleep 0.1; else debug "Network registeration is failed!"; fi
|
if check_network -eq 0; then sleep 0.1; else debug "Network registration is failed!"; fi
|
||||||
sudo pon
|
sudo pon
|
||||||
|
|
||||||
# check default interface
|
# check default interface
|
||||||
|
@ -66,7 +66,7 @@ if check_network -eq 0; then
|
|||||||
PPP_IS_DEFAULT=$?
|
PPP_IS_DEFAULT=$?
|
||||||
if [[ $PPP_IS_DEFAULT -ne 0 ]]; then sudo route add default ppp0; debug "ppp0 is added as default interface manually."; fi
|
if [[ $PPP_IS_DEFAULT -ne 0 ]]; then sudo route add default ppp0; debug "ppp0 is added as default interface manually."; fi
|
||||||
else
|
else
|
||||||
debug "Network registeration is failed!";
|
debug "Network registration is failed!";
|
||||||
fi
|
fi
|
||||||
|
|
||||||
while true; do
|
while true; do
|
||||||
@ -89,7 +89,7 @@ while true; do
|
|||||||
debug "Connection is down, reconnecting..."
|
debug "Connection is down, reconnecting..."
|
||||||
restart_power
|
restart_power
|
||||||
if power_up_module -eq 0 ; then sleep 0.1; else debug "Module couldn't be powered up! Check the hardware setup!"; fi
|
if power_up_module -eq 0 ; then sleep 0.1; else debug "Module couldn't be powered up! Check the hardware setup!"; fi
|
||||||
if check_network -eq 0; then sleep 0.1; else debug "Network registeration is failed!"; fi
|
if check_network -eq 0; then sleep 0.1; else debug "Network registration is failed!"; fi
|
||||||
sudo pon
|
sudo pon
|
||||||
|
|
||||||
# check default interface
|
# check default interface
|
||||||
|
Loading…
Reference in New Issue
Block a user