Age | Commit message (Collapse) | Author | |
---|---|---|---|
2012-03-29 | mmcli: prefix all NMEA traces in order to get a pretty print | Aleksander Morgado | |
2012-03-29 | mmcli: new actions to request gps-specific or all available locations | Aleksander Morgado | |
2012-03-29 | mmcli: allow multiple location source enabling/disabling commands | Aleksander Morgado | |
For example, we do allow: mmcli -m 0 --enable-location-gps-nmea --disable-location-gps-raw All the options get merged into a single Setup() call in the Location interface. | |||
2012-03-29 | mmcli: new `--location-enable-gps' and `--location-disable-gps' actions | Aleksander Morgado | |
2012-03-29 | mmcli: new `--location-status' to show supported and enabled location sources | Aleksander Morgado | |
2012-03-29 | location: rework to allow multiple location sources | Aleksander Morgado | |
Location sources can now be enabled or disabled by using the mask of sources given in Setup() (similar previous Enable()). | |||
2012-03-26 | mmcli: abort certain operations if modem is unlocked | Aleksander Morgado | |
Do not try to perform feature/capability specific actions if we're still unlocked, as the modem didn't yet export the feature/capability specific interface. The only interfaces expected while modem is unlocked are the Modem and Simple interfaces, as well as the SIM interface in the SIM object, of course. | |||
2012-03-16 | libmm-common: `MMLocation3gpp' won't be considered internal any more | Aleksander Morgado | |
Renamed `MMCommonLocation3gpp' to `MMLocation3gpp', and removed the `MMModemLocation3gpp' provided in libmm-glib. We'll just use the original one from libmm-common always. | |||
2012-03-15 | cli: ensure EOL is added at every error message | Aleksander Morgado | |
2012-03-15 | cli: fail if requesting location actions and modem doesn't handle locations | Aleksander Morgado | |
2012-03-15 | cli: include Location-related actions | Aleksander Morgado | |