diff options
author | Aleksander Morgado <aleksander@aleksander.es> | 2021-10-21 10:51:38 +0200 |
---|---|---|
committer | Aleksander Morgado <aleksander@aleksander.es> | 2021-11-02 09:50:17 +0000 |
commit | f55ea211a9dfe6884f754890117d33e49b4a6590 (patch) | |
tree | 1dbacf0f9e60696342a53d534f8392da5fe6e7aa /cli/mmcli-output.h | |
parent | 98738521ef699c82d2bbb3b8763858a15f7d4712 (diff) |
api,3gpp: new 'PacketServiceState' property
This property allows the user to know whether the device is attached
or detached from the packet domain service.
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 6b56cafa..678b2b61 100644 --- a/cli/mmcli-output.h +++ b/cli/mmcli-output.h @@ -132,6 +132,7 @@ typedef enum { MMC_F_3GPP_OPERATOR_ID, MMC_F_3GPP_OPERATOR_NAME, MMC_F_3GPP_REGISTRATION, + MMC_F_3GPP_PACKET_SERVICE_STATE, MMC_F_3GPP_PCO, /* 3GPP EPS section */ MMC_F_3GPP_EPS_UE_MODE, |