aboutsummaryrefslogtreecommitdiff
path: root/plugins/quectel/mm-shared-quectel.c
diff options
context:
space:
mode:
authorPrakash Pabba <quic_ppabba@quicinc.com>2022-06-02 14:30:28 +0530
committerAleksander Morgado <aleksander@aleksander.es>2022-07-16 22:22:59 +0200
commit5c0db3743209b78d8c7b7558e337e6df25951bae (patch)
tree5d487207e3e57f4f3c3e7600fda8f3e9800f6e89 /plugins/quectel/mm-shared-quectel.c
parent115692dd9184805dc9aa04d09eaa270e1e6e795a (diff)
mm-iface-modem,mm-broadband-modem,mm-shared-qmi: support SIM IMSI switch
It is possible that SIM IMSI might change in roaming conditions for a sim. Register for UIM refresh indication always and reprobe if ICCID or IMSI changes for QMI modem.
Diffstat (limited to 'plugins/quectel/mm-shared-quectel.c')
-rw-r--r--plugins/quectel/mm-shared-quectel.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/plugins/quectel/mm-shared-quectel.c b/plugins/quectel/mm-shared-quectel.c
index 13834e83..ab079436 100644
--- a/plugins/quectel/mm-shared-quectel.c
+++ b/plugins/quectel/mm-shared-quectel.c
@@ -11,6 +11,7 @@
* GNU General Public License for more details:
*
* Copyright (C) 2018-2020 Aleksander Morgado <aleksander@aleksander.es>
+ * Copyright (c) 2022 Qualcomm Innovation Center, Inc.
*/
#include <config.h>
@@ -397,6 +398,7 @@ quectel_qusim_unsolicited_handler (MMPortSerialAt *port,
MM_IFACE_MODEM_GET_INTERFACE (self)->check_for_sim_swap (
self,
NULL,
+ NULL,
(GAsyncReadyCallback)quectel_qusim_check_for_sim_swap_ready,
NULL);
}