aboutsummaryrefslogtreecommitdiffstats
path: root/src/mgcp
AgeCommit message (Expand)AuthorFilesLines
2012-12-16mgcp: Fix the vary large jump detection in the codeHolger Hans Peter Freyther1-1/+1
2012-12-16mgw: Implement the specific RSIP handlingHolger Hans Peter Freyther1-1/+17
2012-12-16mgcp: Write a small hint that this special endpoint number handling is brokenHolger Hans Peter Freyther1-0/+1
2012-12-16mgcp: Use the realloc callback when freeing the endpoint via the VTYHolger Hans Peter Freyther1-0/+2
2012-12-16mgcp: Merge the current MGCP code from OpenBSCHolger Hans Peter Freyther3-426/+698
2012-12-16mgcp: Begin handling of the RQNT message as needed for DTMFHolger Hans Peter Freyther1-4/+38
2012-12-16mgcp: Add a hack to allow to patch the SSRCHolger Hans Peter Freyther1-1/+2
2011-11-20misc: Address various compiler warnings in the codeHolger Hans Peter Freyther1-2/+0
2011-09-19mgcp: Skip blocked endpoints in the show mgcp commandHolger Hans Peter Freyther1-0/+5
2011-09-19mgcp: Improve the show mgcp command to print the domain nameHolger Hans Peter Freyther1-3/+9
2011-09-19mgcp: Write the vtrunk using mgcp_write_vtrunk_extraHolger Hans Peter Freyther1-1/+1
2011-09-14mgcp: Reset endpoints via the trunk config instead of all of themHolger Hans Peter Freyther1-1/+14
2011-09-14mgcp: Introduce multiple virtual trunksHolger Hans Peter Freyther2-88/+176
2011-09-14mgcp: Generate the ConnId per trunk baseHolger Hans Peter Freyther1-9/+9
2011-09-14mgcp: Add VTY commands to block endpoints instead of having this hardcodedHolger Hans Peter Freyther1-1/+3
2011-09-14mgcp: Split creation of endpoints and static port allocationHolger Hans Peter Freyther2-9/+38
2011-09-13mgcp: Remove the endp_offset that was introduced due coding stupidityHolger Hans Peter Freyther1-1/+0
2011-05-08Adopt to recent libosmocore namespace changes and libosmogsmHarald Welte3-21/+21
2011-03-03mgcp: Fix the initialisation set trunk_type in the callerHolger Hans Peter Freyther1-1/+1
2011-03-02mgcp: Add a go to parent to allow multiple trunksHolger Hans Peter Freyther1-2/+8
2011-03-02mgcp: Respect the blocked indication fo an endpoint.Holger Hans Peter Freyther1-4/+14
2011-03-01mgcp: Merge OpenBSC MGCP code and update the structure to match itHolger Hans Peter Freyther3-269/+1275
2011-01-25mgcp: Merge from master to respond to a RQNTHolger Hans Peter Freyther1-2/+27
2011-01-16license: Switch to the GNU AGPLv3 for this network serviceHolger Hans Peter Freyther3-21/+18
2011-01-07mgcp: Merge from master. Fix some issues with the new codeHolger Hans Peter Freyther1-3/+4
2011-01-06mgcp: Merge new mgcp_protocol to parse digital trunks.Holger Hans Peter Freyther1-33/+75
2010-10-27mgcp: Print the extra settings from the configHolger Hans Peter Freyther1-0/+2
2010-09-18mgcp: Be able to parse the 'M: sendonly' as the connection paramHolger Hans Peter Freyther1-0/+2
2010-09-18mgcp: Merge the realloc_cb from OpenBSC here.Holger Hans Peter Freyther1-0/+2
2010-08-08mgcp: Use uint32_t for the CI in every place.Holger Hans Peter Freyther1-6/+8
2010-08-07mgcp: Move the MGCP_NODE number into a public header fileHolger Hans Peter Freyther1-4/+1
2010-08-04mgcp_ss7: Move the vty code/params over to mgcp_vty.cHolger Hans Peter Freyther1-78/+31
2010-08-04mgcp: Remove commands not used/wanted for the cellmgr_ng.Holger Hans Peter Freyther1-53/+1
2010-08-04mgcp: Add the OpenBSC VTY code almost 1:1 to hereHolger Hans Peter Freyther1-0/+420
2010-08-04mgcp: Update to the latest code drop.Holger Hans Peter Freyther2-9/+60
2010-08-04Use libosmocore instead of the old temporary laF0rge1 lib..Holger Hans Peter Freyther2-8/+13
2010-07-31u_int32_t -> uint32_tHolger Hans Peter Freyther1-2/+2
2010-07-31u_int16_t -> uint16_tHolger Hans Peter Freyther1-1/+1
2010-07-31u_int8_t -> uint8_tHolger Hans Peter Freyther1-4/+4
2010-07-28Public release of the cellmgr_ng code to convert E1 to IPA SCCPHolger Hans Peter Freyther3-0/+1061