osmo-bsc/openbsc/src/libmgcp
Pablo Neira Ayuso 11cb27ece6 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]
2015-11-02 13:26:26 +01:00
..
Makefile.am mgcp: Move the SDP handling into a separate file/module 2015-08-14 09:24:11 +02:00
g711common.h mgcp: Move transcoding to libmgcp 2014-06-05 14:08:53 +02:00
mgcp_network.c mgcp: Indicate where the sending failed 2015-10-08 19:15:41 +02:00
mgcp_osmux.c mgcp_osmux: available circuit IDs from 0 to 255, not from 0 to 128 2015-11-02 13:26:26 +01:00
mgcp_protocol.c osmux: Allow to listen to a specific address 2015-10-12 20:06:16 +02:00
mgcp_sdp.c mgcp: Add transcoding from PCMU as well 2015-08-19 15:44:44 +02:00
mgcp_transcode.c mgcp: Add transcoding from PCMU as well 2015-08-19 15:44:44 +02:00
mgcp_vty.c osmux: Allow to listen to a specific address 2015-10-12 20:06:16 +02:00