aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
2017-10-11gitignore: tests/package.m4Neels Hofmeyr1-0/+1
2017-10-11ctrl_test_runner.py: use proper constant as test db pathNeels Hofmeyr1-1/+1
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-11debian/rules: show testsuite.log when tests are failingAlexander Couzens1-0/+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-10-02debian: remove unneeded dependency libdbd-sqlite3Pau Espin Pedrol1-2/+0
2017-09-28add CTRL tests for enable-/disable-/status-psNeels Hofmeyr2-0/+55
2017-09-28add basic CTRL interface testsNeels Hofmeyr5-1/+503
2017-08-26Use value string check from osmo-ciMax1-3/+2
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