diff options
author | Guido Günther <agx@sigxcpu.org> | 2025-03-28 16:50:03 +0100 |
---|---|---|
committer | Dan Williams <dan@ioncontrol.co> | 2025-03-29 22:19:17 +0000 |
commit | 51dd72601832620336e111cb2ea57f0af540778b (patch) | |
tree | 780cc4883e5b72adf09f5a49777466ac4061e6dd /docs/man/mmcli.1 | |
parent | 32e5693e758fe783b53b469620a399136ef9cbc9 (diff) |
man: Add cell broadcast options
Signed-off-by: Guido Günther <agx@sigxcpu.org>
Diffstat (limited to 'docs/man/mmcli.1')
-rw-r--r-- | docs/man/mmcli.1 | 28 |
1 files changed, 28 insertions, 0 deletions
diff --git a/docs/man/mmcli.1 b/docs/man/mmcli.1 index 99a8fd4f..d15cb799 100644 --- a/docs/man/mmcli.1 +++ b/docs/man/mmcli.1 @@ -740,6 +740,24 @@ Use \fBSECONDS\fR for the timeout when performing operations with this command. This option is useful when executing long running operations, like \fB\-\-3gpp\-scan\fR. +.SH CELL BROADCAST OPTIONS + +All cell broadcast options must be used with \fB\-\-modem\fR or \fB\-m\fR. + +.TP +.B \-\-cell\-broadcast\-status +Show the status of the cell broadcast support. +.TP +.B \-\-cell\-broadcast\-list\-cbm +List cell broadcast messages available on a given modem. +.TP +.B \-\-cell\-broadcast\-delete\-cbm=[PATH|INDEX] +Delete cell broadcast message at the given path or index +.TP +.B \-\-cell\-broadcast\-set\-channels=[CHANNELS] +Set the list of channels on which cell broadcasts are received (e.g. \fB5370,5371-5372\fR) +.RS 9 + .SH EXAMPLES .SS Send the PIN to the SIM card @@ -988,6 +1006,16 @@ XTRA assistance data is usually valid for several days. successfully setup location gathering .Ed +.SS Setting the Cell Broadcast channel list + +The channel list can be set as a comma separated list of channels or channel intervals: + +.Bd -literal -compact + $ sudo mmcli -m 0 \\ + --cell-broadcast-set-channels=5370,5371,5373-5000 + successfully set channels in the modem +.Ed + .SS Key-Value output Writing shell scripts that use mmcli to perform operations with the |