aboutsummaryrefslogtreecommitdiffstats
path: root/tests/auc
AgeCommit message (Expand)AuthorFilesLines
2022-04-14tests: use 'check_PROGRAMS' instead of 'noinst_PROGRAMS'Vadim Yanitskiy1-3/+1
2021-02-19tests: Replace deprecated API log_set_print_filenamePau Espin Pedrol2-2/+7
2021-01-04auc_test.c: Add some comments on what the test cases actually doHarald Welte1-0/+11
2020-12-28support the XOR algorithm for UMTS AKAHarald Welte2-0/+68
2019-12-10tests/auc: change back to python3osmith/fix-python3Oliver Smith1-2/+1
2019-11-20move headers to include/osmocom/hlrNeels Hofmeyr3-5/+5
2019-03-19tests: use -no-install libtool flag to avoid ./lt-* scriptsOliver Smith1-0/+1
2018-04-17use osmo_init_logging2Pau Espin Pedrol2-2/+7
2017-12-20fix debug log: put 'deriving 2G from 3G' in proper placeNeels Hofmeyr2-2/+30
2017-10-28fix default logging levels to NOTICE, not DEBUGNeels Hofmeyr2-0/+2
2017-07-13Another attempt at fixing .debMax1-1/+1
2017-07-12deb: use python in shebangMax1-2/+2
2017-07-11Attempt to fix .deb packageMax2-5/+3
2017-06-07tests/auc: Don't require python3Daniel Willmann1-1/+1
2017-03-16debug log: output ind slot, previous sqn, and sqn db updateNeels Hofmeyr2-0/+26
2017-03-16fix debug log: adjust to new SQN increment schemeNeels Hofmeyr2-30/+30
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-02-22cosmetic: rename auc_3g_test.c to auc_test.cNeels Hofmeyr4-6/+6
2017-02-22cosmetic: auc_3g_test: improve test debugging toolsNeels Hofmeyr1-5/+66
2017-02-22auc_compute_vectors(): fix AUTS resync for multiple vectorsNeels Hofmeyr2-55/+5
2017-02-22cosmetic: refactor auc_compute_vectors(), add debug logNeels Hofmeyr4-363/+438
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 Hofmeyr2-0/+242
2017-02-22auc_3g_test: add AUTS resync testNeels Hofmeyr2-0/+87
2017-02-01auth: verify test sets from 3GPP TS 55.205Neels Hofmeyr9-14/+1598
2017-02-01tests: auc_3g_test: implement vector generation testNeels Hofmeyr2-1/+366
2017-02-01Add test suite skeleton with empty test (auc_3g_test)Neels Hofmeyr4-0/+100