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/aoip has been updated
via 40703dd1f441ee754a3b9b8b838feb66bc8e032d (commit)
from 030312043a84b0bfaf35c36790e56e3016c68661 (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=40703dd1f441ee754a3b9b8b838feb66…
commit 40703dd1f441ee754a3b9b8b838feb66bc8e032d
Author: Philipp Maier <pmaier(a)sysmocom.de>
Date: Fri Jun 23 14:43:55 2017 +0200
a_iface: use vty to configure BSC/MSC connections
Use the VTY to configure the connections between BSC and MSC
on both sides.
We now can add new connections, we also can write the config,
removing existing connections is implemented on the MSC side,
but not yet on the BSC side.
-----------------------------------------------------------------------
Summary of changes:
openbsc/include/openbsc/a_iface.h | 16 ++--
openbsc/include/openbsc/a_reset.h | 5 +-
openbsc/include/openbsc/bsc_msc.h | 7 --
openbsc/include/openbsc/bsc_msc_data.h | 10 +++
openbsc/include/openbsc/gsm_data.h | 5 +-
openbsc/src/libcommon-cs/a_reset.c | 37 ++++++++-
openbsc/src/libcommon-cs/common_cs.c | 2 +-
openbsc/src/libmsc/a_iface.c | 131 +++++++++++++++++++++-----------
openbsc/src/libmsc/msc_vty.c | 104 +++++++++++++++++++++++++
openbsc/src/osmo-bsc/osmo_bsc_bssap.c | 2 +-
openbsc/src/osmo-bsc/osmo_bsc_main.c | 22 +-----
openbsc/src/osmo-bsc/osmo_bsc_sigtran.c | 45 +++++------
openbsc/src/osmo-bsc/osmo_bsc_vty.c | 89 ++++++++++++++++++++++
openbsc/src/osmo-msc/msc_main.c | 2 -
14 files changed, 367 insertions(+), 110 deletions(-)
hooks/post-receive
--
The OpenBSC GSM Base Station Controller (+MSC/HLR/SGSN)