aboutsummaryrefslogtreecommitdiffstats
path: root/tests/db
AgeCommit message (Expand)AuthorFilesLines
2019-12-01AUC: Add support for setting the AMF separation bit to '1' for EUTRANHarald Welte2-13/+13
2019-11-20move headers to include/osmocom/hlrNeels Hofmeyr2-4/+4
2019-08-13tests: Fix db_test err file to expect error code name instead of valuePau Espin Pedrol1-1/+1
2019-08-12Fix test for return codes on mipsel and alpha archsRuben Undheim2-17/+27
2019-07-30src/db.c: integrate SQLite3 with talloc allocatorVadim Yanitskiy1-0/+4
2019-07-30tests/db_test: close the database when test is finishedVadim Yanitskiy1-0/+1
2019-07-30build: fix mess with 'db_test_SOURCES' and 'db_test_LDADD'Vadim Yanitskiy1-4/+4
2019-07-25db_auc.c: verify hex key sizes read from DBOliver Smith2-0/+161
2019-05-13db_hlr.c: add db_subscr_exists_by_msisdn()Vadim Yanitskiy2-0/+12
2019-05-13db_hlr.c: add db_subscr_exists_by_imsi()Oliver Smith2-0/+11
2019-05-13db_hlr.c: db_subscr_create(): add flags argumentOliver Smith2-32/+86
2019-03-19tests: use -no-install libtool flag to avoid ./lt-* scriptsOliver Smith1-0/+4
2019-01-24Add IMEI column to subscriber tableOliver Smith2-0/+66
2018-12-04add database schema versioning to the HLR databaseStefan Sperling1-1/+1
2018-04-17use osmo_init_logging2Pau Espin Pedrol1-1/+1
2018-01-16fix build: db_test: missing LIBOSMOABIS_CFLAGS and _LIBSNeels Hofmeyr1-0/+2
2017-11-29db_test: also test db_get_auc() return valuesNeels Hofmeyr2-5/+80
2017-11-29db_get_auth_data / db_get_auc: clarify return valuesNeels Hofmeyr2-18/+18
2017-11-21db_test: don't verify SQLite issued error messages, they might changeNeels Hofmeyr2-6/+3
2017-10-28fix default logging levels to NOTICE, not DEBUGNeels Hofmeyr1-0/+1
2017-10-28automatically create db tables on osmo-hlr invocationNeels Hofmeyr1-0/+1
2017-10-28db_test: fix *FLAGSNeels Hofmeyr1-7/+1
2017-10-17add hlr_subsrc_nam to put GSUP client notification in proper APINeels Hofmeyr1-0/+6
2017-10-15fix db_subscr_get_by_*(): clear output data; test in db_test.cNeels Hofmeyr1-3/+16
2017-10-11fix db_update_sqn(): reset stmt in all error casesNeels Hofmeyr2-0/+291
2017-10-11refactor db_get_auth_data return valNeels Hofmeyr2-59/+59
2017-10-11add db_subscr_update_aud_by_id(), complete db_subscr_delete_by_id()Neels Hofmeyr2-0/+760
2017-10-11refactor db_subscr_purgeNeels Hofmeyr2-0/+175
2017-10-11refactor db_subscr_lu()Neels Hofmeyr2-0/+174
2017-10-11refactor db_subscr_ps() to db_subscr_nam()Neels Hofmeyr2-0/+183
2017-10-11add db_subscr_get_by_msisdn() and db_subscr_get_by_id()Neels Hofmeyr2-24/+85
2017-10-11less noise: simplify db_remove_reset()Neels Hofmeyr1-5/+0
2017-10-11add initial db_test: creating and deleting subscribersNeels Hofmeyr4-0/+652