uqmi: don't block restart on failed registration
Failing the registration does not necessarily mean we can not bring this interface up. For example, roaming SIM cards are possibly steered by the home-operator. Don't block restart of the QMI interface in this case. Signed-off-by: David Bauer <mail@david-bauer.net>
This commit is contained in:
parent
3004c20614
commit
ead0c19348
1 changed files with 0 additions and 1 deletions
|
@ -247,7 +247,6 @@ proto_qmi_setup() {
|
||||||
fi
|
fi
|
||||||
|
|
||||||
proto_notify_error "$interface" NETWORK_REGISTRATION_FAILED
|
proto_notify_error "$interface" NETWORK_REGISTRATION_FAILED
|
||||||
proto_block_restart "$interface"
|
|
||||||
return 1
|
return 1
|
||||||
done
|
done
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue