diff options
author | Aleksander Morgado <aleksandermj@chromium.org> | 2023-04-10 21:37:18 +0000 |
---|---|---|
committer | Aleksander Morgado <aleksandermj@chromium.org> | 2023-04-11 09:44:47 +0000 |
commit | c61a7db1b61652d5fc82d4556879af3139821750 (patch) | |
tree | 64eeef0a99c9f39e99a08667ea3c0577931e3c99 /src/mm-modem-helpers-qmi.h | |
parent | 06646001cea1b7a12c5f91987e5ebd6cecb4ff80 (diff) |
helpers-qmi: support new personalization feature status type
The personalization feature enum used in "card status" is different to
the one used in other UIM operations like "depersonalization".
libqmi dependency updated to 1.33.6 to ensure we can use the new types.
Diffstat (limited to 'src/mm-modem-helpers-qmi.h')
-rw-r--r-- | src/mm-modem-helpers-qmi.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/mm-modem-helpers-qmi.h b/src/mm-modem-helpers-qmi.h index 51110d72..2de29a34 100644 --- a/src/mm-modem-helpers-qmi.h +++ b/src/mm-modem-helpers-qmi.h @@ -258,6 +258,7 @@ gboolean mm_qmi_uim_get_configuration_output_parse (gpointer MMModem3gppFacility *o_lock, GError **error); -QmiUimCardApplicationPersonalizationFeature qmi_personalization_feature_from_mm_modem_3gpp_facility (MMModem3gppFacility facility); +gboolean qmi_personalization_feature_from_mm_modem_3gpp_facility (MMModem3gppFacility facility, + QmiUimCardApplicationPersonalizationFeature *o_feature); #endif /* MM_MODEM_HELPERS_QMI_H */ |