summaryrefslogtreecommitdiff
path: root/libmm-glib/mm-sim.h
diff options
context:
space:
mode:
authorEric Caruso <ejcaruso@chromium.org>2020-10-16 12:28:10 -0700
committerAleksander Morgado <aleksander@aleksander.es>2020-10-19 20:38:43 +0000
commit61739ab934e46c9693e964a20aced349e0f02d51 (patch)
tree812e77b35f6d566e574786edca99c7831ae1fd3e /libmm-glib/mm-sim.h
parente24a8240cb957c1875f2f3eab14aa5005c3b8f40 (diff)
downloadModemManager-61739ab934e46c9693e964a20aced349e0f02d51.tar.gz
libmm-glib,mmcli: add mm_sim_get_eid and add EID to mmcli output
This exposes the new EID property of the SIM object on mmcli.
Diffstat (limited to 'libmm-glib/mm-sim.h')
-rw-r--r--libmm-glib/mm-sim.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/libmm-glib/mm-sim.h b/libmm-glib/mm-sim.h
index efafea456..3449e289f 100644
--- a/libmm-glib/mm-sim.h
+++ b/libmm-glib/mm-sim.h
@@ -75,6 +75,9 @@ gchar *mm_sim_dup_identifier (MMSim *self);
const gchar *mm_sim_get_imsi (MMSim *self);
gchar *mm_sim_dup_imsi (MMSim *self);
+const gchar *mm_sim_get_eid (MMSim *self);
+gchar *mm_sim_dup_eid (MMSim *self);
+
const gchar *mm_sim_get_operator_identifier (MMSim *self);
gchar *mm_sim_dup_operator_identifier (MMSim *self);