diff options
author | Aleksander Morgado <aleksander@aleksander.es> | 2018-12-06 07:55:58 +0100 |
---|---|---|
committer | Dan Williams <dcbw@redhat.com> | 2018-12-07 16:20:53 +0000 |
commit | 8281b5048bc002dd2b049fdad041a35b7175eca7 (patch) | |
tree | f0d63ac18cdb5031f7209d7d4175d140a31a7326 /cli/mmcli-output.h | |
parent | 9c3ac2fb6023b87d065221f845969b0f06e26363 (diff) |
api,modem-3gpp: new 'InitialEpsBearerSettings' property
This property shows the settings stored in the device to be used
during the initial LTE attach procedure.
Diffstat (limited to 'cli/mmcli-output.h')
-rw-r--r-- | cli/mmcli-output.h | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/cli/mmcli-output.h b/cli/mmcli-output.h index 80fbda0a..362e4274 100644 --- a/cli/mmcli-output.h +++ b/cli/mmcli-output.h @@ -129,6 +129,10 @@ typedef enum { /* 3GPP EPS section */ MMC_F_3GPP_EPS_UE_MODE, MMC_F_3GPP_EPS_INITIAL_BEARER_PATH, + MMC_F_3GPP_EPS_BEARER_SETTINGS_APN, + MMC_F_3GPP_EPS_BEARER_SETTINGS_IP_TYPE, + MMC_F_3GPP_EPS_BEARER_SETTINGS_USER, + MMC_F_3GPP_EPS_BEARER_SETTINGS_PASSWORD, /* 3GPP scan section */ MMC_F_3GPP_SCAN_NETWORKS, /* USSD section */ |