Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2009-09-02 | G1: Add an SMS quirk for CNMI mode | Andres Salomon | 1 | -5/+14 | |
The G1 doesn't support mode2, despite advertising it. The G1 chokes w/ an "Error 303" when we specify NMI mode 2. Adding a quirk to drop that mode from the supported list (just use mode 1) allows the G1 to properly deal with SMS. | |||||
2009-09-01 | Rename generic_at drivers to atmodem | Denis Kenzior | 1 | -1/+1 | |
Be more consistent with directory naming | |||||
2009-09-01 | Make remove functions not return anything | Denis Kenzior | 1 | -3/+1 | |
2009-09-01 | change int vendor to unsigned int vendor | Denis Kenzior | 1 | -2/+3 | |
2009-09-01 | Add vendor flag capability for sms | Denis Kenzior | 1 | -2/+4 | |
2009-08-19 | Remove modem member from cb_data | Denis Kenzior | 1 | -3/+3 | |
2009-08-19 | Port SMS AT modem driver to the new API | Denis Kenzior | 1 | -174/+173 | |
2009-07-29 | Rename ofono_modem_userdata | Denis Kenzior | 1 | -22/+23 | |
2009-07-27 | Use int for MoreMessagestoSend (mms) | Denis Kenzior | 1 | -3/+5 | |
2009-07-16 | Add experimental support for MT incoming sms store | Denis Kenzior | 1 | -16/+88 | |
Some Nokia modems only support "MT" as the incoming sms store. Presumably the modem has some intelligence to pick the right store depending on the SMS class. This means that oFono must now track what the current store is, and issue a CPMS, CMGR & CMGD when a CMTI notification arrives. | |||||
2009-07-15 | Fix printing binary version of the pdu | Denis Kenzior | 1 | -1/+1 | |
2009-07-15 | Fix CNMI parsing, it uses ranges not just a list | Denis Kenzior | 1 | -2/+6 | |
2009-07-15 | Add some more debugging to SMS driver | Denis Kenzior | 1 | -0/+14 | |
2009-07-15 | Fix sms looking for text mode instead of pdu mode | Denis Kenzior | 1 | -1/+2 | |
2009-06-19 | SMS sending in AT backend | Denis Kenzior | 1 | -1/+74 | |
2009-06-16 | Rework CMGR as an unsolicited notification | Denis Kenzior | 1 | -13/+14 | |
Since the PDU line doesn't have a prefix, the parser can get confused if other unsolicited notifications arrive. There is already explicit support for unsolicited notifications with PDU, so we use that instead | |||||
2009-06-12 | Add Basic SMS reception capabilities | Denis Kenzior | 1 | -10/+20 | |
- Can receive 7Bit, 8Bit and UCS2 encoded messages - 8Bit is assumed to be a datagram to a certain port - Messages with Invalid format are ignored - Concatenation not yet supported | |||||
2009-06-12 | Fix memory leak | Denis Kenzior | 1 | -0/+3 | |
2009-06-05 | Rename sms utilities properly | Denis Kenzior | 1 | -1/+1 | |
Rename encode_sms to sms_encode Rename decode_sms to sms_decode | |||||
2009-06-05 | Add proper handling for various messages | Denis Kenzior | 1 | -0/+204 | |
Handle Deliver / Status Report / Cell Broadcast messages and send the appropriate acknowledgement PDUs (+CNMA) if required | |||||
2009-06-05 | Add colons to SMS prefixes | Denis Kenzior | 1 | -5/+5 | |
2009-06-03 | Add SMS interface initialization code for atmodem | Denis Kenzior | 1 | -1/+454 | |
2009-06-01 | Forgot this for SMS driver | Denis Kenzior | 1 | -0/+167 | |