aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
2017-02-22cosmetic: refactor auc_compute_vectors(), add debug logNeels Hofmeyr5-393/+522
2017-02-22auc_3g_test: add AUTS test with N vectors, to show bugNeels Hofmeyr2-0/+198
2017-02-22auc_3g_test: allow to inc fake rand bytes upon rand requestNeels Hofmeyr1-10/+16
2017-02-22auc_gen_vectors(): ensure sane arguments, testNeels Hofmeyr3-3/+274
2017-02-22auc_3g_test: add AUTS resync testNeels Hofmeyr2-0/+87
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-01sql: add unique constraints to IMSI and MSISDNNeels Hofmeyr1-2/+2
2017-02-01auth: verify test sets from 3GPP TS 55.205Neels Hofmeyr12-14/+1609
2017-02-01tests: auc_3g_test: implement vector generation testNeels Hofmeyr3-3/+370
2017-02-01Add test suite skeleton with empty test (auc_3g_test)Neels Hofmeyr9-0/+167
2017-02-01comment: sql: describe auc_2g and auc_3g columnsNeels Hofmeyr1-7/+7
2017-02-01sql: auc_3g: set sqn NOT NULL DEFAULT 0Neels Hofmeyr1-1/+1
2017-02-01cosmetic: sql: indicate VARCHAR size of key columns as 32Neels Hofmeyr1-3/+3
2017-02-01sql: fix 3g_auc's column K data typeNeels Hofmeyr1-1/+1
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
2017-01-19hlr.sql: 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-21Add gerrit settingsMax1-0/+3
2016-12-15bump required libosmocore version to 0.9.5Neels Hofmeyr1-1/+1
2016-12-13build: actually make sqlite mandatoryNeels Hofmeyr1-4/+1
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 Hofmeyr8-19/+335
2016-11-11add COPYING file with AGPLv3 license text0.0.1Harald Welte1-0/+661
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 Welte4-0/+92
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