diff options
author | Dylan Van Assche <me@dylanvanassche.be> | 2021-03-14 09:53:49 +0100 |
---|---|---|
committer | Aleksander Morgado <aleksander@aleksander.es> | 2021-05-26 13:14:52 +0000 |
commit | 0e47ba404174fcebedf4a349971d1eb07f2d714b (patch) | |
tree | eac56e93bdda5cf3325fd804e4ecf6cd1c0ab2bb /src/mm-iface-modem-3gpp.c | |
parent | 3afa8e6f3b241bb6858d8062d643761542a87976 (diff) |
iface-modem: synchronize state when resuming
Refresh signal strength and access technologies,
check for SIM swaps, and check if the SIM is locked.
The modem may have switched to a different
access technologies or have a different signal strength
when resuming. Moreover, the user may swap or remove
the SIM when suspended.
Diffstat (limited to 'src/mm-iface-modem-3gpp.c')
-rw-r--r-- | src/mm-iface-modem-3gpp.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mm-iface-modem-3gpp.c b/src/mm-iface-modem-3gpp.c index 3629a825..6c75c4a5 100644 --- a/src/mm-iface-modem-3gpp.c +++ b/src/mm-iface-modem-3gpp.c @@ -320,7 +320,7 @@ run_registration_checks_ready (MMIfaceModem3gpp *self, * from home to roaming or viceversa, both registered states, so there * wouldn't be an explicit refresh triggered from the modem interface as * the modem never got un-registered during the sequence. */ - mm_iface_modem_refresh_signal (MM_IFACE_MODEM (ctx->self)); + mm_iface_modem_refresh_signal (MM_IFACE_MODEM (ctx->self), FALSE); mm_obj_dbg (self, "currently registered in a 3GPP network"); g_task_return_boolean (task, TRUE); g_object_unref (task); |