aboutsummaryrefslogtreecommitdiff
path: root/docs/man/mmcli.1
AgeCommit message (Collapse)Author
2025-03-29man: Add cell broadcast optionsGuido Günther
Signed-off-by: Guido Günther <agx@sigxcpu.org>
2025-03-11treewide: Fix typosGuido Günther
Signed-off-by: Guido Günther <agx@sigxcpu.org>
2024-12-01docs: Add Cbm And CellBroadcastGuido Günther
2024-07-17man: fix line starting with ' and remove an extra .Dan Williams
Fixes: https://gitlab.freedesktop.org/mobile-broadband/ModemManager/-/issues/867 Thanks to John Veness
2023-05-17mmcli: added --messaging-create-sms-with-text optionTom Wimmenhove
Added a `--messaging-create-sms-with-text' command line option that works similar to `--messaging-create-sms-with-data', except that it uses the content of the file as the message text instead of data. This allows creating mesasges containing both double and single quotes, which was not possible with the existing `--messaging-create-sms' command line option.
2021-07-06docs: add --output-json documentationNicholas Smith
Signed-off-by: Nicholas Smith <nicholas@nbembedded.com>
2021-04-30api,libmm-glib,cli: add command to disable facility lockMichal Mazur
2020-08-28api,modem: new 'SetPrimarySimSlot' methodAleksander Morgado
This new method allows changing the SIM slot considered as primary, when the modem supports multiple SIM slots. The generic handling of this method will make sure that the modem object and all its SIM objects are re-probed from scratch as soon as a successful SIM slot switch happens. Implementations may report MM_CORE_ERROR_EXISTS when the switch doesn't need to happen (e.g. if the requested SIM slot is already the active one).
2020-04-16man,mmcli: remove non-existent --list-bearers optionAleksander Morgado
Fixes https://gitlab.freedesktop.org/mobile-broadband/ModemManager/-/issues/203
2019-04-09location,agps: include support for MSB A-GPSAleksander Morgado
2019-04-09location,agps: explicitly specify that MSA A-GPS is implementedAleksander Morgado
The A-GPS based implementations we currently have assume MSA A-GPS, so rename the MMModemLocationSource enum value to reflect that.
2019-01-11man,mmcli: update for MM 1.10Aleksander Morgado
2018-08-06docs: move mmcli(8) to section 1Lubomir Rintel
Section (8) is for tools that require root privileges.