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 4f7ae4d22e36a618496ee545f75d7770b11b2007 (commit)
via 3085965e05253c35807b927e3169da82408145bd (commit)
from 31c2cfe2c5ad5218c1dc8d1f81526a9bf6b2eb04 (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=4f7ae4d22e36a618496ee545f75d7770…
commit 4f7ae4d22e36a618496ee545f75d7770b11b2007
Author: Philipp Maier <pmaier(a)sysmocom.de>
Date: Mon Jun 12 11:43:44 2017 +0200
Revert "mgcp: make sure all endpoints are closed on startup"
Clearing all endpoints by sending a DLCX on startup has ben found
to be a bit too offensive. It also will not help against
inconsitancies that may occour during runtime (e.g. an overheard
DLCX during regular call teardown).
This reverts commit b669ea94cb78fd9b56ee8dd9392538151349f8ba.
http://cgit.osmocom.org/openbsc/commit/?id=3085965e05253c35807b927e3169da82…
commit 3085965e05253c35807b927e3169da82408145bd
Author: Philipp Maier <pmaier(a)sysmocom.de>
Date: Mon Jun 12 11:39:41 2017 +0200
mgcp: Make sure endpoint is free on CRCX
The MSC is aware of the assigned endpoints at all times, so it
will not assign an occupied endpoint to someone else. However,
if it has just restarted, there maybe lingering open endpoints.
This patch introduces a fairly simple soultion. Before a new
endpoint is seized (CRCX), a DLCX is send in advance. If the
endpoint was still occupied with a dead connection, it will
be freed. If it was free anyway, the DLCX will just have no
effect.
-----------------------------------------------------------------------
Summary of changes:
openbsc/include/openbsc/msc_ifaces.h | 1 -
openbsc/src/libmgcp/mgcpgw_client.c | 3 +--
openbsc/src/libmsc/msc_ifaces.c | 29 +++++++++++------------------
openbsc/src/osmo-msc/msc_main.c | 4 ----
4 files changed, 12 insertions(+), 25 deletions(-)
hooks/post-receive
--
The OpenBSC GSM Base Station Controller (+MSC/HLR/SGSN)