openbsc.git branch neels/vlr updated. 0.15.0-684-g630d64b9c

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
Thu Feb 9 03:05:18 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 "The OpenBSC GSM Base Station Controller (+MSC/HLR/SGSN)".

The branch, neels/vlr has been updated
  discards  e2cb00a8012c3815afe3e2fc44488a8bf33bcfcb (commit)
  discards  08d74922e93357867fdf9bf18eea427c3e5ff98e (commit)
  discards  7efc0f89763ead305a5cc6bc5812725244e00c08 (commit)
  discards  b9863fd690c0e2cfd07a7d412e1e10fb62634183 (commit)
       via  630d64b9c8739721bb3215db83e5221991345297 (commit)
       via  88717b33333b68bda2fd49781307f5cc27a92307 (commit)
       via  b5417a7f0a96b706af3b8e9b84ba073b85f864d7 (commit)
       via  396fae382bc8c182d99471f99e27b8c58909db6d (commit)

This update added new revisions after undoing existing revisions.  That is
to say, the old revision is not a strict subset of the new revision.  This
situation occurs when you --force push a change and generate a repository
containing something like this:

 * -- * -- B -- O -- O -- O (e2cb00a8012c3815afe3e2fc44488a8bf33bcfcb)
            \
             N -- N -- N (630d64b9c8739721bb3215db83e5221991345297)

When this happens we assume that you've already had alert emails for all
of the O revisions, and so we here report only the revisions in the N
branch from the common base, B.

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/openbsc/commit/?id=630d64b9c8739721bb3215db83e5221991345297

commit 630d64b9c8739721bb3215db83e5221991345297
Author: Neels Hofmeyr <nhofmeyr at sysmocom.de>
Date:   Wed Jan 25 15:04:16 2017 +0100

    Add msc_vlr test suite for MSC+VLR end-to-end tests
    
    Change-Id: Ic073f3a069a7f5e7e421e0e56140f069ee9b10b8

http://cgit.osmocom.org/openbsc/commit/?id=88717b33333b68bda2fd49781307f5cc27a92307

commit 88717b33333b68bda2fd49781307f5cc27a92307
Author: Neels Hofmeyr <nhofmeyr at sysmocom.de>
Date:   Fri Feb 3 02:42:47 2017 +0100

    Use libvlr in libmsc (large refactoring)
    
    Original libvlr code is by Harald Welte <laforge at gnumonks.org>,
    polished and tweaked by Neels Hofmeyr <nhofmeyr at sysmocom.de>.
    
    This is a long series of development collapsed in one patch. The original
    history may still be available as branch neels/vlr_orig.
    
    TODO: This commit may be split in several smaller changes before merging to
    master.
    
    Related: OS#1592
    
    Change-Id: I702ba504ce2de93507312c28eca8d11f09f4ee8b

http://cgit.osmocom.org/openbsc/commit/?id=b5417a7f0a96b706af3b8e9b84ba073b85f864d7

commit b5417a7f0a96b706af3b8e9b84ba073b85f864d7
Author: Neels Hofmeyr <nhofmeyr at sysmocom.de>
Date:   Thu Feb 9 03:50:53 2017 +0100

    vlr: reuse of old auth tuples on error
    
    Change-Id: I9a235de3e9ccad34e90f5a8b32c78710a742b34a

http://cgit.osmocom.org/openbsc/commit/?id=396fae382bc8c182d99471f99e27b8c58909db6d

commit 396fae382bc8c182d99471f99e27b8c58909db6d
Author: Harald Welte <laforge at gnumonks.org>
Date:   Fri Jun 17 00:06:42 2016 +0200

    Add libvlr implementation
    
    Original libvlr code is by Harald Welte <laforge at gnumonks.org>,
    polished and tweaked by Neels Hofmeyr <nhofmeyr at sysmocom.de>.
    
    This is a long series of development collapsed in one patch. The original
    history may still be available as branch neels/vlr_orig.
    
    Related: OS#1592
    Change-Id: I3f75de5f0cc2ff77f276fd39832dd3621309c4b9

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

Summary of changes:
 openbsc/.gitignore                                 |   1 +
 openbsc/include/openbsc/vlr.h                      |   3 +-
 openbsc/src/libbsc/abis_om2000_vty.c               |  14 +
 openbsc/src/libvlr/vlr_auth_fsm.c                  | 138 +--
 openbsc/tests/msc_vlr/Makefile.am                  |  11 +
 openbsc/tests/msc_vlr/msc_vlr_test_gsm_authen.c    | 131 ++-
 openbsc/tests/msc_vlr/msc_vlr_test_gsm_authen.err  | 195 +++--
 openbsc/tests/msc_vlr/msc_vlr_test_gsm_ciph.c      | 204 +++--
 openbsc/tests/msc_vlr/msc_vlr_test_gsm_ciph.err    | 162 ++--
 openbsc/tests/msc_vlr/msc_vlr_test_hlr_reject.c    | 380 +++++++++
 openbsc/tests/msc_vlr/msc_vlr_test_hlr_reject.err  | 923 +++++++++++++++++++++
 ...st_gsm_authen.ok => msc_vlr_test_hlr_reject.ok} |   0
 openbsc/tests/msc_vlr/msc_vlr_test_no_authen.c     |  77 +-
 openbsc/tests/msc_vlr/msc_vlr_test_no_authen.err   | 102 +--
 openbsc/tests/msc_vlr/msc_vlr_test_rest.c          |  47 +-
 openbsc/tests/msc_vlr/msc_vlr_test_rest.err        |  62 +-
 openbsc/tests/msc_vlr/msc_vlr_test_umts_authen.c   |  47 +-
 openbsc/tests/msc_vlr/msc_vlr_test_umts_authen.err | 132 ++-
 openbsc/tests/msc_vlr/msc_vlr_tests.c              |  27 +-
 openbsc/tests/msc_vlr/msc_vlr_tests.h              |  21 +-
 openbsc/tests/testsuite.at                         |   7 +
 21 files changed, 2004 insertions(+), 680 deletions(-)
 create mode 100644 openbsc/tests/msc_vlr/msc_vlr_test_hlr_reject.c
 create mode 100644 openbsc/tests/msc_vlr/msc_vlr_test_hlr_reject.err
 copy openbsc/tests/msc_vlr/{msc_vlr_test_gsm_authen.ok => msc_vlr_test_hlr_reject.ok} (100%)


hooks/post-receive
-- 
The OpenBSC GSM Base Station Controller (+MSC/HLR/SGSN)



More information about the osmocom-commitlog mailing list