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_msc has been updated
discards 6f508dd36cfb2534d90282072067089b440c787c (commit)
via 3d9fa22804a34c5576e5771c163381eaa9648fbf (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 (6f508dd36cfb2534d90282072067089b440c787c)
\
N -- N -- N (3d9fa22804a34c5576e5771c163381eaa9648fbf)
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=3d9fa22804a34c5576e5771c163381ea…
commit 3d9fa22804a34c5576e5771c163381eaa9648fbf
Author: Philipp Maier <pmaier(a)sysmocom.de>
Date: Wed Apr 12 15:19:45 2017 +0200
WIP: Integrate AoIP into MSC
-----------------------------------------------------------------------
Summary of changes:
openbsc/include/openbsc/Makefile.am | 1 +
openbsc/include/openbsc/a_iface.h | 5 +-
openbsc/include/openbsc/a_iface_bssap.h | 47 +++
openbsc/include/openbsc/msc_ifaces.h | 19 +-
openbsc/src/libmsc/Makefile.am | 1 +
openbsc/src/libmsc/a_iface.c | 452 +++-------------------
openbsc/src/libmsc/{a_iface.c => a_iface_bssap.c} | 377 ++++++++----------
openbsc/src/libmsc/gsm_subscriber.c | 2 +-
openbsc/src/libmsc/msc_ifaces.c | 5 +-
9 files changed, 294 insertions(+), 615 deletions(-)
create mode 100644 openbsc/include/openbsc/a_iface_bssap.h
copy openbsc/src/libmsc/{a_iface.c => a_iface_bssap.c} (67%)
hooks/post-receive
--
The OpenBSC GSM Base Station Controller (+MSC/HLR/SGSN)