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 11cb27ece64944c17c2714cfe7ea9971a8c4ab7c (commit)
from 568a7275503ddae9721280d31e70a8045f645c10 (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=11cb27ece64944c17c2714cfe7ea9971…
commit 11cb27ece64944c17c2714cfe7ea9971a8c4ab7c
Author: Pablo Neira Ayuso <pablo(a)soleta.eu>
Date: Thu Oct 15 07:57:29 2015 +0200
mgcp_osmux: available circuit IDs from 0 to 255, not from 0 to 128
Holger reports that the bitmap that accounts for available Osmux circuit
IDs is limited to 128, when the maximum number of circuit IDs are
determined by the uint8_t field in the header (ie. 256 circuits).
[hfreyther: Update the testcase now that we have more ids to allocate]
-----------------------------------------------------------------------
Summary of changes:
openbsc/src/libmgcp/mgcp_osmux.c | 2 +-
openbsc/tests/mgcp/mgcp_test.c | 2 +-
2 files changed, 2 insertions(+), 2 deletions(-)
hooks/post-receive
--
The OpenBSC GSM Base Station Controller (+MSC/HLR/SGSN)