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, pmaier/aoip2 has been updated
via 6b62babe5848981bd41db7377646ee390b7b953d (commit)
from 55154fb8574337ac5854b9f5912e1d7928b6a9c0 (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=6b62babe5848981bd41db7377646ee39…
commit 6b62babe5848981bd41db7377646ee390b7b953d
Author: Philipp Maier <pmaier(a)sysmocom.de>
Date: Fri Jun 30 15:26:22 2017 +0200
osmo-bsc: make sure only default SSNs are used
The VTY technically allows setting custom values for the
SSN. However, SSN values and their purposes are well
standardized.
If the user has configured an SSN, check that is compliant
to the standard. If not, warn and ignore the setting by
using the stanard SSN.
If the user left out the SSN, automatically use the standard
SSN.
-----------------------------------------------------------------------
Summary of changes:
openbsc/src/osmo-bsc/osmo_bsc_sigtran.c | 2 +-
openbsc/src/osmo-bsc/osmo_bsc_vty.c | 21 ++++++++++++++++++++-
2 files changed, 21 insertions(+), 2 deletions(-)
hooks/post-receive
--
The OpenBSC GSM Base Station Controller (+MSC/HLR/SGSN)