Age | Commit message (Collapse) | Author | |
---|---|---|---|
2021-10-13 | mmcli:add SAR command --sar-status/--sar-enable/--sar-disable/--set-power-level | lvmaorui | |
2021-04-29 | api,modem: new Modem3gpp.ProfileManager interface | Aleksander Morgado | |
This new interface allows modems to expose the list of available connection profiles stored in the device and edit or delete them; as long as the underlying device/protocol allows it. | |||
2021-03-24 | cli,3gpp-ussd: move actions to a separate source file | Aleksander Morgado | |
All the USSD operations together in a separate file, as they're managed in a separate 3GPP USSD interface. | |||
2015-12-07 | license: mmcli is GPLv2+, not GPLv3+ | Aleksander Morgado | |
mmcli is GPLv2+; that's what --version has always said and that's what the README in ModemManager sources specifies: License. The ModemManager and mmcli binaries are both GPLv2+. The libmm-glib library is LGPLv2+. | |||
2015-08-02 | mmcli: added Modem.Voice and Call support | Riccardo Vangelisti | |
2013-09-09 | mmcli,oma: support for the new OMA interface | Aleksander Morgado | |
2013-08-21 | mmcli: new actions to use the 'Signal' interface | Aleksander Morgado | |
2012-10-04 | cli: new `--firmware-list' and `--firmware-select' actions | Aleksander Morgado | |
2012-07-25 | cli: allow modifying default DBus timeout with `--timeout' | Aleksander Morgado | |
By default 30s will be used for every operation. | |||
2012-03-16 | mmcli: new Time-specific actions | Aleksander Morgado | |
2012-03-15 | cli: added Messaging-specific actions | Aleksander Morgado | |
2012-03-15 | cli: added SMS-specific actions | Aleksander Morgado | |
2012-03-15 | cli: include Location-related actions | Aleksander Morgado | |
2012-03-15 | cli: add CDMA-related option group, and enable activation request | Aleksander Morgado | |
2012-03-15 | cli: implement actions from the Simple interface | Aleksander Morgado | |
2012-03-15 | cli: implement SIM related actions | Aleksander Morgado | |
2012-03-15 | cli: implement 3GPP related actions | Aleksander Morgado | |
2012-03-15 | cli: new Bearer related options | Aleksander Morgado | |
2012-03-15 | cli: allow option groups to force async/sync operations | Aleksander Morgado | |
Some operations are clearly asynchronous (e.g. monitoring modem state), while others are clearly synchronous (e.g. printing modem info). So just allow option groups to force the operation to be async or sync based on the detected action. | |||
2012-03-15 | cli: start to port Modem actions to use the new libmm-glib | Aleksander Morgado | |
2012-03-15 | cli: add commands to get info from modem | Aleksander Morgado | |
2012-03-15 | cli: port Manager actions to use the new libmm-glib | Aleksander Morgado | |
The original command line interface was written based on a hand-made libmm. This commit ports the Manager interface handling to the new gdbus-codegen-based libmm-glib. | |||
2012-03-15 | cli: split into different option groups, in different files | Aleksander Morgado | |