openbsc.git branch users/laforge/vlr updated. 0.15.0-319-g7b1bbbe

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
Tue Aug 9 06:41:09 UTC 2016


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, users/laforge/vlr has been updated
  discards  93e583e5e67802effc9d236ae0d9279815133d0a (commit)
  discards  3994fbc5a63e7df6e98143cc73e82ac2eb44c337 (commit)
  discards  7649737446138c38fc48679b868a7c02f5f65e8d (commit)
  discards  187084e711685c358aa7e5569405736671af32e1 (commit)
  discards  0a1a8582de3656ccbb66045739a384e317f92336 (commit)
  discards  063f8d187d6662ed45e5b5b841d61aa310044a41 (commit)
  discards  b173bb5ba4d6f1c4eb7995c14c0135025b058672 (commit)
       via  7b1bbbea60b9b04ff20e67561c201fd08ed42ab6 (commit)
       via  adc168dcef4b7819f9cac392a92c7cd041baf664 (commit)
       via  6e5482bdc397c604a030af13e7de40ed6b950cc8 (commit)
       via  e015a72629c3cb23c8b8cd6284b1f9fe6b614d19 (commit)
       via  8dd0c5e85824ca10992ea7c3b53545bf9e8a80a3 (commit)
       via  3c52ac44ca39a6c4ff2f8dbdabd1c83eb69b8af0 (commit)
       via  0ad0c49825ef1ff2f9bcb8feaba413569ed1f458 (commit)
       via  da1aade2637d2199dd04ef53eed98dba7bdede51 (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 (93e583e5e67802effc9d236ae0d9279815133d0a)
            \
             N -- N -- N (7b1bbbea60b9b04ff20e67561c201fd08ed42ab6)

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=7b1bbbea60b9b04ff20e67561c201fd08ed42ab6

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

    WIP: Introduce libvlr
    
    Change-Id: I3f75de5f0cc2ff77f276fd39832dd3621309c4b9

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

commit adc168dcef4b7819f9cac392a92c7cd041baf664
Author: Harald Welte <laforge at gnumonks.org>
Date:   Fri May 6 23:28:52 2016 +0200

    WIP: move OAP client to libosmocore

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

commit 6e5482bdc397c604a030af13e7de40ed6b950cc8
Author: Harald Welte <laforge at gnumonks.org>
Date:   Fri May 6 23:29:17 2016 +0200

    gsup_client: Make use of OAP optional

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

commit e015a72629c3cb23c8b8cd6284b1f9fe6b614d19
Author: Harald Welte <laforge at gnumonks.org>
Date:   Fri May 6 23:28:11 2016 +0200

    VTY: Print 3G auth tuples, not just 2G auth tuples

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

commit 8dd0c5e85824ca10992ea7c3b53545bf9e8a80a3
Author: Harald Welte <laforge at gnumonks.org>
Date:   Fri May 6 23:27:38 2016 +0200

    WIP: add gsup_test_client program

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

commit 3c52ac44ca39a6c4ff2f8dbdabd1c83eb69b8af0
Author: Harald Welte <laforge at gnumonks.org>
Date:   Fri May 6 13:49:49 2016 +0200

    WIP: Handle Authentication Failure from MS

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

commit 0ad0c49825ef1ff2f9bcb8feaba413569ed1f458
Author: Harald Welte <laforge at gnumonks.org>
Date:   Thu May 5 22:52:41 2016 +0200

    SGSN: Integrate basic support for UMTS AKA
    
    We already had almost all the parts in place before:
    * GSUP with capability to send us auth_vectors that contain
      either triplets or quintuples
    * mm_context that holds such auth_vectors
    
    All that we need to add in this patch is the capability to send
    the AUTN parameter in the GMM AUTH REQ and parse the extended RES
    in the GMM AUTH RESP.
    
    TODO: Implement SQN re-synchronoization mechanism (Auth Fail: Sync Err)

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

commit da1aade2637d2199dd04ef53eed98dba7bdede51
Author: Harald Welte <laforge at gnumonks.org>
Date:   Sun Jun 19 18:06:02 2016 +0200

    Introduce subscriber_connection ref-counting
    
    This introduces a reference count for gsm_subscriber_connection. Every
    user of the connection needs to hold a reference until done.  Once the
    reference count dorps to zero, the connection is cleared towards the
    BSC (which subsequently will clear any logical channels associated with
    it).
    
    Change-Id: I8c05e6c81f246ff8b5bf91312f80410b1a85f15e

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

Summary of changes:
 openbsc/include/openbsc/gsm_data.h      |   5 +
 openbsc/include/openbsc/osmo_msc.h      |   3 +-
 openbsc/src/libmsc/gsm_04_08.c          |  11 +-
 openbsc/src/libmsc/gsm_04_11.c          |   5 +-
 openbsc/src/libmsc/osmo_msc.c           |  41 ++-
 openbsc/src/libmsc/silent_call.c        |   3 +-
 openbsc/src/libmsc/transaction.c        |   2 +-
 openbsc/src/libmsc/ussd.c               |   8 +-
 openbsc/src/libvlr/Makefile.am          |   2 +-
 openbsc/src/libvlr/vlr_access_req_fsm.c | 571 ++++++++++++++++++++++++++++++++
 openbsc/src/libvlr/vlr_access_req_fsm.h |  36 ++
 openbsc/src/libvlr/vlr_lu_fsm.c         |  32 +-
 openbsc/tests/vlr/vlr_test.c            |   3 +
 13 files changed, 693 insertions(+), 29 deletions(-)
 create mode 100644 openbsc/src/libvlr/vlr_access_req_fsm.c
 create mode 100644 openbsc/src/libvlr/vlr_access_req_fsm.h


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



More information about the osmocom-commitlog mailing list