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 d0fe7d7db24d65f79224fdb9eb7de0a86c741361 (commit)
via f5756b4cede96a5cd254a8316dc40cce550391aa (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 (d0fe7d7db24d65f79224fdb9eb7de0a86c741361)
\
N -- N -- N (f5756b4cede96a5cd254a8316dc40cce550391aa)
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=f5756b4cede96a5cd254a8316dc40cce…
commit f5756b4cede96a5cd254a8316dc40cce550391aa
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/a_iface_bssap.h | 10 +-
openbsc/include/openbsc/osmo_msc.h | 4 +
openbsc/src/libmsc/a_iface.c | 72 ++++++----
openbsc/src/libmsc/a_iface_bssap.c | 246 ++++++++++++++++++++++++--------
openbsc/src/libmsc/gsm_subscriber.c | 2 +-
openbsc/src/libmsc/osmo_msc.c | 14 +-
6 files changed, 253 insertions(+), 95 deletions(-)
hooks/post-receive
--
The OpenBSC GSM Base Station Controller (+MSC/HLR/SGSN)