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 e6254cb548efb3a036f153500a423aec422b07e8 (commit)
via e1e5f7464a4d4b82598dd96af65b5b2494ab02e4 (commit)
via 05dd583d906733d2bfe66329809d41c3dee54723 (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 (e6254cb548efb3a036f153500a423aec422b07e8)
\
N -- N -- N (e1e5f7464a4d4b82598dd96af65b5b2494ab02e4)
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=e1e5f7464a4d4b82598dd96af65b5b24…
commit e1e5f7464a4d4b82598dd96af65b5b2494ab02e4
Author: Philipp Maier <pmaier(a)sysmocom.de>
Date: Wed Apr 12 15:19:45 2017 +0200
WIP: Integrate AoIP into MSC
http://cgit.osmocom.org/openbsc/commit/?id=05dd583d906733d2bfe66329809d41c3…
commit 05dd583d906733d2bfe66329809d41c3dee54723
Author: Philipp Maier <pmaier(a)sysmocom.de>
Date: Thu Apr 20 18:40:37 2017 +0200
libmsc: make pitfall in gsm0408_dispatch() more obvious
The function gsm0408_dispatch() accepts a message buffer pointer
and accesses the l3h pointer. Even in a properly allocated
message buffer, this may lead into a segfault if the user forgets
to set the l3h pointer. This commit adds assertions to popup a
more expressive error message.
-----------------------------------------------------------------------
Summary of changes:
openbsc/include/openbsc/gsm_data.h | 5 +
openbsc/src/libmsc/a_iface.c | 342 +++++++++++++++++++------------------
openbsc/src/libmsc/gsm_04_08.c | 8 +-
3 files changed, 188 insertions(+), 167 deletions(-)
hooks/post-receive
--
The OpenBSC GSM Base Station Controller (+MSC/HLR/SGSN)