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_bsc has been updated
discards 4b4217b2383489f7db6fa6ab1d0cfd49c6f5aee1 (commit)
via f45030b8a6bad665c6a9d65974d9c6513fe995d9 (commit)
via d75f11e6f26a50c11f73625de5c0833971900cde (commit)
via f9685c14615bbb7b3d1002f9453dd59411b386c7 (commit)
via 689e7e556220a56353bc914312946a514f524b58 (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 (4b4217b2383489f7db6fa6ab1d0cfd49c6f5aee1)
\
N -- N -- N (f45030b8a6bad665c6a9d65974d9c6513fe995d9)
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=f45030b8a6bad665c6a9d65974d9c651…
commit f45030b8a6bad665c6a9d65974d9c6513fe995d9
Author: Philipp Maier <pmaier(a)sysmocom.de>
Date: Wed Apr 12 15:26:04 2017 +0200
WIP: Integrate AoIP into MSC
-----------------------------------------------------------------------
Summary of changes:
contrib/jenkins.sh | 6 +-
openbsc/include/openbsc/gsm_data.h | 4 +-
openbsc/include/openbsc/gsm_data_shared.h | 19 +++++-
openbsc/src/libbsc/abis_nm.c | 23 ++++++-
openbsc/src/libbsc/bsc_vty.c | 5 +-
openbsc/src/libbsc/bts_sysmobts.c | 2 +-
openbsc/src/libbsc/e1_config.c | 2 +-
openbsc/src/libbsc/system_information.c | 8 +--
openbsc/src/libcommon/gsm_data.c | 6 +-
openbsc/src/libmsc/gsm_04_08.c | 6 +-
openbsc/src/osmo-bsc/osmo_bsc_sigtran.c | 110 ++++++++++++++----------------
11 files changed, 112 insertions(+), 79 deletions(-)
hooks/post-receive
--
The OpenBSC GSM Base Station Controller (+MSC/HLR/SGSN)