uqmi: don't block restart if network registration fails uqmi-improvements
authorDaniel Golle <daniel@makrotopia.org>
Sun, 19 Feb 2023 20:44:46 +0000 (20:44 +0000)
committerDaniel Golle <daniel@makrotopia.org>
Sun, 19 Feb 2023 20:46:06 +0000 (20:46 +0000)
If a mobile device is powered-on while outside of the reach of the mobile
network it will not retry connecting. Fix this by no longer blocking
connection retries if network registration fails.

Signed-off-by: Daniel Golle <daniel@makrotopia.org>
package/network/utils/uqmi/files/lib/netifd/proto/qmi.sh

index bd895ebe6bc66ab8fb547d6044165625aa9a433a..b8b07d0ce7fbceff8bb7b160161b5e8648eabd6c 100755 (executable)
@@ -218,7 +218,6 @@ qmi_setup() {
                fi
 
                proto_notify_error "$interface" NETWORK_REGISTRATION_FAILED
-               proto_block_restart "$interface"
                return 1
        done