Age | Commit message (Collapse) | Author | |
---|---|---|---|
2012-03-15 | modem-helpers: new CPMS format result parser | Aleksander Morgado | |
2012-03-15 | sms: implement default sending, either from storage or through the generic cmd | Aleksander Morgado | |
2012-03-15 | sms: don't allow sending received messages | Aleksander Morgado | |
2012-03-15 | sms: implement default storing | Aleksander Morgado | |
2012-03-15 | sms-part: include the submit-pdu building code | Aleksander Morgado | |
It currently doesn't do multi-part. When do support that, we may end up needing to move all this code to mm-sms.c | |||
2012-03-15 | broadband-modem: implement the use-pdu-mode flag property | Aleksander Morgado | |
2012-03-15 | iface-modem-messaging: handle the flag to use PDU mode as a property | Aleksander Morgado | |
2012-03-15 | sms-list: refactor SMS removal | Aleksander Morgado | |
If any of the parts couldn't be removed, an error is reported and the SMS is left in the list. | |||
2012-03-15 | sms: delete() just removes the parts from the storage | Aleksander Morgado | |
It's left to the delete() caller to unexport the SMS object from DBus and such. | |||
2012-03-15 | sms-part: allow reseting part index | Aleksander Morgado | |
so that we can for example, tell the index is INVALID | |||
2012-03-15 | sms: 'number' and 'text' are mandatory when creating from properties | 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 | broadband-modem: get and use SMS part state when parsing CMGL reply | Aleksander Morgado | |
2012-03-15 | sms: export uncomplete multipart messages as well | Aleksander Morgado | |
Uncompleted multipart SMS will be exported to DBus, where only the "state" property is valid, so that we allow completely removing those uncompleted multipart SMS which will never get completed due to one reason or another. | |||
2012-03-15 | broadband-modem: ensure text mode SMS list doesn't pick up too much text | Aleksander Morgado | |
This is the port of commit 2104cd725a5f3f9aeacf4dfc4faa70dba293789d to the 06-api branch. | |||
2012-03-15 | broadband-modem: fix text SMS list regex | Aleksander Morgado | |
This is a port of commit c7f54a635a84d5861b1d5f819c25de97b8c0ac32 to the 06-api branch. | |||
2012-03-15 | iface-modem-messaging: don't allow method calls if not enabled | Aleksander Morgado | |
2012-03-15 | iface-modem: don't force port closing here, it breaks the open/close count | Aleksander Morgado | |
2012-03-15 | iface-modem: simplify disabling sequence | Aleksander Morgado | |
Avoid the _ready() function generator macro, not really needed here. | |||
2012-03-15 | sim: leave up to 10s for CRSM queries | Aleksander Morgado | |
2012-03-15 | sms: handle message storing and sending actions from DBus | Aleksander Morgado | |
2012-03-15 | sms-part: new symbol to define invalid indexes | Aleksander Morgado | |
SMS parts with invalid indexes are NOT stored yet in the device | |||
2012-03-15 | api,dbus: renamed `To' to `Number' in the SMS interface | Aleksander Morgado | |
2012-03-15 | iface-modem-messaging: allow creating new SMS objects | Aleksander Morgado | |
2012-03-15 | sms: allow creating SMS objects from the common properties | Aleksander Morgado | |
2012-03-15 | sms-list: allow adding full SMS objects to the list | Aleksander Morgado | |
2012-03-15 | sms-list: handle NULL paths in SMS objects | Aleksander Morgado | |
They will have NULL paths when they are not exported yet | |||
2012-03-15 | api,header: renamed `MMModemSmsState' to `MMSmsState' | Aleksander Morgado | |
2012-03-15 | sms: pass known state when creating the MMSms object | Aleksander Morgado | |
2012-03-15 | sms-part: include validity | Aleksander Morgado | |
2012-03-15 | iface-modem-messaging: allow subclassing SMS object creation methods | Aleksander Morgado | |
2012-03-15 | sms: allow sublassing the part deletion procedure | Aleksander Morgado | |
2012-03-15 | sms: rename method which creates MMSms from single part | Aleksander Morgado | |
2012-03-15 | modem-helpers: use new common charset converter when parsing operator name/code | Aleksander Morgado | |
This is the port of commit 4af8483ae4e32ca3d815f14aaf5f012b0ed98eed into the 06-api branch. | |||
2012-03-15 | broadband-modem: try to get SMS text and number in the current charset | Aleksander Morgado | |
2012-03-15 | broadband-modem: allow listing SMS parts in Text mode | Aleksander Morgado | |
2012-03-15 | sms-part: allow creating MMSmsParts not only from parsing a PDU | Aleksander Morgado | |
2012-03-15 | broadband-modem: implement generic unsolicited SMS events handling | Aleksander Morgado | |
2012-03-15 | iface-modem-messaging: allow setting up unsolicited events | Aleksander Morgado | |
2012-03-15 | base-modem: ignore every unsolicited CMTI until we set up messaging | Aleksander Morgado | |
2012-03-15 | modem-helpers: new common CMTI regex getter | Aleksander Morgado | |
2012-03-15 | sms: assemble and export the SMS when its completed | Aleksander Morgado | |
2012-03-15 | sms-list: don't signal completed messages | Aleksander Morgado | |
We will instead not export an SMS until completed and assembled | |||
2012-03-15 | sms: set modem object, so that the SMS are exported in DBus | Aleksander Morgado | |
2012-03-15 | broadband-modem: don't assume CIEV/CIND signal quality is in the [0,5] range | Aleksander Morgado | |
When running AT+CIND=? we get the real range for the signal quality indications, like: "signal",(1-7). The max value doesn't need to be 5; so if we do get min and max, we will normalize the returned quality using the proper range and scale it to the [0,100] range. | |||
2012-03-15 | modem-helpers: allow strings instead of indexes in CIEV unsolicited events | Aleksander Morgado | |
Some modems will report strings instead of indicator indexes, like: +CIEV: roam,1 So allow non-integer indicators. | |||
2012-03-15 | broadband-modem: log the indexes expected in CIEV unsolicited messages | Aleksander Morgado | |
2012-03-15 | modem-helpers: update the regex for the AT+CIND=? response | Aleksander Morgado | |
Cinterion modems seem to include "signal",(0-7,99) We just get rid of the ',99' part. | |||
2012-03-15 | broadband-modem: by default use PDU mode for SMS operations | Aleksander Morgado | |
Currently the support for text mode lacks a lot of functionality. | |||
2012-03-15 | iface-modem-3gpp: avoid segfault with empty MCCMNC | Aleksander Morgado | |