diff options
author | Pavan Holla <pholla@chromium.org> | 2020-09-28 20:38:24 +0000 |
---|---|---|
committer | Aleksander Morgado <aleksander@aleksander.es> | 2020-10-03 13:14:21 +0000 |
commit | aa4dce2afc804d6ba4670392919dd12dbc62a162 (patch) | |
tree | adb79f7f6a97451abd353072a3b278c9fc0d16c9 /src/mm-modem-helpers-qmi.h | |
parent | 72d8bae65b74000c7c6f24e5a6ccb303e3c67b30 (diff) |
broadband-modem-qmi: Use UIM service for querying facility locks
DMS_UIM messages have been deprecated, and have been replaced by
equivalent UIM messages. Use UIM_GET_CARD_STATUS while querying for facility
locks if dms_uim messages were found to be deprecated.
Diffstat (limited to 'src/mm-modem-helpers-qmi.h')
-rw-r--r-- | src/mm-modem-helpers-qmi.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/mm-modem-helpers-qmi.h b/src/mm-modem-helpers-qmi.h index ae52afb8..baa993e0 100644 --- a/src/mm-modem-helpers-qmi.h +++ b/src/mm-modem-helpers-qmi.h @@ -160,8 +160,10 @@ GArray *mm_firmware_unique_id_to_qmi_unique_id (const gchar *unique_id, gboolean mm_qmi_uim_get_card_status_output_parse (gpointer log_object, QmiMessageUimGetCardStatusOutput *output, MMModemLock *o_lock, + QmiUimPinState *o_pin1_state, guint *o_pin1_retries, guint *o_puk1_retries, + QmiUimPinState *o_pin2_state, guint *o_pin2_retries, guint *o_puk2_retries, GError **error); |