aboutsummaryrefslogtreecommitdiffstats
path: root/tests/db/db_test.c
AgeCommit message (Expand)AuthorFilesLines
2023-06-14Port to new libosmogsm 'struct osmo_sub_auth_data2'Harald Welte1-8/+12
2023-05-30Introduce support for XOR-2G algorithmHarald Welte1-4/+4
2022-11-03Support building with -Werror=strict-prototypes / -Werror=old-style-definitionHarald Welte1-5/+5
2022-06-17Fix db_subscr_create() not returning -EEXIST expected by VTY subscriber creat...Pau Espin Pedrol1-5/+5
2021-07-19db v6: determine 3G AUC IND from VLR nameNeels Hofmeyr1-0/+45
2021-02-19tests: Replace deprecated API log_set_print_filenamePau Espin Pedrol1-1/+5
2020-04-302/2: wrap ipa_name in osmo_cni_peer_id with type enum and unionNeels Hofmeyr1-1/+1
2020-04-301/2: refactor: add and use lu_fsm, osmo_gsup_req, osmo_ipa_nameNeels Hofmeyr1-14/+25
2019-12-01AUC: Add support for setting the AMF separation bit to '1' for EUTRANHarald Welte1-1/+1
2019-11-20move headers to include/osmocom/hlrNeels Hofmeyr1-2/+2
2019-08-12Fix test for return codes on mipsel and alpha archsRuben Undheim1-2/+12
2019-07-30tests/db_test: close the database when test is finishedVadim Yanitskiy1-0/+1
2019-07-25db_auc.c: verify hex key sizes read from DBOliver Smith1-0/+76
2019-05-13db_hlr.c: add db_subscr_exists_by_msisdn()Vadim Yanitskiy1-0/+5
2019-05-13db_hlr.c: add db_subscr_exists_by_imsi()Oliver Smith1-0/+4
2019-05-13db_hlr.c: db_subscr_create(): add flags argumentOliver Smith1-16/+33
2019-01-24Add IMEI column to subscriber tableOliver Smith1-0/+18
2018-12-04add database schema versioning to the HLR databaseStefan Sperling1-1/+1
2018-04-17use osmo_init_logging2Pau Espin Pedrol1-1/+1
2017-11-29db_test: also test db_get_auc() return valuesNeels Hofmeyr1-5/+28
2017-11-29db_get_auth_data / db_get_auc: clarify return valuesNeels Hofmeyr1-9/+9
2017-11-21db_test: don't verify SQLite issued error messages, they might changeNeels Hofmeyr1-1/+3
2017-10-28fix default logging levels to NOTICE, not DEBUGNeels Hofmeyr1-0/+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 Hofmeyr1-0/+74
2017-10-11refactor db_get_auth_data return valNeels Hofmeyr1-30/+30
2017-10-11add db_subscr_update_aud_by_id(), complete db_subscr_delete_by_id()Neels Hofmeyr1-0/+280
2017-10-11refactor db_subscr_purgeNeels Hofmeyr1-0/+38
2017-10-11refactor db_subscr_lu()Neels Hofmeyr1-0/+37
2017-10-11refactor db_subscr_ps() to db_subscr_nam()Neels Hofmeyr1-0/+39
2017-10-11add db_subscr_get_by_msisdn() and db_subscr_get_by_id()Neels Hofmeyr1-8/+20
2017-10-11add initial db_test: creating and deleting subscribersNeels Hofmeyr1-0/+346