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
This commit is contained in:
Aleksander Morgado
2021-12-16 11:40:18 +01:00
parent 80c4f49940
commit 2bfa6863c4
3 changed files with 32 additions and 1 deletions

View File

@@ -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 */