diff options
author | Aleksander Morgado <aleksander@aleksander.es> | 2021-11-28 22:57:05 +0100 |
---|---|---|
committer | Aleksander Morgado <aleksander@aleksander.es> | 2021-12-24 12:41:27 +0000 |
commit | a6dd7ac60f1868c74346996aa7adced4ab94885c (patch) | |
tree | e75d3a344f27f7ac58bff23972153cb6b721decf /cli/mmcli-output.h | |
parent | dcf9bb4ee8c0a60fcaac0efcaa4ee8c24841ec5b (diff) |
cli,modem: add 5GNR registration settings in modem info output
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 1fcddab7..07febf07 100644 --- a/cli/mmcli-output.h +++ b/cli/mmcli-output.h @@ -40,6 +40,7 @@ typedef enum { MMC_S_MODEM_IP, MMC_S_MODEM_3GPP, MMC_S_MODEM_3GPP_EPS, + MMC_S_MODEM_3GPP_5GNR, MMC_S_MODEM_3GPP_SCAN, MMC_S_MODEM_3GPP_USSD, MMC_S_MODEM_3GPP_PROFILE_MANAGER, @@ -141,6 +142,8 @@ typedef enum { MMC_F_3GPP_EPS_BEARER_SETTINGS_IP_TYPE, MMC_F_3GPP_EPS_BEARER_SETTINGS_USER, MMC_F_3GPP_EPS_BEARER_SETTINGS_PASSWORD, + MMC_F_3GPP_5GNR_REGISTRATION_MICO_MODE, + MMC_F_3GPP_5GNR_REGISTRATION_DRX_CYCLE, /* 3GPP scan section */ MMC_F_3GPP_SCAN_NETWORKS, /* 3GPP profile management section */ |