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/aoip has been updated
via 366c7b0a0fdd96eee35805f67a1e914bd827bc3c (commit)
via 628cf3d0db67ecdd688a14f66439d746cd681b6f (commit)
from 5600a21a6502230ef2e08ebb9b3ba9b7fc869397 (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=366c7b0a0fdd96eee35805f67a1e914b…
commit 366c7b0a0fdd96eee35805f67a1e914bd827bc3c
Author: Neels Hofmeyr <nhofmeyr(a)sysmocom.de>
Date: Fri Jun 23 17:40:14 2017 +0200
osmo_bsc_main: use osmo_sccp_make_addr_pc_ssn() for SCCP addresses
Change-Id: Ib065533273acfabec9d9d4380dcbd6cf16744343
http://cgit.osmocom.org/openbsc/commit/?id=628cf3d0db67ecdd688a14f66439d746…
commit 628cf3d0db67ecdd688a14f66439d746cd681b6f
Author: Neels Hofmeyr <nhofmeyr(a)sysmocom.de>
Date: Fri Jun 23 17:36:01 2017 +0200
AoIP+3G: use one common SCCP client for A and IuCS
Move osmo_sccp_simple_client() setup out of iu_init() and a_init().
In msc_main.c and sgsn_main.c, initialize the STP connection first and then
pass to iu_init() and a_init().
This allows serving 3G (IuCS) and 2G (A) from one and the same MSC instance.
Since both OsmoHNBGW and OsmoBSC are using PC 23 by default now, move BSC to PC
42 (because OsmoBSC typically has vty port 4242, bla).
Also:
a_iface.c: remove now unused defines
a_init(): remove osmo_ss7_init() call that duplicated msc_main.c
Change-Id: Ib1fb13ea756655f7e9d43636d497a54e6ae9c032
-----------------------------------------------------------------------
Summary of changes:
openbsc/include/openbsc/a_iface.h | 3 +--
openbsc/include/openbsc/gsm_data.h | 2 ++
openbsc/include/openbsc/iu.h | 3 +--
openbsc/src/gprs/sgsn_main.c | 16 +++++++++++++++-
openbsc/src/libiu/iu.c | 8 +++-----
openbsc/src/libmsc/a_iface.c | 14 ++------------
openbsc/src/osmo-bsc/osmo_bsc_main.c | 12 ++++--------
openbsc/src/osmo-msc/msc_main.c | 16 ++++++++++++----
8 files changed, 40 insertions(+), 34 deletions(-)
hooks/post-receive
--
The OpenBSC GSM Base Station Controller (+MSC/HLR/SGSN)