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 b3cbd9aa3b8e80060ff38b975e297a5b4a850fec (commit)
from 0e62e595a697eb6075349b586ed264bdb9462cd0 (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=b3cbd9aa3b8e80060ff38b975e297a5b…
commit b3cbd9aa3b8e80060ff38b975e297a5b4a850fec
Author: Holger Hans Peter Freyther <holger(a)moiji-mobile.com>
Date: Thu Oct 8 19:15:41 2015 +0200
mgcp: Indicate where the sending failed
The log message does not help and says where the data is
being sent to. This is because we have both a RTP and RTCP
port. Remember if we failed with RTCP or RTP and improve
the log message.
I was searching a case where the port was bound to a local
address (e.g. 127.0.0.1) and tried to send the data to a
public one (e.g. 8.8.8.8).
-----------------------------------------------------------------------
Summary of changes:
openbsc/src/libmgcp/mgcp_network.c | 8 ++++++--
1 file changed, 6 insertions(+), 2 deletions(-)
hooks/post-receive
--
The OpenBSC GSM Base Station Controller (+MSC/HLR/SGSN)