aboutsummaryrefslogtreecommitdiff
path: root/src/mm-modem-helpers.h
diff options
context:
space:
mode:
authorSom_SP <somashekhar.puttagangaiah@intel.com>2021-07-31 16:54:16 +0530
committerAleksander Morgado <aleksander@aleksander.es>2021-09-19 09:09:35 +0000
commit19a11396dd3b25bd688135647724cdc5e407a0b8 (patch)
tree1d25589d4218074321380dcb2af39e1c805baa61 /src/mm-modem-helpers.h
parent4875817f19d035694e234dd26448d43d92422468 (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-modem-helpers.h')
-rw-r--r--src/mm-modem-helpers.h5
1 files changed, 5 insertions, 0 deletions
diff --git a/src/mm-modem-helpers.h b/src/mm-modem-helpers.h
index 31e8205c..bda38ece 100644
--- a/src/mm-modem-helpers.h
+++ b/src/mm-modem-helpers.h
@@ -572,4 +572,9 @@ gboolean mm_sim_parse_cpol_test_response (const gchar *response,
* and in order to avoid -Wtype-limits warnings. */
#define MM_CLAMP_HIGH(x, high) (((x) > (high)) ? (high) : (x))
+/*****************************************************************************/
+
+/* Helper function to decode eid read from esim */
+gchar *mm_decode_eid (const gchar *eid, gsize eid_len);
+
#endif /* MM_MODEM_HELPERS_H */