aboutsummaryrefslogtreecommitdiffstats
path: root/src/libmsc/db.c
AgeCommit message (Expand)AuthorFilesLines
2019-12-12sms db: when storing an SMS, retrieve the IDNeels Hofmeyr1-0/+3
2019-06-07libmsc/db.c: get rid of hard-coded SMS expiry thresholdVadim Yanitskiy1-17/+11
2019-06-06libmsc/db.c: warn user about SMS text truncationVadim Yanitskiy1-0/+10
2019-06-06libmsc/db.c: introduce and use parse_sm_ud_from_result()Vadim Yanitskiy1-49/+37
2019-06-06libmsc/db.c: fix potential integer overflowVadim Yanitskiy1-9/+27
2019-06-03db: Fix call to mempcy with NULL src ptrPau Espin Pedrol1-1/+2
2019-06-03libmsc/db.c: fix storing SMS with empty TP-User-DataVadim Yanitskiy1-3/+9
2019-06-03Introduce initial unit test for db_sms_* APIVadim Yanitskiy1-1/+4
2019-05-15remove msc specific db countersAlexander Couzens1-60/+0
2019-04-25libmsc/db.c: print info about database name and libdbi versionVadim Yanitskiy1-0/+3
2019-04-12vlr_subscr: use osmo_use_countNeels Hofmeyr1-1/+1
2018-11-21libmsc/db.c: cosmetic: mark missing breaks in switch as intendedVadim Yanitskiy1-0/+2
2018-02-05Wrap osmo_strlcpy() callsMax1-9/+9
2018-01-25Delete expired SMS automatically.Stefan Sperling1-14/+44
2018-01-25Add a VTY command which deletes all expired SMS.Stefan Sperling1-0/+37
2018-01-23Fix value of stored SMS validity time.Stefan Sperling1-1/+1
2018-01-20Store/retrieve SMS validity time in the SMS datebaseStefan Sperling1-8/+11
2018-01-18Delete SMS from the database once they were sent successfullyStefan Sperling1-0/+16
2018-01-16Improve an error message in db_init().Stefan Sperling1-1/+2
2017-12-27Migrate from OpenSSL to osmo_get_rand_id()Max1-2/+0
2017-12-20libmsc: db.c: Replace dbi APIs marked as deprecatedPau Espin Pedrol1-3/+4
2017-12-10sms.db: silence libdbi warnings on out-of-range indexNeels Hofmeyr1-7/+14
2017-12-06sms db: properly quote MSISDN in various SQL queriesNeels Hofmeyr1-5/+18
2017-12-06sms db: don't attempt to query pending SMS for unset MSISDNNeels Hofmeyr1-0/+4
2017-09-06rename include/openbsc to include/osmocom/mscNeels Hofmeyr1-6/+6
2017-08-27libmsc: Use actual delivery time in delivery reports.Keith1-0/+1
2017-08-27libmsc: Remove comment not applying anymorePau Espin Pedrol1-1/+0
2017-08-27libmsc: update database to accomodate SMS status-report fieldsPablo Neira Ayuso1-6/+162
2017-07-23Use libvlr in libmsc (large refactoring)Harald Welte1-963/+62
2017-07-12move openbsc/* to repos rootNeels Hofmeyr1-0/+1752