diff options
author | Aleksander Morgado <aleksander@aleksander.es> | 2021-12-16 11:40:18 +0100 |
---|---|---|
committer | Aleksander Morgado <aleksander@aleksander.es> | 2021-12-26 10:12:32 +0100 |
commit | 2bfa6863c40cf5794ea36720796dec9911ff9668 (patch) | |
tree | f7d250955b398fd5e87968a94cf5555fba4732d3 /cli/mmcli-output.h | |
parent | 80c4f49940ced46379fe2eb3e84ecb99c479c50b (diff) |
mmcli: new '--3gpp-profile-manager-status' operation
In order to show the properties of the profile management interface, e.g.:
$ sudo mmcli -m a --3gpp-profile-manager-status
-----------------------------------
3GPP profile manager | index field: apn-type
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 601912f1..bd06045b 100644 --- a/cli/mmcli-output.h +++ b/cli/mmcli-output.h @@ -147,6 +147,7 @@ typedef enum { /* 3GPP scan section */ MMC_F_3GPP_SCAN_NETWORKS, /* 3GPP profile management section */ + MMC_F_3GPP_PROFILE_MANAGER_INDEX_FIELD, MMC_F_3GPP_PROFILE_MANAGER_LIST, MMC_F_3GPP_PROFILE_MANAGER_SET, /* USSD section */ |