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_3G_sigtran has been updated
discards c8e64574d7d213d1841a49ea19bf4fc854f5aae3 (commit)
via 420da966b080b8dece9ae2ce125df2bc29e4d746 (commit)
via 5acffbdedaff8e402508716546686d462f085fef (commit)
via 8de79d472d42ddc1337c66e34ed7f26758353e6b (commit)
This update added new revisions after undoing existing revisions. That is
to say, the old revision is not a strict subset of the new revision. This
situation occurs when you --force push a change and generate a repository
containing something like this:
* -- * -- B -- O -- O -- O (c8e64574d7d213d1841a49ea19bf4fc854f5aae3)
\
N -- N -- N (420da966b080b8dece9ae2ce125df2bc29e4d746)
When this happens we assume that you've already had alert emails for all
of the O revisions, and so we here report only the revisions in the N
branch from the common base, B.
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=420da966b080b8dece9ae2ce125df2bc…
commit 420da966b080b8dece9ae2ce125df2bc29e4d746
Author: Harald Welte <laforge(a)gnumonks.org>
Date: Sun Apr 9 12:32:51 2017 +0200
WIP: Port to new libosmo-sigtran API (with proper M3UA for Iuh)
This changes over to the new libosmo-sigtran API with support for
proper SCCP/M3UA/SCTP stacking, as mandated by 3GPP specifications for
the IuCS and IuPS interfaces.
Only the ASP (client) is used, assuming that both the HNB-GWs and RNCs
as well as the MSCs and SGSNs are all connecting as ASP to some STP/SGW
which offers M3UA server functionality as well as point-code and/or
global title based routing.
Tweaked-by: nhofmeyr (test expectation)
Change-Id: If0ff956fbf1484899d59ae1a5885543bca31645b
-----------------------------------------------------------------------
Summary of changes:
openbsc/contrib/systemd/osmo-msc.service | 13 +++++++++++++
openbsc/doc/examples/osmo-bsc_mgcp/mgcp.cfg | 6 +++---
openbsc/doc/examples/osmo-msc/osmo-msc.cfg | 2 +-
openbsc/doc/examples/osmo-sgsn/osmo-sgsn.cfg | 6 +++---
4 files changed, 20 insertions(+), 7 deletions(-)
create mode 100644 openbsc/contrib/systemd/osmo-msc.service
hooks/post-receive
--
The OpenBSC GSM Base Station Controller (+MSC/HLR/SGSN)