Age | Commit message (Collapse) | Author | |
---|---|---|---|
2014-05-20 | cli: consistently use spaces for indentation | Ben Chan | |
2013-10-25 | cli,sms: print properties just when they are available | Aleksander Morgado | |
The logic to decide whether a property is valid in a given PDU type is kind of fuzzy for 3GPP2 as it is currently implemented; so just print whatever we have in the interface. | |||
2013-10-25 | api: add 'ServiceCategory' property to the SMS interface | Aleksander Morgado | |
Will be used in 3GPP2 SMS messages. | |||
2013-10-25 | api: add 'TeleserviceId' property to the SMS interface | Aleksander Morgado | |
Will be used in 3GPP2 SMS messages. | |||
2013-10-25 | cli,sms: 'class' and 'smsc' are 3GPP specific | Aleksander Morgado | |
2013-06-24 | mmcli: SMS class value is a signed integer, not unsiged | Aleksander Morgado | |
2013-04-05 | api,introspection: update 'Validity' property in the SMS interface | Aleksander Morgado | |
We don't want to support only 'relative' validity, so don't assume that the Validity property will always be a uint32 value. Instead, we define the Validity propery as '(uv)' tuple, where the first value (a MMSmsValidityType) specifies the type of validity, and the second value is a variant formatted accordingly to what the validity type specifies (e.g. a uint32 value if the type is MM_SMS_VALIDITY_TYPE_RELATIVE). | |||
2012-10-23 | cli,sms: add missing parameter documentation in `--store-in-storage' | 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-09-14 | cli: minor text output fixes | Aleksander Morgado | |
2012-09-14 | cli: new `--create-file-with-data' action for SMS objects | Aleksander Morgado | |
This new action allows creating a new file with the binary data stored in the SMS, if any. E.g.: $> sudo mmcli -s 7 \ --create-file-with-data=output.txt This action can only be run on SMS object with binary data. | |||
2012-09-14 | cli: print new SMS properties in SMS status report | Aleksander Morgado | |
2012-09-14 | cli: print delivery report request information in SMS status | Aleksander Morgado | |
2012-09-14 | cli: new `--store-in-storage' action to be able to select where to store the SMS | Aleksander Morgado | |
Expects the storage as the enum nickname string, e.g: "me" for MM_SMS_STORAGE_ME or "sm" for MM_SMS_STORAGE_SM | |||
2012-09-14 | api: Sms.Store() now requires the specific memory storage where to store the SMS | Aleksander Morgado | |
... or MM_SMS_STORAGE_UNKNOWN to store it in the default storage. | |||
2012-08-24 | cli: fix output message when storing a SMS | 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-15 | cli: include storage when printing SMS info | Aleksander Morgado | |
2012-03-15 | cli: new `--store' action to store SMS messages | Aleksander Morgado | |
2012-03-15 | cli: added SMS-specific actions | Aleksander Morgado | |