Age | Commit message (Collapse) | Author | |
---|---|---|---|
2012-03-15 | cli: new `--store' action to store SMS messages | Aleksander Morgado | |
2012-03-15 | api,dbus: remove the option to send the SMS in the Create() call | Aleksander Morgado | |
An SMS must be first created with the Messaging interface, and then sent using the Send() method from the SMS-specific interface. | |||
2012-03-15 | cli: ensure EOL is added at every error message | Aleksander Morgado | |
2012-03-15 | cli: avoid unneeded refs when synchronously looking for bearer/sms/sim | 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: 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: fail if requesting location actions and modem doesn't handle locations | Aleksander Morgado | |
2012-03-15 | cli: fail if requesting CDMA actions and modem is not CDMA | Aleksander Morgado | |
2012-03-15 | cli: include 3GPP-USSD specific actions | Aleksander Morgado | |
2012-03-15 | cli: fail if requesting 3GPP actions and modem is not 3GPP | 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: IP config getters return newly created objects | Aleksander Morgado | |
2012-03-15 | cli: remove `--connect-with-number' option, no longer needed | Aleksander Morgado | |
2012-03-15 | cli: use new enums/flags string getters/builders | 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: print properties only if registered in the specific network(s) | Aleksander Morgado | |
If registered in the 3GPP network, print 3GPP-specific properties; and if registered in a CDMA network, print CDMA-specific properties. | |||
2012-03-15 | cli: include CDMA-specific properties in the simple status report | Aleksander Morgado | |
2012-03-15 | libmm-glib: prefix with '3gpp' the 3GPP-specific simple status properties | Aleksander Morgado | |
2012-03-15 | cli: split the command to register in a 3GPP network | Aleksander Morgado | |
We provide `--3gpp-register-home' to request automatic registration. This will try to register in the home network if available; and if not available, in any other network being allowed. We also provide `--3gpp-register-in-operator' to try to lock the registration in the network of a given specific operator, specified by MCCMNC. | |||
2012-03-15 | cli: print CDMA-related info from the modem | 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: report as 'none' when no SIM path is given | Aleksander Morgado | |
Instead of giving '/' | |||
2012-03-15 | cli: new `--set-allowed-bands' | Aleksander Morgado | |
2012-03-15 | cli: new `--set-allowed-modes' and `--set-preferred-modes' actions | Aleksander Morgado | |
2012-03-15 | cli: implement `--simple-status' | Aleksander Morgado | |
2012-03-15 | cli: new `simple-disconnect' command | Aleksander Morgado | |
This command doesn't expect any argument, it will disconnect all available bearers. You can disconnect specific bearers using `--bearer' and `--disconnect'. | |||
2012-03-15 | cli: use the new properties handler object in bearer | Aleksander Morgado | |
2012-03-15 | cli: use the new properties handler object in simple Connect() | Aleksander Morgado | |
2012-03-15 | cli: print supported/allowed bands in modem info | Aleksander Morgado | |
2012-03-15 | cli: modem options check always last, even when shutting down | Aleksander Morgado | |
2012-03-15 | api: MMModemBand is now an enum, not flags | Aleksander Morgado | |
We don't want to handle bands as flags, in order to avoid the need of 64-bits for the enum. This change implies that setting allowed bands will be done by giving an array of uint32 values, signature "au". | |||
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: include 3GPP related stuff when printing modem info | Aleksander Morgado | |
2012-03-15 | cli: implement 3GPP related actions | Aleksander Morgado | |
2012-03-15 | cli: don't recheck group options if already done | 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: add debug logs when parsing properties to create a bearer | Aleksander Morgado | |
2012-03-15 | cli: print properties used when bearer was created | Aleksander Morgado | |
2012-03-15 | cli: allow passing the new 'allow-roaming' in the bearer creation string | Aleksander Morgado | |
2012-03-15 | cli: on modem actions creating/listing bearers, just print bearer path | Aleksander Morgado | |
2012-03-15 | cli: report access technologies in use by the modem | Aleksander Morgado | |
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 | libmm-common: make it installable | Aleksander Morgado | |
We'll install libmm-common and its headers, which will be used by libmm-glib and the ModemManager daemon. |