aboutsummaryrefslogtreecommitdiffstats
path: root/tests/sms
AgeCommit message (Collapse)AuthorFilesLines
2009-03-30Store incoming SMS into SQL databaseHarald Welte1-2/+5
* gsm_util now uses caller-allocated data (rather than callee-allocated) * correctly parse destination address * parse (but not transcode) non-default encodings of SMS * reject SMS to unknown destination number * resolve target subscriber id and store incoming SMS (without header) in 'sms' table What we're now missing is the sending part, i.e. a regular task iterating over all pending SMS and trying to deliver them. Also, check for pending SMS once we get a LOCATION UPDATE.
2009-02-23[sms] Add test case for the 7-bit coding/decoding...Holger Freyther1-0/+17
we don't pass it yet.
2009-02-23[sms] Remove hardcoded size and use the SIZE_OF trick..Holger Freyther1-1/+1
2009-02-20[build] Create a libbsc.a as noinst_LIBRARY, link bsc_hack and tests against itHolger Freyther2-12/+3
Link the tests against the libbsc.a to avoid most of the breakage when creating new symbols.
2009-02-11[misc] Another set of build fixes...Holger Freyther2-2/+7
We should compile the src into an archive file and then link to it.
2009-02-06[tests] Fix the tests... link againHolger Freyther1-1/+2
2008-12-29Implement sending SMS and send one on network registrationDaniel Willmann1-0/+2
2008-12-29ACK sms-submitDaniel Willmann1-2/+9
2008-12-28Add second test SMSDaniel Willmann1-10/+49
2008-12-28Add SMS (GSM 04.11) testing programDaniel Willmann2-0/+54