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. --- cli/mmcli-sim.c | 1 + 1 file changed, 1 insertion(+) (limited to 'cli/mmcli-sim.c') diff --git a/cli/mmcli-sim.c b/cli/mmcli-sim.c index e5501ca9..2a1fed3a 100644 --- a/cli/mmcli-sim.c +++ b/cli/mmcli-sim.c @@ -162,6 +162,7 @@ print_sim_info (MMSim *sim) mmcli_output_string (MMC_F_SIM_PROPERTIES_ACTIVE, mm_sim_get_active (sim) ? "yes" : "no"); mmcli_output_string (MMC_F_SIM_PROPERTIES_IMSI, mm_sim_get_imsi (sim)); mmcli_output_string (MMC_F_SIM_PROPERTIES_ICCID, mm_sim_get_identifier (sim)); + mmcli_output_string (MMC_F_SIM_PROPERTIES_EID, mm_sim_get_eid (sim)); mmcli_output_string (MMC_F_SIM_PROPERTIES_OPERATOR_ID, mm_sim_get_operator_identifier (sim)); mmcli_output_string (MMC_F_SIM_PROPERTIES_OPERATOR_NAME, mm_sim_get_operator_name (sim)); mmcli_output_string_array (MMC_F_SIM_PROPERTIES_EMERGENCY_NUMBERS, (const gchar **) mm_sim_get_emergency_numbers (sim), FALSE); -- cgit v1.2.3-70-g09d2