openbsc.git branch neels/vlr updated. 0.15.0-792-g485ba15

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
Mon Jan 9 13:36:33 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
       via  485ba15c32bebe6dde2c8417e7c393a926a4cc18 (commit)
       via  408cc34e6db19d6c48df073db9ffcb9300847a04 (commit)
       via  6522571b289734c4942ee07194175206ca48ec2a (commit)
       via  96e5826b5ee5db52c060643713c64e5bbe723dfa (commit)
      from  4cc536b74bb779ad73ec9b6bf08fc480ad859b1d (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/openbsc/commit/?id=485ba15c32bebe6dde2c8417e7c393a926a4cc18

commit 485ba15c32bebe6dde2c8417e7c393a926a4cc18
Author: Neels Hofmeyr <nhofmeyr at sysmocom.de>
Date:   Mon Jan 9 14:21:03 2017 +0100

    vlr: add functions vlr_sub_have*, publish subscr_have()
    
    Change-Id: I89ead02daa55b3d85476022aae4b4d3fec415d77

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

commit 408cc34e6db19d6c48df073db9ffcb9300847a04
Author: Neels Hofmeyr <nhofmeyr at sysmocom.de>
Date:   Mon Jan 9 14:20:27 2017 +0100

    eliminate gsm_subscriber.extension, replace with vsub->msisdn
    
    Move code to remove pending SMS by MSISDN to separate function.
    
    Change-Id: I70fd2b7ec544177a19abe4e815a7d4df9624b758

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

commit 6522571b289734c4942ee07194175206ca48ec2a
Author: Neels Hofmeyr <nhofmeyr at sysmocom.de>
Date:   Mon Jan 9 14:20:18 2017 +0100

    subscr_name(): return const; add subscr_msisdn_or_name()
    
    Change-Id: I0260a4fddc1fd07f46ffb24f35a74883b16d9937

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

commit 96e5826b5ee5db52c060643713c64e5bbe723dfa
Author: Neels Hofmeyr <nhofmeyr at sysmocom.de>
Date:   Mon Jan 9 14:11:34 2017 +0100

    subscr_conn_test: expect IMSI/TMSI
    
    Change-Id: Ic702e25bf24204cc8775dd3dad16317e778aa88c

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

Summary of changes:
 openbsc/include/openbsc/db.h                   |  1 +
 openbsc/include/openbsc/gsm_subscriber.h       |  7 +-
 openbsc/include/openbsc/vlr.h                  | 23 +++++--
 openbsc/src/gprs/sgsn_vty.c                    | 14 ++--
 openbsc/src/libbsc/bsc_vty.c                   | 21 +++---
 openbsc/src/libcommon/gsm_subscriber_base.c    | 19 ++++--
 openbsc/src/libmsc/ctrl_commands.c             | 20 +++---
 openbsc/src/libmsc/db.c                        | 45 +++++++++----
 openbsc/src/libmsc/gsm_04_08.c                 | 25 ++++----
 openbsc/src/libmsc/gsm_04_11.c                 |  2 +-
 openbsc/src/libmsc/gsm_subscriber.c            |  5 +-
 openbsc/src/libmsc/smpp_openbsc.c              | 11 ++--
 openbsc/src/libmsc/token_auth.c                |  7 +-
 openbsc/src/libmsc/vty_interface_layer3.c      | 31 ++++-----
 openbsc/src/libvlr/vlr.c                       | 65 +++++++++++++++++++
 openbsc/src/libvlr/vlr_lu_fsm.c                | 88 +++++++++++++-------------
 openbsc/tests/subscr_conn/subscr_conn_test.c   | 43 +++++++------
 openbsc/tests/subscr_conn/subscr_conn_test.err | 44 +++++++------
 18 files changed, 299 insertions(+), 172 deletions(-)


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



More information about the osmocom-commitlog mailing list