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, master has been updated
via e0d5caa91694e945f4f4af8d424161a4c5e1ec18 (commit)
from acc6e8323afad3cf7a2661b5c020f81d1dd9b0aa (commit)
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=e0d5caa91694e945f4f4af8d424161a4…
commit e0d5caa91694e945f4f4af8d424161a4c5e1ec18
Author: Philipp Maier <pmaier(a)sysmocom.de>
Date: Mon Feb 27 16:56:59 2017 +0100
silent_call: remove unfinished fuzzer interface
Remove the fuzzer interface that was partially implemented in
gsm_04_08.c and silent_call.c is causing problems when an
SMS is sent during an active silent call. The reason for this
is that gsm0408_dispatch() in gsm_04_08.c would decide to
rout all uplink traffic to silent_call_rx() in silent_call.c.
silent_call_rx() is a stub function that discards the data.
This patch removes the fuzzer interface code by placing ifdefs
around it, so that it can be re-activated by experimentators.
Change-Id: Id500197d58663b3f4b1756136343670388b0a4bc
-----------------------------------------------------------------------
Summary of changes:
openbsc/include/openbsc/silent_call.h | 3 +++
openbsc/src/libmsc/gsm_04_08.c | 2 ++
openbsc/src/libmsc/silent_call.c | 4 ++++
3 files changed, 9 insertions(+)
hooks/post-receive
--
The OpenBSC GSM Base Station Controller (+MSC/HLR/SGSN)