aboutsummaryrefslogtreecommitdiffstats
path: root/tests
AgeCommit message (Expand)AuthorFilesLines
2017-10-11ctrl_test_runner.py: use proper constant as test db pathNeels Hofmeyr1-1/+1
2017-09-28add CTRL tests for enable-/disable-/status-psNeels Hofmeyr2-0/+55
2017-09-28add basic CTRL interface testsNeels Hofmeyr2-0/+209
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-16UMTS AKA: implement SQN increment according to SEQ and INDNeels Hofmeyr6-0/+287
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 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 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 Hofmeyr10-14/+1605
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 Hofmeyr6-0/+159