aboutsummaryrefslogtreecommitdiff
path: root/cli/mmcli-common.c
AgeCommit message (Collapse)Author
2015-12-07license: 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-02libmm-glib,cli: Replaced 'list call' with 'list calls'Marco Bascetta
2015-08-02cli,voice: minor coding style fixesAleksander Morgado
2015-08-02mmcli: added Modem.Voice and Call supportRiccardo Vangelisti
2014-05-20cli: consistently use spaces for indentationBen Chan
2013-12-05cli: fix source tag of GSimpleAsyncResult objectsBen Chan
2013-05-23mmcli: fix newline prefixingAleksander Morgado
The last line in a multi-line string was getting lost if it wasn't '\n' terminated.
2013-02-22api: notify in the interface about the reason why the modem is FAILEDAleksander Morgado
We currently implement 'SIM missing' and 'SIM error', which are probably the most common ones.
2013-02-06cli: don't autostart the ModemManager serviceAleksander Morgado
2012-10-22cli: don't abort when looking for bearers in failed modemsAleksander Morgado
2012-10-04libmm-glib: remove the `libmm-common.h' headerAleksander Morgado
Both the ModemManager daemon and the mmcli will now include `libmm-glib.h' only. We also handle two new special `_LIBMM_INSIDE_MM' and `LIBMM_INSIDE_MMCLI' symbols, which if included before the `libmm-glib.h' library allow us to: * Don't include the libmm-glib high level API in the ModemManager daemon, as the object names would clash with those in the core. * Define some of the methods of helper objects to be included only if compiling ModemManager daemon or the mmcli.
2012-06-29cli: fix showing revision when not multilineAleksander Morgado
2012-03-29mmcli: prefix all NMEA traces in order to get a pretty printAleksander Morgado
2012-03-16mmcli: fix looking for unexisting SMSAleksander Morgado
We need to ensure we iterate over all modems available.
2012-03-16mmcli: fix looking for unexisting bearersAleksander Morgado
We need to ensure we iterate over all modems available.
2012-03-16cli: don't assume every modem exposes the Messaging interfaceAleksander Morgado
2012-03-15cli: avoid unneeded refs when synchronously looking for bearer/sms/simAleksander Morgado
2012-03-15cli: setup to work with SMS objectsAleksander Morgado
2012-03-15cli: fix help, bearers and SIMs can be specified also by indexAleksander Morgado
2012-03-15cli: allow specifying bearers and SIMs by indexAleksander Morgado
So, these two are equivalent: $> mmcli -b 0 $> mmcli -b /org/freedesktop/ModemManager1/Bearer/0 and also this two: $> mmcli -s 0 $> mmcli -s /org/freedesktop/ModemManager1/SIM/0
2012-03-15cli: use new enums/flags string getters/buildersAleksander Morgado
2012-03-15cli: new helper to get the CDMA registration state stringAleksander Morgado
2012-03-15cli: print Rm protocol in bearer infoAleksander Morgado
2012-03-15cli: fix invalid write when completing async operationAleksander Morgado
Don't use the same context to pass the results to finalize().
2012-03-15cli: use g_list_free_full() when possibleAleksander Morgado
2012-03-15cli: implement SIM related actionsAleksander Morgado
2012-03-15cli: include 3GPP related stuff when printing modem infoAleksander Morgado
2012-03-15cli: implement 3GPP related actionsAleksander Morgado
2012-03-15cli: specify common options in a new groupAleksander Morgado
Actions on modems from specific interfaces, like 3GPP, will also need the modem to be specified. The new 'Common' option group will handle all options to specify objects.
2012-03-15cli: always keep a MMManager aroundAleksander Morgado
In order to receive signals in the GDBusObjects retrieved from the GDBusObjectManagerClient, we need to keep a reference of the client around.
2012-03-15cli: new helper to look for specific MMBearer objectsAleksander Morgado
2012-03-15cli: new helper to get name of MMBearerIpMethodAleksander Morgado
2012-03-15cli: enable printing modem infoAleksander Morgado
2012-03-15cli: use the new libmm-glib API fixesAleksander Morgado
2012-03-15cli: logging improvementsAleksander Morgado
2012-03-15cli: start to port Modem actions to use the new libmm-glibAleksander Morgado