osmo-hlr.git branch master updated. 0.0.1-49-gd846ae8

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 15 13:59:56 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  d846ae8978b1f18bae6fee486b9ae53e7ac3689f (commit)
      from  7f39468c75605077f8811557c9da6791fcbdbfe5 (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=d846ae8978b1f18bae6fee486b9ae53e7ac3689f

commit d846ae8978b1f18bae6fee486b9ae53e7ac3689f
Author: Neels Hofmeyr <nhofmeyr at sysmocom.de>
Date:   Wed Mar 15 00:37:29 2017 +0100

    auc tests: adjust cosmetically to prepare for SQN changes
    
    The current auc tests test a lot with SQN == 0. An upcoming change in the SQN
    algorithms from libosmocore [1] will require us to pass desired_sqn - 1,
    because the tuple generation will increment the SQN before calculating.  Later
    on [2] we will also want to employ ind_bits and ind in the test. In order to
    have some room in the number range, cosmetically adjust the current SQN tested
    for from 0 to 32, changing the generated AUTN. The upcoming adjustment to the
    new situation will then be able to show that only the SQN values before and
    after vector generation change while the auth tuples as well as the SQNs used
    for generation remain the same (without having to trick around with wrapping
    SQN past its maximum value).
    
    Note that the TS 55.205 test sets include neither SQN nor AUTN. While AUTN
    changes with changing SQN, all the other values are invariant of the SQN used.
    So we can simply choose a different SQN and ignore the difference in the AUTN.
    
    [1] change-id Iadf43f21e0605e9e85f7e8026c40985f7ceff1a3 "store last sqn"
    [2] change-id Ibc97e1736a797ffcbf8c1f7d41c5c4518f4e41bf "fix SQN increment"
    
    Related: OS#1969
    Change-Id: I45d1866cde1b3e777460df76100af2fe4767c678

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

Summary of changes:
 tests/auc/Makefile.am                             |   4 +
 tests/auc/auc_test.c                              |  36 +++---
 tests/auc/auc_test.err                            |  34 +++---
 tests/auc/auc_ts_55_205_test_sets.err             | 133 ++++++++++++----------
 tests/auc/gen_ts_55_205_test_sets/func_template.c |   4 +-
 5 files changed, 118 insertions(+), 93 deletions(-)


hooks/post-receive
-- 
UNNAMED PROJECT



More information about the osmocom-commitlog mailing list