aboutsummaryrefslogtreecommitdiff
path: root/src/mm-base-modem.h
diff options
context:
space:
mode:
authorPavan Holla <pholla@chromium.org>2020-11-23 17:52:17 +0000
committerAleksander Morgado <aleksander@aleksander.es>2020-11-26 08:53:14 +0000
commit38f6704fa1d6f602be84bcbf016b3386ac82c426 (patch)
treeb124b872fa77b0427c9cf9596a16aa08d69205fc /src/mm-base-modem.h
parent92c86e2b1bcdaab991d89bdd8f670b248c246bae (diff)
base-sim: Reprobe modem if lock status cannot be read after sending puk
If the lock status cannot be read during a puk unblock attempt, reprobe the modem. It is likely that the SIM was permanently blocked if the lock status cannot be read.
Diffstat (limited to 'src/mm-base-modem.h')
-rw-r--r--src/mm-base-modem.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mm-base-modem.h b/src/mm-base-modem.h
index 7b00b568..24634814 100644
--- a/src/mm-base-modem.h
+++ b/src/mm-base-modem.h
@@ -199,6 +199,6 @@ gboolean mm_base_modem_disable_finish (MMBaseModem *self,
GAsyncResult *res,
GError **error);
-void mm_base_modem_process_sim_switch (MMBaseModem *self);
+void mm_base_modem_process_sim_event (MMBaseModem *self);
#endif /* MM_BASE_MODEM_H */