aboutsummaryrefslogtreecommitdiffstats
path: root/src
AgeCommit message (Expand)AuthorFilesLines
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
2016-06-10fix authentication re-sync (pass RAND+AUTS along)Harald Welte1-1/+1
2016-06-10fix PURGE_MS sqlite3 accessHarald Welte2-8/+4
2016-05-05LU: remote oudated FIXME commentsHarald Welte1-2/+0
2016-05-05LU: correctly determine and use is_psHarald Welte1-3/+2
2016-05-05implement PURGE-MS from VLR/SGSN to HLRHarald Welte3-0/+90
2016-05-05some more comment / todo updatesHarald Welte2-0/+6
2016-05-05AUC: use osmo_hexparse() when reading key material from dbHarald Welte1-4/+6
2016-05-05State number of auth vectors in SAI responseHarald Welte1-1/+3
2016-05-05AUC: Differentiate between actual error and unknown IMSIHarald Welte2-11/+34
2016-05-03populate_hlr_db.pl: Script to generate a HLR databaseHarald Welte1-0/+75
2016-05-03add copyright statements to all filesHarald Welte2-0/+38
2016-05-03db_auc: remove some debugging code about column typesHarald Welte1-4/+0
2016-05-03db: Use Write-Ahead Logging mode of SQLite3Harald Welte1-0/+6
2016-05-03Major update; Code now supports SAI, LU and ISD transactionsHarald Welte9-11/+695
2016-04-28Fix memory leakage in gsup_serverHarald Welte1-2/+3
2016-04-28ensure we release memory for all received msgb.Harald Welte2-1/+2
2016-04-28hlr: install signal handlers for SIGINT/USR1/HUPHarald Welte1-1/+28
2016-04-28more verbose error handling in osmo_gsup_server_read_cb()Harald Welte1-5/+13
2016-04-28gsup_server: Implement IPA CCM handling using new libosmo-abis functionHarald Welte1-29/+25
2016-04-28initial import of osmo-gsup-hlr code so farHarald Welte15-0/+1061