9
0
Fork 0
This repository has been archived on 2022-03-30. You can view files and clone it, but cannot push or open issues or pull requests.
cellmgr-ng/src/mgcp
Holger Hans Peter Freyther 4b750fb119 dtmf: Make the on/off time and transmit power configurable
Make it possible to configure the transmit power. These settings
will be in effect immediately (there is no lock between the two
threads but it is a read only).
2013-06-04 13:43:37 +02:00
..
README Public release of the cellmgr_ng code to convert E1 to IPA SCCP 2010-07-28 03:36:32 +08:00
mgcp_network.c mgcp: Fix the vary large jump detection in the code 2012-12-16 13:23:11 +01:00
mgcp_protocol.c dtmf: Make the on/off time and transmit power configurable 2013-06-04 13:43:37 +02:00
mgcp_vty.c mgcp: Use the realloc callback when freeing the endpoint via the VTY 2012-12-16 11:33:27 +01:00

README

This is OpenBSCs MGCP implementation and is made to fit on top of the
NexusWare UniPorte library. All changes to the MGCP must be merged back
to the OpenBSC implementation in one way or another.