osmo-hlr.git branch master updated. 0.0.1-41-g4436dec

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 Mar 1 12:21:32 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  4436dececdd2180c7148be113f0841d0a4bcb5fb (commit)
       via  21380ae55ec5b673847288fd54cc6dcf01350964 (commit)
       via  b5b11e31fbe23466129b39d37d47b91ae7c42366 (commit)
       via  8d97d34f5872865af4364ad0af1cdd88dbd7bd82 (commit)
      from  428c9478cd54371a7f8728ca159db57415a1517d (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=4436dececdd2180c7148be113f0841d0a4bcb5fb

commit 4436dececdd2180c7148be113f0841d0a4bcb5fb
Author: Neels Hofmeyr <nhofmeyr at sysmocom.de>
Date:   Wed Feb 22 01:49:36 2017 +0100

    cosmetic: rename auc_3g_test.c to auc_test.c
    
    The test includes 2G-only tests so the name is misleading. Splitting up makes
    no sense.
    
    Change-Id: I1a5a40413bf6636ead9370fb827aa0338c049e7f

http://cgit.osmocom.org/osmo-hlr/commit/?id=21380ae55ec5b673847288fd54cc6dcf01350964

commit 21380ae55ec5b673847288fd54cc6dcf01350964
Author: Neels Hofmeyr <nhofmeyr at sysmocom.de>
Date:   Tue Feb 21 21:53:38 2017 +0100

    cosmetic: auc_3g_test: improve test debugging tools
    
    In the test failure mismatch printf, better indicate the place of first
    mismatch. Helpful if some byte within a hexdump differs, the case when
    debugging AUTS.
    
    Copy some optarg code from openbsc's msc_vlr tests to provide verbose mode that
    prints log statements' source file and line.
    
    Change-Id: I1b23da055b5edacba09310411caf43c4cd1c29bc

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

commit b5b11e31fbe23466129b39d37d47b91ae7c42366
Author: Neels Hofmeyr <nhofmeyr at sysmocom.de>
Date:   Wed Feb 22 01:42:43 2017 +0100

    auc_compute_vectors(): fix AUTS resync for multiple vectors
    
    Fix bug where AUTS was fed to each vector generation and thus each vector was
    generated with the same SQN. In auc_3g_test, adjust the bug indicating test
    expectations to now expect the proper results.
    
    Depends: libosmocore change-id If943731a78089f0aac3d55245de80596d01314a4
    Change-Id: I425a1d92c85896227341f565f5361c0d830ce866

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

commit 8d97d34f5872865af4364ad0af1cdd88dbd7bd82
Author: Neels Hofmeyr <nhofmeyr at sysmocom.de>
Date:   Tue Feb 21 22:46:35 2017 +0100

    cosmetic: refactor auc_compute_vectors(), add debug log
    
    Make the generation logic easier to understand (hopefully).
    
    Massively extend debug logging, which serves to illustrate the current AUTS
    failure shown by auc_3g_test.
    
    Since DAUC now logs the vectors, there is no need to print the vectors in
    VEC_IS() in auc_3g_test and auc_ts_55_205_test_sets anymore. Adjust testlog
    expectations accordingly.
    
    Change-Id: Ifb36d010a4ac64c765517e15b9074424ec19cc60

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

Summary of changes:
 src/auc.c                                         | 116 ++++--
 tests/auc/Makefile.am                             |  12 +-
 tests/auc/auc_3g_test.err                         | 353 -----------------
 tests/auc/{auc_3g_test.c => auc_test.c}           | 121 +++---
 tests/auc/auc_test.err                            | 346 ++++++++++++++++
 tests/auc/{auc_3g_test.ok => auc_test.ok}         |   0
 tests/auc/auc_ts_55_205_test_sets.err             | 456 +++++++++++++---------
 tests/auc/gen_ts_55_205_test_sets/main_template.c |   4 +-
 tests/testsuite.at                                |   6 +-
 9 files changed, 778 insertions(+), 636 deletions(-)
 delete mode 100644 tests/auc/auc_3g_test.err
 rename tests/auc/{auc_3g_test.c => auc_test.c} (90%)
 create mode 100644 tests/auc/auc_test.err
 rename tests/auc/{auc_3g_test.ok => auc_test.ok} (100%)


hooks/post-receive
-- 
UNNAMED PROJECT



More information about the osmocom-commitlog mailing list