diff options
author | Teijo Kinnunen <teijo.kinnunen@uros.com> | 2020-09-07 15:18:52 +0300 |
---|---|---|
committer | Teijo Kinnunen <teijo.kinnunen@uros.com> | 2020-09-07 15:18:52 +0300 |
commit | e52ad1cc88601b2da1946678a2743465362d88c6 (patch) | |
tree | 7e849130fd236ffd852eabc1a3b8950daf1f947c /plugins/quectel | |
parent | 49b4e6a6ff1104393edb53a812f4a23d32f04ff1 (diff) |
iface-modem: add an optional iccid parameter to check_for_sim_swap
If the new iccid is already available, reading the iccid from the
card can be skipped.
Diffstat (limited to 'plugins/quectel')
-rw-r--r-- | plugins/quectel/mm-shared-quectel.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/plugins/quectel/mm-shared-quectel.c b/plugins/quectel/mm-shared-quectel.c index 33f05665..bfd29593 100644 --- a/plugins/quectel/mm-shared-quectel.c +++ b/plugins/quectel/mm-shared-quectel.c @@ -153,6 +153,7 @@ quectel_qusim_unsolicited_handler (MMPortSerialAt *port, mm_obj_dbg (self, "checking SIM swap"); MM_IFACE_MODEM_GET_INTERFACE (self)->check_for_sim_swap ( self, + NULL, (GAsyncReadyCallback)quectel_qusim_check_for_sim_swap_ready, NULL); } |