From cad253b49f0c93d895a6313f594872f4ba5d3c64 Mon Sep 17 00:00:00 2001 From: Daniel Golle Date: Sun, 19 Feb 2023 20:44:46 +0000 Subject: [PATCH] uqmi: don't block restart if network registration fails 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 --- package/network/utils/uqmi/files/lib/netifd/proto/qmi.sh | 1 - 1 file changed, 1 deletion(-) diff --git a/package/network/utils/uqmi/files/lib/netifd/proto/qmi.sh b/package/network/utils/uqmi/files/lib/netifd/proto/qmi.sh index bd895ebe6b..b8b07d0ce7 100755 --- a/package/network/utils/uqmi/files/lib/netifd/proto/qmi.sh +++ b/package/network/utils/uqmi/files/lib/netifd/proto/qmi.sh @@ -218,7 +218,6 @@ qmi_setup() { fi proto_notify_error "$interface" NETWORK_REGISTRATION_FAILED - proto_block_restart "$interface" return 1 done -- 2.30.2