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, master has been updated
via 0fcd2e2fec966ac4e17222e7f53f2d0e5a7bf0ba (commit)
from e152ffe14d1dfe2ffb4892ada5eede6ccb429338 (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=0fcd2e2fec966ac4e17222e7f53f2d0e…
commit 0fcd2e2fec966ac4e17222e7f53f2d0e5a7bf0ba
Author: Max <msuraev(a)sysmocom.de>
Date: Tue Jun 7 15:32:16 2016 +0200
Make random extension range configurable
Previously if subscriber was automatically created it got assigned
random MSISDN number between 20000 and 49999. Make it configurable with
new vty command "subscriber-create-on-demand random" and expand vty
tests to check it.
Change-Id: I040a1d227b0c7a1601dc7c33eccb0007941408a6
Related: OS#1658
-----------------------------------------------------------------------
Summary of changes:
openbsc/include/openbsc/db.h | 6 ++++--
openbsc/include/openbsc/gsm_data.h | 2 ++
openbsc/include/openbsc/gsm_subscriber.h | 3 ++-
openbsc/src/libbsc/net_init.c | 3 ++-
openbsc/src/libmsc/ctrl_commands.c | 5 ++++-
openbsc/src/libmsc/db.c | 10 ++++++----
openbsc/src/libmsc/gsm_04_08.c | 3 ++-
openbsc/src/libmsc/gsm_subscriber.c | 5 +++--
openbsc/src/libmsc/vty_interface_layer3.c | 30 +++++++++++++++++++++++++++++-
openbsc/tests/db/db_test.c | 6 +++---
openbsc/tests/vty_test_runner.py | 21 +++++++++++++++++++++
11 files changed, 78 insertions(+), 16 deletions(-)
hooks/post-receive
--
The OpenBSC GSM Base Station Controller (+MSC/HLR/SGSN)