summaryrefslogtreecommitdiffstats
path: root/drivers/atmodem/cbs.c
AgeCommit message (Collapse)AuthorFilesLines
2010-02-05Fix: Use snprintf instead of sprintf in atmodemDenis Kenzior1-4/+4
2010-02-02Fix: Ignore CBM pdus bigger than 88 bytesDenis Kenzior1-0/+5
2010-01-20Fix: Support devices with CSCB mode 0 onlyDenis Kenzior1-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-01Update copyright informationMarcel Holtmann1-1/+1
2009-09-11Rework DECLARE_FAILURE to be a bit nicerDenis Kenzior1-8/+2
2009-09-10Ensure CBS is in a known state at startupDenis Kenzior1-4/+7
2009-09-10Add atmodem cell broadcast driverDenis Kenzior1-0/+201