Age | Commit message (Collapse) | Author | |
---|---|---|---|
2013-02-22 | api: notify in the interface about the reason why the modem is FAILED | Aleksander Morgado | |
We currently implement 'SIM missing' and 'SIM error', which are probably the most common ones. | |||
2013-02-06 | cli: don't autostart the ModemManager service | Aleksander Morgado | |
2012-10-22 | cli: don't abort when looking for bearers in failed modems | Aleksander Morgado | |
2012-10-04 | libmm-glib: remove the `libmm-common.h' header | Aleksander 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-29 | cli: fix showing revision when not multiline | Aleksander Morgado | |
2012-03-29 | mmcli: prefix all NMEA traces in order to get a pretty print | Aleksander Morgado | |
2012-03-16 | mmcli: fix looking for unexisting SMS | Aleksander Morgado | |
We need to ensure we iterate over all modems available. | |||
2012-03-16 | mmcli: fix looking for unexisting bearers | Aleksander Morgado | |
We need to ensure we iterate over all modems available. | |||
2012-03-16 | cli: don't assume every modem exposes the Messaging interface | Aleksander Morgado | |
2012-03-15 | cli: avoid unneeded refs when synchronously looking for bearer/sms/sim | Aleksander Morgado | |
2012-03-15 | cli: setup to work with SMS objects | Aleksander Morgado | |
2012-03-15 | cli: fix help, bearers and SIMs can be specified also by index | Aleksander Morgado | |
2012-03-15 | cli: allow specifying bearers and SIMs by index | Aleksander 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-15 | cli: use new enums/flags string getters/builders | Aleksander Morgado | |
2012-03-15 | cli: new helper to get the CDMA registration state string | Aleksander Morgado | |
2012-03-15 | cli: print Rm protocol in bearer info | Aleksander Morgado | |
2012-03-15 | cli: fix invalid write when completing async operation | Aleksander Morgado | |
Don't use the same context to pass the results to finalize(). | |||
2012-03-15 | cli: use g_list_free_full() when possible | Aleksander Morgado | |
2012-03-15 | cli: implement SIM related actions | Aleksander Morgado | |
2012-03-15 | cli: include 3GPP related stuff when printing modem info | Aleksander Morgado | |
2012-03-15 | cli: implement 3GPP related actions | Aleksander Morgado | |
2012-03-15 | cli: specify common options in a new group | Aleksander 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-15 | cli: always keep a MMManager around | Aleksander 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-15 | cli: new helper to look for specific MMBearer objects | Aleksander Morgado | |
2012-03-15 | cli: new helper to get name of MMBearerIpMethod | Aleksander Morgado | |
2012-03-15 | cli: enable printing modem info | Aleksander Morgado | |
2012-03-15 | cli: use the new libmm-glib API fixes | Aleksander Morgado | |
2012-03-15 | cli: logging improvements | Aleksander Morgado | |
2012-03-15 | cli: start to port Modem actions to use the new libmm-glib | Aleksander Morgado | |