osmo-hlr.git branch master updated. 0.0.1-24-g6b883f7

This is merely a historical archive of years 2008-2021, before the migration to mailman3.

A maintained and still updated list archive can be found at https://lists.osmocom.org/hyperkitty/list/osmocom-commitlog@lists.osmocom.org/.

gitosis at osmocom.org gitosis at osmocom.org
Wed Feb 1 14:11:50 UTC 2017


This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "UNNAMED PROJECT".

The branch, master has been updated
       via  6b883f784835943e1b3dbcf816dd2a949dd6805d (commit)
       via  8cde66242a6223d0f84b89ece0ec933d6f0cd8e5 (commit)
       via  00c069726ed79a79581f13e6654deabbadcff1d9 (commit)
      from  8089d51f7483926cc253b19550e5fed4171d9b9f (commit)

Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.

- Log -----------------------------------------------------------------
http://cgit.osmocom.org/osmo-hlr/commit/?id=6b883f784835943e1b3dbcf816dd2a949dd6805d

commit 6b883f784835943e1b3dbcf816dd2a949dd6805d
Author: Neels Hofmeyr <neels at hofmeyr.de>
Date:   Tue Jan 31 16:40:28 2017 +0100

    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

http://cgit.osmocom.org/osmo-hlr/commit/?id=8cde66242a6223d0f84b89ece0ec933d6f0cd8e5

commit 8cde66242a6223d0f84b89ece0ec933d6f0cd8e5
Author: Neels Hofmeyr <nhofmeyr at sysmocom.de>
Date:   Tue Jan 31 02:10:40 2017 +0100

    tests: auc_3g_test: implement vector generation test
    
    Change-Id: I291bccd62661ff5790dc43d91dc63a9e4b0e0ff2

http://cgit.osmocom.org/osmo-hlr/commit/?id=00c069726ed79a79581f13e6654deabbadcff1d9

commit 00c069726ed79a79581f13e6654deabbadcff1d9
Author: Neels Hofmeyr <nhofmeyr at sysmocom.de>
Date:   Tue Jan 31 01:19:27 2017 +0100

    Add test suite skeleton with empty test (auc_3g_test)
    
    Change-Id: I6359b0809ce8578850fd65887a568714fb35dbd8

-----------------------------------------------------------------------

Summary of changes:
 .gitignore                                         |   6 +
 Makefile.am                                        |   1 +
 configure.ac                                       |   5 +
 src/auc.c                                          |   6 +-
 tests/Makefile.am                                  |  50 ++
 tests/auc/Makefile.am                              |  55 ++
 tests/auc/auc_3g_test.c                            | 324 +++++++
 tests/auc/auc_3g_test.err                          | 106 +++
 tests/auc/auc_3g_test.ok                           |   2 +
 tests/auc/auc_ts_55_205_test_sets.err              | 304 +++++++
 tests/auc/auc_ts_55_205_test_sets.ok               |   2 +
 tests/auc/gen_ts_55_205_test_sets/Makefile.am      |   6 +
 tests/auc/gen_ts_55_205_test_sets/func_template.c  |  64 ++
 tests/auc/gen_ts_55_205_test_sets/main_template.c  | 115 +++
 tests/auc/gen_ts_55_205_test_sets/pdftxt_2_c.py    |  99 +++
 .../gen_ts_55_205_test_sets/ts55_205_test_sets.txt | 972 +++++++++++++++++++++
 tests/testsuite.at                                 |  16 +
 17 files changed, 2131 insertions(+), 2 deletions(-)
 create mode 100644 tests/Makefile.am
 create mode 100644 tests/auc/Makefile.am
 create mode 100644 tests/auc/auc_3g_test.c
 create mode 100644 tests/auc/auc_3g_test.err
 create mode 100644 tests/auc/auc_3g_test.ok
 create mode 100644 tests/auc/auc_ts_55_205_test_sets.err
 create mode 100644 tests/auc/auc_ts_55_205_test_sets.ok
 create mode 100644 tests/auc/gen_ts_55_205_test_sets/Makefile.am
 create mode 100644 tests/auc/gen_ts_55_205_test_sets/func_template.c
 create mode 100644 tests/auc/gen_ts_55_205_test_sets/main_template.c
 create mode 100755 tests/auc/gen_ts_55_205_test_sets/pdftxt_2_c.py
 create mode 100644 tests/auc/gen_ts_55_205_test_sets/ts55_205_test_sets.txt
 create mode 100644 tests/testsuite.at


hooks/post-receive
-- 
UNNAMED PROJECT



More information about the osmocom-commitlog mailing list