diff options
author | Ujjwal Pande <ujjwalpande@google.com> | 2024-05-30 00:04:24 +0000 |
---|---|---|
committer | Aleksander Morgado <aleksander@aleksander.es> | 2024-06-12 09:39:12 +0000 |
commit | 2904510e760fa1fdf491d1ef4574c29d05307b3b (patch) | |
tree | 999160f261639f947303ef96589e7d1a0bf497b0 /cli/mmcli-output.h | |
parent | df8287bf6c2febd068d06f0f45194bc622118bd4 (diff) |
api: new NetworkRejection property
When a modem is not able to register to the network, MBIM and QMI indications
related to registration reports network rejection cause codes if request is
rejected by the network. This information is currently logged in the ModemManager
but not exposed outside of ModemManager.
These are the changes to define interface to expose network reject cause codes
over d-bus to the above layers which could be used by above layers to present
this information in a user friendly way.
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 5e2a3071..f942f16b 100644 --- a/cli/mmcli-output.h +++ b/cli/mmcli-output.h @@ -138,6 +138,10 @@ typedef enum { MMC_F_3GPP_OPERATOR_NAME, MMC_F_3GPP_REGISTRATION, MMC_F_3GPP_PACKET_SERVICE_STATE, + MMC_F_3GPP_NETWORK_REJECTION_ERROR, + MMC_F_3GPP_NETWORK_REJECTION_OPERATOR_ID, + MMC_F_3GPP_NETWORK_REJECTION_OPERATOR_NAME, + MMC_F_3GPP_NETWORK_REJECTION_ACCESS_TECHNOLOGY, MMC_F_3GPP_PCO, /* 3GPP EPS section */ MMC_F_3GPP_EPS_UE_MODE, |