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, zecke/features/osmux-reliability has been updated
via d35a8486742d7632c5f9ea8929ba5a68961411bb (commit)
from a63000032940bd32331d0a5529f85ff57ddc7d72 (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=d35a8486742d7632c5f9ea8929ba5a68…
commit d35a8486742d7632c5f9ea8929ba5a68961411bb
Author: Holger Hans Peter Freyther <holger(a)moiji-mobile.com>
Date: Sun Oct 4 11:11:11 2015 +0200
osmux: Remember the allocated CID and make sure it is release
There appears to be a leak of CIDs:
<000b> mgcp_osmux.c:544 All Osmux circuits are in use!
There are paths that a CID had been requested and never released
of the NAT. Remember the allocated CID inside the endpoint so it
can always be released. It is using a new variable as the behavior
for the NAT and MGCP MGW is different.
Fixes: OW#1493
-----------------------------------------------------------------------
Summary of changes:
openbsc/include/openbsc/mgcp_internal.h | 2 ++
openbsc/include/openbsc/osmux.h | 2 ++
openbsc/src/libmgcp/mgcp_osmux.c | 13 +++++++++++++
openbsc/src/libmgcp/mgcp_protocol.c | 4 ++++
openbsc/src/osmo-bsc_nat/bsc_mgcp_utils.c | 18 +++++++++---------
5 files changed, 30 insertions(+), 9 deletions(-)
hooks/post-receive
--
The OpenBSC GSM Base Station Controller (+MSC/HLR/SGSN)