summaryrefslogtreecommitdiff
path: root/docs/man
Commit message (Collapse)AuthorAgeFilesLines
* mmcli: added --messaging-create-sms-with-text optionTom Wimmenhove2023-05-171-0/+3
| | | | | | | | | 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.
* build: drop autotoolsAleksander Morgado2022-11-071-3/+0
|
* core: replace 'whitelist' with 'allowlist' and 'blacklist' with 'blocklist'Aleksander Morgado2021-11-041-2/+2
| | | | | | We keep the 'WHITELIST-ONLY' filter type name still as an option in --filter-policy=[POLICY], but deprecated and with the better 'ALLOWLIST-ONLY' replacement suggested from now on.
* build: Port to mesonIñigo Martínez2021-09-071-0/+9
| | | | | | meson is a build system focused on speed an ease of use, which helps speeding up the software development. This patch adds meson support along autotools.
* docs: add --output-json documentationNicholas Smith2021-07-061-0/+4
| | | | Signed-off-by: Nicholas Smith <nicholas@nbembedded.com>
* docs: remove LEGACY(DEFAULT) and PARANOID filter policy documentationAleksander Morgado2021-06-161-7/+1
|
* api,libmm-glib,cli: add command to disable facility lockMichal Mazur2021-04-301-0/+17
|
* api,modem: new 'SetPrimarySimSlot' methodAleksander Morgado2020-08-281-0/+6
| | | | | | | | | | | | | 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).
* man,mmcli: remove non-existent --list-bearers optionAleksander Morgado2020-04-161-3/+0
| | | | Fixes https://gitlab.freedesktop.org/mobile-broadband/ModemManager/-/issues/203
* location,agps: include support for MSB A-GPSAleksander Morgado2019-04-091-2/+12
|
* location,agps: explicitly specify that MSA A-GPS is implementedAleksander Morgado2019-04-091-5/+5
| | | | | The A-GPS based implementations we currently have assume MSA A-GPS, so rename the MMModemLocationSource enum value to reflect that.
* man,mmcli: update for MM 1.10Aleksander Morgado2019-01-111-96/+299
|
* docs/ModemManager.8: document --filter-policy optionLubomir Rintel2018-08-061-0/+17
|
* docs: move mmcli(8) to section 1Lubomir Rintel2018-08-063-4/+4
| | | | Section (8) is for tools that require root privileges.
* man,mmcli: fix documentation for --set-current-bandsAleksander Morgado2018-07-271-1/+1
| | | | Reported by: Matthew Stanger <stangerm2@gmail.com>
* mmcli: description of the location-set-gps-refresh-rate optionValentin Blot2017-07-311-0/+5
| | | | | | | | Commit 6c35878f12ab37604d85cb3a864e3859973bd195 introduced a new option for setting the refresh rate of location on DBus. This patch describes the option in the man page. https://bugs.freedesktop.org/show_bug.cgi?id=89924
* log: Add support for journal loggingTorsten Hilbrich2017-06-211-0/+3
| | | | | | | | | | | | | This logging is available if the software was build with the configure option --with-systemd-journal. It will be enabled by default if libsystemd is found. The runtime parameter --log-journal enables to output of log messages to the systemd journal. Please note that the journal priority field has the same value as the syslog level so no conversion is required here.
* context: rework application options and help outputAleksander Morgado2017-05-291-16/+10
| | | | | | | | Group together all options that allow configuring the logging output, and make them have the same --log-[XXX] prefix. Also rework the --help output so that all option groups are printed by default (i.e. there is no longer a --help-all option).
* man: include missing --no-auto-scan and --initial-kernel-eventsAleksander Morgado2017-05-181-3/+8
| | | | | And remove --test-no-auto-scan, as the 'no auto scan' feature isn't only a test feature now.
* docs,man: renew the ModemManager man page and add several missing commandsAleksander Morgado2014-09-051-23/+47
|
* location: new 'unmanaged' GPS setupAleksander Morgado2014-07-021-0/+7
| | | | | | | | | Standard GPS setup (raw/nmea) will both enable the GPS module and take full control of the GPS port. This prevents other processes from reading the NMEA traces from e.g. a tty. In order to handle this, a new 'unmanaged' GPS location source is introduced, which will just enable/disable the GPS module, without reading anything from the GPS port. Of course, both raw/nmea and unmanaged setups cannot be enabled at the same time.
* mmcli,oma: support for the new OMA interfaceAleksander Morgado2013-09-091-0/+27
|
* man,mmcli: changing modes and bands no longer allowed in '--simple-connect'Aleksander Morgado2013-06-271-9/+0
|
* man,mmcli: fix minor typoAleksander Morgado2013-06-071-1/+1
|
* man,mmcli: --simple-connect allows any of the --create-bearer optionsAleksander Morgado2013-04-101-3/+3
|
* cli: new actions to setup or gather CDMA BS location sourceAleksander Morgado2012-11-021-7/+17
|
* docs,ModemManager: include the missing manpageMartyn Russell2012-10-241-0/+51
| | | | | (aleksander) I messed up the integration of commit bc49794848, this should fix it.
* man,mmcli: add additional commonly used examplesAleksander Morgado2012-10-231-0/+43
|
* docs,mmcli: Add man page for mmcli(8)Martyn Russell2012-10-232-1/+700
|
* docs,ModemManager: Don't use .in file for manpage, no needMartyn Russell2012-10-232-56/+1
|
* build: rename the binary from `modem-manager' to `ModemManager'Aleksander Morgado2012-03-162-13/+12
|
* docs: added new man page for the modem-manager daemonAleksander Morgado2012-03-152-0/+59