From 61739ab934e46c9693e964a20aced349e0f02d51 Mon Sep 17 00:00:00 2001 From: Eric Caruso Date: Fri, 16 Oct 2020 12:28:10 -0700 Subject: 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. --- libmm-glib/mm-sim.h | 3 +++ 1 file changed, 3 insertions(+) (limited to 'libmm-glib/mm-sim.h') diff --git a/libmm-glib/mm-sim.h b/libmm-glib/mm-sim.h index efafea45..3449e289 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); -- cgit v1.2.3-70-g09d2