openbsc.git branch neels/vlr updated. 0.15.0-814-g8f769a6

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 Jan 12 13:45:13 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  8f769a6380b94189a825f0f4a82b391f327d0550 (commit)
       via  257f4798f4d1dd626fa6927a405d1fec01b53956 (commit)
       via  84579f6d6a492bda00d5a5228f3154236ec79d1b (commit)
       via  929a2c39e6a5575fe202065fc75e7c0cbb023178 (commit)
       via  0d1ebed92559f7431169eb223899ddd69b5a6670 (commit)
       via  63536650dda32b7ef5d93b3ebbc1315ce5c9c57a (commit)
       via  fbc6cb4f617a5089d2fd14b8190bfe551bee13f3 (commit)
       via  4084406c52f2d90a60da1d8b9b95df351dac9220 (commit)
      from  724397101e2455ac1e17b288418316e63fb613aa (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=8f769a6380b94189a825f0f4a82b391f327d0550

commit 8f769a6380b94189a825f0f4a82b391f327d0550
Author: Neels Hofmeyr <nhofmeyr at sysmocom.de>
Date:   Thu Jan 12 14:42:20 2017 +0100

    neutralize gsm_subscriber->name
    
    Change-Id: I2a8298f26d352c42f0c09ad8caf88ffce46b7bd9

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

commit 257f4798f4d1dd626fa6927a405d1fec01b53956
Author: Neels Hofmeyr <nhofmeyr at sysmocom.de>
Date:   Thu Jan 12 14:27:07 2017 +0100

    neutralize gsm_subscriber->lac
    
    Change-Id: I5ffe7859165c89664cb79506e60b1b10e090cb9e

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

commit 84579f6d6a492bda00d5a5228f3154236ec79d1b
Author: Neels Hofmeyr <nhofmeyr at sysmocom.de>
Date:   Thu Jan 12 14:29:35 2017 +0100

    fix osmo_bsc_vty missing include of bsc_subscriber
    
    Change-Id: I8eb5623daf3778d90bdb5983790daab84d7fa909

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

commit 929a2c39e6a5575fe202065fc75e7c0cbb023178
Author: Neels Hofmeyr <nhofmeyr at sysmocom.de>
Date:   Thu Jan 12 14:28:43 2017 +0100

    disable subscr_expire_callback
    
    Change-Id: I7e16dce390a950e04743671bcd06dc174fdcfaeb

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

commit 0d1ebed92559f7431169eb223899ddd69b5a6670
Author: Neels Hofmeyr <nhofmeyr at sysmocom.de>
Date:   Thu Jan 12 14:28:21 2017 +0100

    vlr: send signal S_SUBSCR_ATTACHED when conn is accepted
    
    Change-Id: I2dd180b9be5ed447619c51ca86ea795b84523512

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

commit 63536650dda32b7ef5d93b3ebbc1315ce5c9c57a
Author: Neels Hofmeyr <nhofmeyr at sysmocom.de>
Date:   Thu Jan 12 14:42:42 2017 +0100

    disable legacy subscr db
    
    Change-Id: I145d21125a1f813fbd5a6f1264d8fc9c50cc1220

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

commit fbc6cb4f617a5089d2fd14b8190bfe551bee13f3
Author: Neels Hofmeyr <nhofmeyr at sysmocom.de>
Date:   Thu Jan 12 14:27:21 2017 +0100

    disable legacy subscr db
    
    Change-Id: Iae4756a6b99518e1d0bea53bd6c377157f78c67a

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

commit 4084406c52f2d90a60da1d8b9b95df351dac9220
Author: Neels Hofmeyr <nhofmeyr at sysmocom.de>
Date:   Thu Jan 12 14:26:42 2017 +0100

    disable imsi filter
    
    Change-Id: Iafef8fc4d5af5b4391fbd8feedf2bd7206ffaf21

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

Summary of changes:
 openbsc/include/openbsc/gsm_subscriber.h  |   4 -
 openbsc/src/libcommon/debug.c             |   2 +
 openbsc/src/libmsc/db.c                   | 514 +-----------------------------
 openbsc/src/libmsc/gsm_04_08.c            |   6 +-
 openbsc/src/libmsc/gsm_subscriber.c       |  18 +-
 openbsc/src/libmsc/meas_feed.c            |   2 +-
 openbsc/src/libmsc/subscr_conn.c          |   9 +
 openbsc/src/libmsc/vty_interface_layer3.c |  19 +-
 openbsc/src/osmo-bsc/osmo_bsc_vty.c       |   4 +-
 openbsc/tests/channel/channel_test.c      |   2 +-
 10 files changed, 45 insertions(+), 535 deletions(-)


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



More information about the osmocom-commitlog mailing list