aboutsummaryrefslogtreecommitdiffstats
path: root/src
AgeCommit message (Expand)AuthorFilesLines
2017-10-11add db_subscr_get_by_msisdn() and db_subscr_get_by_id()Neels Hofmeyr3-15/+100
2017-10-11db: use int64_t as subscriber idNeels Hofmeyr2-6/+6
2017-10-11less noise: simplify db_remove_reset()Neels Hofmeyr2-14/+4
2017-10-11add db_subscr_create(), db_subscr_delete(), db_subscr_update_msisdn_by_imsi()Neels Hofmeyr3-0/+128
2017-10-11add db_bind_int() and db_bind_int64()Neels Hofmeyr2-0/+46
2017-10-11cosmetic: don't log about missing SQLite log cbNeels Hofmeyr1-3/+11
2017-10-11cosmetic: db_hlr: SL3_TXT: clarify indentingNeels Hofmeyr1-6/+7
2017-10-11cosmetic: log: "SQLite" with capital LNeels Hofmeyr1-4/+4
2017-10-10cosmetic: log IMSI='<imsi>', log "no such subscriber"Neels Hofmeyr2-3/+3
2017-10-10cosmetic: multi-line DB_STMT_AUC_BY_IMSINeels Hofmeyr1-1/+6
2017-10-10cosmetic: refactor db_bind_imsi() as db_bind_text()Neels Hofmeyr3-9/+18
2017-10-10cosmetic: rename db_subscr_get() to db_subscr_get_by_imsi()Neels Hofmeyr4-6/+6
2017-10-10cosmetic: prepend DB_STMT_ to enum stmt_idx entriesNeels Hofmeyr4-30/+30
2017-07-21use OSMO_GSUP_PORT == 4222 instead of hardcoded 2222Neels Hofmeyr1-1/+1
2017-06-01VTY: Add hlr node and bind ip fieldPau Espin Pedrol4-5/+111
2017-03-20fix db_subscr_ps error handlingNeels Hofmeyr1-1/+2
2017-03-16debug log: output ind slot, previous sqn, and sqn db updateNeels Hofmeyr2-1/+4
2017-03-16UMTS AKA: implement SQN increment according to SEQ and INDNeels Hofmeyr7-11/+64
2017-03-16fix debug log: adjust to new SQN increment schemeNeels Hofmeyr2-7/+3
2017-03-07fix: properly handle error rc by osmo_gsup_conn_ccm_get()Neels Hofmeyr1-2/+8
2017-03-06CTRL: add enable/disable packet service cmdsMax6-7/+79
2017-03-06Add CTRL interfaceMax5-0/+133
2017-03-05Make subscr parameter to db_subscr_get() optionalMax1-5/+9
2017-03-05Add global HLR structMax4-24/+64
2017-02-22auc_compute_vectors(): fix AUTS resync for multiple vectorsNeels Hofmeyr1-1/+3
2017-02-22cosmetic: refactor auc_compute_vectors(), add debug logNeels Hofmeyr1-30/+84
2017-02-22auc_gen_vectors(): ensure sane arguments, testNeels Hofmeyr1-3/+32
2017-02-21Add routines to update nam_psMax3-8/+38
2017-02-20Fix compiler's warning about printf securityMax1-1/+1
2017-02-20db: move duplicated code into helper functionsMax3-46/+47
2017-02-16Move lu_operation into separate fileMax4-258/+362
2017-02-16Use strings for GSUP message typeMax1-4/+5
2017-02-13Move GSUP msg init into separate functionMax1-12/+15
2017-02-13Log error cause as a stringMax1-2/+3
2017-02-03UMTS AKA resync: fix argument orderingNeels Hofmeyr1-2/+2
2017-02-01tests: auc_3g_test: implement vector generation testNeels Hofmeyr1-2/+4
2017-02-01main: add VTY and '-c config-file' optionNeels Hofmeyr4-1/+116
2017-02-01main: add option parsing with db file and default optionsNeels Hofmeyr2-2/+90
2017-02-01main: add and use root talloc ctxNeels Hofmeyr1-4/+7
2017-01-19auc.c: typo in commentNeels Hofmeyr1-1/+1
2016-12-21log: move a log from info to debug levelNeels Hofmeyr1-1/+1
2016-12-21debug log: log computed vector kindsNeels Hofmeyr1-0/+6
2016-12-21gsup: send subscriber MSISDNNeels Hofmeyr1-1/+15
2016-12-21Add hardcoded APNMax1-1/+14
2016-12-12build: recoin db_test as non-installable programNeels Hofmeyr1-0/+3
2016-12-11fix DLGSUP logging cat after change in libosmocoreNeels Hofmeyr1-6/+0
2016-12-11fix various compiler warningsNeels Hofmeyr3-7/+7
2016-12-11fix build on FreeBSD: eliminate implicitly declared functionsNeels Hofmeyr3-0/+5
2016-12-11build with autoconf/automake, add jenkins.sh scriptNeels Hofmeyr2-18/+61
2016-06-30Fix build on UbuntuMax1-2/+2