aboutsummaryrefslogtreecommitdiffstats
path: root/src/db.h
AgeCommit message (Expand)AuthorFilesLines
2017-11-21db_test: don't verify SQLite issued error messages, they might changeNeels Hofmeyr1-1/+1
2017-10-28add osmo-hlr-db-tool, program to migrate from osmo-nitb dbNeels Hofmeyr1-0/+11
2017-10-17add hlr_subsrc_nam to put GSUP client notification in proper APINeels Hofmeyr1-0/+4
2017-10-11add db_subscr_update_aud_by_id(), complete db_subscr_delete_by_id()Neels Hofmeyr1-0/+29
2017-10-11refactor db_subscr_purgeNeels Hofmeyr1-2/+2
2017-10-11refactor db_subscr_lu()Neels Hofmeyr1-4/+2
2017-10-11refactor db_subscr_ps() to db_subscr_nam()Neels Hofmeyr1-3/+3
2017-10-11add db_subscr_get_by_msisdn() and db_subscr_get_by_id()Neels Hofmeyr1-0/+6
2017-10-11db: use int64_t as subscriber idNeels Hofmeyr1-3/+3
2017-10-11less noise: simplify db_remove_reset()Neels Hofmeyr1-1/+1
2017-10-11add db_subscr_create(), db_subscr_delete(), db_subscr_update_msisdn_by_imsi()Neels Hofmeyr1-0/+9
2017-10-11add db_bind_int() and db_bind_int64()Neels Hofmeyr1-0/+2
2017-10-10cosmetic: refactor db_bind_imsi() as db_bind_text()Neels Hofmeyr1-1/+1
2017-10-10cosmetic: rename db_subscr_get() to db_subscr_get_by_imsi()Neels Hofmeyr1-2/+2
2017-10-10cosmetic: prepend DB_STMT_ to enum stmt_idx entriesNeels Hofmeyr1-11/+11
2017-03-16UMTS AKA: implement SQN increment according to SEQ and INDNeels Hofmeyr1-2/+3
2017-02-21Add routines to update nam_psMax1-8/+10
2017-02-20db: move duplicated code into helper functionsMax1-0/+2
2016-05-05implement PURGE-MS from VLR/SGSN to HLRHarald Welte1-0/+5
2016-05-03Major update; Code now supports SAI, LU and ISD transactionsHarald Welte1-3/+41
2016-04-28initial import of osmo-gsup-hlr code so farHarald Welte1-0/+35