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 has been updated
via 48913c48cd8d26dbe6f07a5a8116aeaa47e62b9c (commit)
via 360970b22cbf304de36b2135b153fafb9a0b3cb5 (commit)
via 17aee71dac4ab50a4a3d3c1ff9ef92575a8b6ba9 (commit)
via cb1203a98f56a1180b9cd08654bd65e51ea8d67e (commit)
from 798ebfdceb4fa01583e38856ab4c9c89abc63ea4 (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=48913c48cd8d26dbe6f07a5a8116aeaa…
commit 48913c48cd8d26dbe6f07a5a8116aeaa47e62b9c
Author: Philipp Maier <pmaier(a)sysmocom.de>
Date: Mon Jun 19 18:22:21 2017 +0200
a_iface: fix typo in function name
http://cgit.osmocom.org/openbsc/commit/?id=360970b22cbf304de36b2135b153fafb…
commit 360970b22cbf304de36b2135b153fafb9a0b3cb5
Author: Philipp Maier <pmaier(a)sysmocom.de>
Date: Mon Jun 19 18:19:27 2017 +0200
a_iface: Check if channel type and speech codec list are successful
Currently we do not check for errors during the generation of
channel type and speech codec list. This might blow an assertion
in gsm0808_create_ass if the generated data is invalid. So
we need to check beforehand.
http://cgit.osmocom.org/openbsc/commit/?id=17aee71dac4ab50a4a3d3c1ff9ef9257…
commit 17aee71dac4ab50a4a3d3c1ff9ef92575a8b6ba9
Author: Philipp Maier <pmaier(a)sysmocom.de>
Date: Wed Jun 14 12:00:30 2017 +0200
rsl: fix stray line break in logtext
The log output from the rsl layer injects line breaks at wrong
places in the log. This messes up the logtext. This commit fixes
the problem.
http://cgit.osmocom.org/openbsc/commit/?id=cb1203a98f56a1180b9cd08654bd65e5…
commit cb1203a98f56a1180b9cd08654bd65e51ea8d67e
Author: Philipp Maier <pmaier(a)sysmocom.de>
Date: Wed Jun 14 11:11:27 2017 +0200
mgcp: fix line-break problem in log
When the mgcp_client prints MGCP strings in the log text, it does
not remove the line break before printing. This will mess up
the log text. This patch removes the line break characters before
printing properly.
-----------------------------------------------------------------------
Summary of changes:
openbsc/src/libbsc/abis_rsl.c | 3 ++-
openbsc/src/libmgcp/mgcpgw_client.c | 11 +++++++++--
openbsc/src/libmsc/a_iface.c | 23 ++++++++++++++++++-----
3 files changed, 29 insertions(+), 8 deletions(-)
hooks/post-receive
--
The OpenBSC GSM Base Station Controller (+MSC/HLR/SGSN)