diff options
author | Som_SP <somashekhar.puttagangaiah@intel.com> | 2021-07-31 16:54:16 +0530 |
---|---|---|
committer | Aleksander Morgado <aleksander@aleksander.es> | 2021-09-19 09:09:35 +0000 |
commit | 19a11396dd3b25bd688135647724cdc5e407a0b8 (patch) | |
tree | 1d25589d4218074321380dcb2af39e1c805baa61 /src/mm-shared-qmi.c | |
parent | 4875817f19d035694e234dd26448d43d92422468 (diff) |
sim-mbim: add support for loading eid via mbim protocol
Support is added to set eid dbus interface property using
MBIM protocol when the inserted sim is esim.
Diffstat (limited to 'src/mm-shared-qmi.c')
-rw-r--r-- | src/mm-shared-qmi.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mm-shared-qmi.c b/src/mm-shared-qmi.c index 9bf67779..cb932aee 100644 --- a/src/mm-shared-qmi.c +++ b/src/mm-shared-qmi.c @@ -3419,7 +3419,7 @@ uim_get_slot_status_ready (QmiClientUim *client, slot_eid = g_array_index (slot_eids, GArray *, i); if (slot_eid->len) - eid = mm_qmi_uim_decode_eid (slot_eid->data, slot_eid->len); + eid = mm_decode_eid (slot_eid->data, slot_eid->len); if (!eid) mm_obj_dbg (self, "SIM in slot %d is marked as eUICC, but has malformed EID", i + 1); } |