diff options
author | Eric Caruso <ejcaruso@chromium.org> | 2020-10-16 12:28:10 -0700 |
---|---|---|
committer | Aleksander Morgado <aleksander@aleksander.es> | 2020-10-19 20:38:43 +0000 |
commit | 61739ab934e46c9693e964a20aced349e0f02d51 (patch) | |
tree | 812e77b35f6d566e574786edca99c7831ae1fd3e /cli/mmcli-output.h | |
parent | e24a8240cb957c1875f2f3eab14aa5005c3b8f40 (diff) |
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 'cli/mmcli-output.h')
-rw-r--r-- | cli/mmcli-output.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/cli/mmcli-output.h b/cli/mmcli-output.h index 98702d3a..928bcd38 100644 --- a/cli/mmcli-output.h +++ b/cli/mmcli-output.h @@ -286,6 +286,7 @@ typedef enum { MMC_F_SIM_PROPERTIES_ACTIVE, MMC_F_SIM_PROPERTIES_IMSI, MMC_F_SIM_PROPERTIES_ICCID, + MMC_F_SIM_PROPERTIES_EID, MMC_F_SIM_PROPERTIES_OPERATOR_ID, MMC_F_SIM_PROPERTIES_OPERATOR_NAME, MMC_F_SIM_PROPERTIES_EMERGENCY_NUMBERS, |