aboutsummaryrefslogtreecommitdiffstats
path: root/configure.ac
diff options
context:
space:
mode:
authorNeels Hofmeyr <neels@hofmeyr.de>2017-01-31 16:40:28 +0100
committerNeels Hofmeyr <nhofmeyr@sysmocom.de>2017-02-01 14:22:40 +0100
commit6b883f784835943e1b3dbcf816dd2a949dd6805d (patch)
tree249aa4d95494bcf330bc179a0d22ae8b00b34a3e /configure.ac
parent8cde66242a6223d0f84b89ece0ec933d6f0cd8e5 (diff)
auth: verify test sets from 3GPP TS 55.205
Put to-text conversion of the 3GPP TS 55.205 PDF's section defining the test vectors in tests/auc/gen_ts_55_205_test_sets/ts55_205_test_sets.txt and add python script to generate auc_ts_55_205_test_sets.c from that at build time. The generated auc_ts_55_205_test_sets.c runs through all 19 test sets, verifying that our gsm_milenage() matches the reference data. Change-Id: Idff9d757ab956179aa41ada2a223fd9f439aafbd
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac1
1 files changed, 1 insertions, 0 deletions
diff --git a/configure.ac b/configure.ac
index fbc1326..bfda9c5 100644
--- a/configure.ac
+++ b/configure.ac
@@ -48,4 +48,5 @@ AC_OUTPUT(
sql/Makefile
tests/Makefile
tests/auc/Makefile
+ tests/auc/gen_ts_55_205_test_sets/Makefile
)