Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2012-12-04 | atmodem: Re-work the CBS driver | Denis Kenzior | 1 | -26/+6 | |
We might have mis-interpreted how 27.007 intends for CBS to work. After studying the implementation notes of the IMC 6260 modem, the spec intent made a little bit more sense. | |||||
2011-10-10 | drivers: Update copyright information | Marcel Holtmann | 1 | -1/+1 | |
2011-03-16 | cbs: ignore any CBMs without a proper size | Bertrand Aygon | 1 | -2/+2 | |
Cell Broadcasts are always fixed size, so improve PDU length check | |||||
2011-01-29 | atmodem: remove NULL check | Jeevaka Badrappan | 1 | -8/+0 | |
2011-01-22 | atmodem: Use Qualcomm Gobi quirks for SMS, CBS and USSD | Marcel Holtmann | 1 | -0/+1 | |
2011-01-22 | atmodem: Use switch statements for CBS vendor quirks | Marcel Holtmann | 1 | -1/+6 | |
2011-01-12 | atmodem: M15 coding style fix | Jeevaka Badrappan | 1 | -2/+2 | |
2010-11-29 | drivers: explicitly compare pointers to NULL | Lucas De Marchi | 1 | -4/+3 | |
This patch was generated by the following semantic patch (http://coccinelle.lip6.fr/) // <smpl> @fix disable is_null,isnt_null1@ expression *E; @@ - !E + E == NULL // </smpl> | |||||
2010-08-20 | atmodem: Add a few more debug statements for CBS support | Marcel Holtmann | 1 | -0/+6 | |
2010-08-16 | atmodem: Remove useless NULL checks before g_free | Marcel Holtmann | 1 | -4/+2 | |
2010-08-12 | atmodem: Use g_at_chat_clone | Denis Kenzior | 1 | -2/+3 | |
2010-06-09 | Add quirk for Qualcomm issues with setting CBS topic ranges | Marcel Holtmann | 1 | -0/+14 | |
2010-02-10 | Fix: memory leak | Denis Kenzior | 1 | -0/+5 | |
2010-02-08 | Refactor: Remove atutil dump_response | Denis Kenzior | 1 | -5/+0 | |
No longer needed now that we have nice AT command tracing using OFONO_AT_DEBUG=1 | |||||
2010-02-08 | Fix: Don't use ofono_debug directly in plugins | Denis Kenzior | 1 | -1/+1 | |
2010-02-05 | Fix: Use snprintf instead of sprintf in atmodem | Denis Kenzior | 1 | -4/+4 | |
2010-02-02 | Fix: Ignore CBM pdus bigger than 88 bytes | Denis Kenzior | 1 | -0/+5 | |
2010-01-20 | Fix: Support devices with CSCB mode 0 only | Denis Kenzior | 1 | -14/+73 | |
MBM devices do not support CSCB mode 1 (remove topics). It is thus necessary to use mode 0 and sending an empty topic list in order to turn off all topics. This patch will first query the CSCB modes supported by the hardware. If mode 1 is supported, then the old behavior is used, otherwise the new behavior is used. | |||||
2010-01-01 | Update copyright information | Marcel Holtmann | 1 | -1/+1 | |
2009-09-11 | Rework DECLARE_FAILURE to be a bit nicer | Denis Kenzior | 1 | -8/+2 | |
2009-09-10 | Ensure CBS is in a known state at startup | Denis Kenzior | 1 | -4/+7 | |
2009-09-10 | Add atmodem cell broadcast driver | Denis Kenzior | 1 | -0/+201 | |