aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
2017-08-25Use release helper from libosmocoreMax2-0/+6
2017-08-15jenkins.sh: Proper error message if local environment isn't set upHarald Welte1-0/+7
2017-07-21use OSMO_GSUP_PORT == 4222 instead of hardcoded 2222Neels Hofmeyr1-1/+1
2017-07-13Another attempt at fixing .debMax2-2/+2
2017-07-12deb: use python in shebangMax1-2/+2
2017-07-11Attempt to fix .deb packageMax4-8/+8
2017-06-07tests/auc: Don't require python3Daniel Willmann2-2/+2
2017-06-03hlr_data.sql: Insert ki and opc instead of op to example dataDaniel Willmann1-2/+2
2017-06-01VTY: Add hlr node and bind ip fieldPau Espin Pedrol5-5/+114
2017-05-22install hlr.sql in prefix/doc/osmo-hlr/Neels Hofmeyr2-0/+4
2017-05-03Add systemd service fileDaniel Willmann1-0/+11
2017-04-27debian: remove obsolete dependencyMax1-2/+1
2017-03-31add config example (mostly empty)Neels Hofmeyr1-0/+16
2017-03-20fix db_subscr_ps error handlingNeels Hofmeyr1-1/+2
2017-03-16jenkins: add value_string termination checkNeels Hofmeyr1-0/+3
2017-03-16debug log: output ind slot, previous sqn, and sqn db updateNeels Hofmeyr4-1/+30
2017-03-16UMTS AKA: implement SQN increment according to SEQ and INDNeels Hofmeyr15-12/+354
2017-03-16fix debug log: adjust to new SQN increment schemeNeels Hofmeyr4-37/+33
2017-03-15auc tests: fix after SQN scheme changes from libosmocoreNeels Hofmeyr4-107/+106
2017-03-15auc tests: adjust cosmetically to prepare for SQN changesNeels Hofmeyr5-93/+118
2017-03-14deb: fix OBS buildMax2-0/+2
2017-03-13Add .deb packagingMax7-0/+76
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 interfaceMax6-0/+134
2017-03-05Make subscr parameter to db_subscr_get() optionalMax1-5/+9
2017-03-05Add global HLR structMax4-24/+64
2017-02-22cosmetic: rename auc_3g_test.c to auc_test.cNeels Hofmeyr5-9/+9
2017-02-22cosmetic: auc_3g_test: improve test debugging toolsNeels Hofmeyr1-5/+66
2017-02-22auc_compute_vectors(): fix AUTS resync for multiple vectorsNeels Hofmeyr3-56/+8
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