osmo-bsc/tests/sms
Harald Welte 7e310b12ff Store incoming SMS into SQL database
* 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-03-30 20:56:32 +00:00
..
Makefile.am [build] Create a libbsc.a as noinst_LIBRARY, link bsc_hack and tests against it 2009-02-20 18:33:00 +00:00
sms_test.c Store incoming SMS into SQL database 2009-03-30 20:56:32 +00:00