diff options
author | Aleksander Morgado <aleksander@aleksander.es> | 2021-11-20 21:40:03 +0100 |
---|---|---|
committer | Aleksander Morgado <aleksander@aleksander.es> | 2021-12-11 12:53:37 +0100 |
commit | f8719e6308404e6c2f077c59a1dc9b13dc37819e (patch) | |
tree | c3d46d6446b66cc0ce426ff7cd870033e6b3b9b8 /cli/mmcli-output.h | |
parent | 0eda648bb9d0fef19bf882f36f853d6aa2699d12 (diff) |
cli,sim: new 'SimType', 'Removability' and 'EsimStatus' properties
Diffstat (limited to 'cli/mmcli-output.h')
-rw-r--r-- | cli/mmcli-output.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/cli/mmcli-output.h b/cli/mmcli-output.h index cc34d536..1fcddab7 100644 --- a/cli/mmcli-output.h +++ b/cli/mmcli-output.h @@ -314,6 +314,9 @@ typedef enum { MMC_F_SIM_PROPERTIES_OPERATOR_NAME, MMC_F_SIM_PROPERTIES_EMERGENCY_NUMBERS, MMC_F_SIM_PROPERTIES_PREFERRED_NETWORKS, + MMC_F_SIM_PROPERTIES_SIM_TYPE, + MMC_F_SIM_PROPERTIES_ESIM_STATUS, + MMC_F_SIM_PROPERTIES_REMOVABILITY, MMC_F_SAR_STATE, MMC_F_SAR_POWER_LEVEL, /* Lists */ |