Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
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 | |