diff options
author | Dan Williams <dan@ioncontrol.co> | 2025-03-29 22:22:13 +0000 |
---|---|---|
committer | Dan Williams <dan@ioncontrol.co> | 2025-03-29 22:22:13 +0000 |
commit | 45313ebef8ea0a7f9e0d501227798ff2d1dc4c4a (patch) | |
tree | 780cc4883e5b72adf09f5a49777466ac4061e6dd /cli/mmcli-output.h | |
parent | ab8c9b341856c7a1aae563d682683f6fcca1f3ba (diff) | |
parent | 51dd72601832620336e111cb2ea57f0af540778b (diff) |
Merge request !1321 from 'cbm/channels-mmcli'
CellBroadcast: Add libmm-glib and mmcli support for setting channels
https://gitlab.freedesktop.org/mobile-broadband/ModemManager/-/merge_requests/1321
Closes #934
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 8dde1412..a9f050d8 100644 --- a/cli/mmcli-output.h +++ b/cli/mmcli-output.h @@ -46,6 +46,7 @@ typedef enum { MMC_S_MODEM_3GPP_USSD, MMC_S_MODEM_3GPP_PROFILE_MANAGER, MMC_S_MODEM_CDMA, + MMC_S_MODEM_CELL_BROADCAST, MMC_S_MODEM_SIM, MMC_S_MODEM_BEARER, MMC_S_MODEM_TIME, @@ -173,6 +174,8 @@ typedef enum { MMC_F_CDMA_REGISTRATION_CDMA1X, MMC_F_CDMA_REGISTRATION_EVDO, MMC_F_CDMA_ACTIVATION, + /* CellBroadcast section */ + MMC_F_CELL_BROADCAST_CHANNELS, /* SIM section */ MMC_F_SIM_PATH, MMC_F_SIM_PRIMARY_SLOT, |