aboutsummaryrefslogtreecommitdiffstats
path: root/openbsc/src/mgcp/mgcp_protocol.c
AgeCommit message (Expand)AuthorFilesLines
2011-03-04prefix sub-directories containing libraries with 'lib'Harald Welte1-1102/+0
2011-02-28mgcp: Only allow transcoding on the virtual trunkHolger Hans Peter Freyther1-1/+1
2011-02-28mgcp: Allocate the endpoints for the E1 trunks as well.Holger Hans Peter Freyther1-6/+3
2011-02-28mgcp: Look up the E1 trunks through the trunk configurationHolger Hans Peter Freyther1-4/+15
2011-02-28mgcp: Introduce a trunk config for multiple trunks.Holger Hans Peter Freyther1-0/+33
2011-02-28mgcp: Introduce a mgcp_trunk_config enum for endpoint configsHolger Hans Peter Freyther1-32/+45
2011-01-25mgcp: Be able to parse RQNT messages and reply to themHolger Hans Peter Freyther1-0/+25
2011-01-07mgcp: Return with NULL if we fail the size check.Holger Hans Peter Freyther1-0/+1
2011-01-07mgcp: We want to count trunks starting from one.Holger Hans Peter Freyther1-3/+3
2011-01-06mgcp: Parse a Digital Trunk endpoint name.Holger Hans Peter Freyther1-5/+43
2011-01-06mgcp: Include a MGCP Response String in the responseHolger Hans Peter Freyther1-30/+34
2011-01-01License change: We are now AGPLv3+ instead of GPLv2+Harald Welte1-6/+5
2010-11-02mgcp: Send data from the network to the transcoder tooHolger Hans Peter Freyther1-2/+2
2010-11-02mgcp: Introduce trans_bts and send BTS packets from this portHolger Hans Peter Freyther1-11/+20
2010-11-02mgcp: Keep the local_port like it was set on allocationHolger Hans Peter Freyther1-3/+4
2010-11-01mgcp: Rename transcoder_end to trans_netHolger Hans Peter Freyther1-7/+7
2010-11-01mgcp: Make transcoding a per Endpoint configurationHolger Hans Peter Freyther1-8/+14
2010-11-01mgcp: Fix the indetion of this code. it should use tabsHolger Hans Peter Freyther1-1/+1
2010-09-24mgcp: Return 0 in case transcoding is disabled.Holger Hans Peter Freyther1-1/+1
2010-09-20mgcp: Remove code duplication for filling out the sockaddr_inHolger Hans Peter Freyther1-22/+15
2010-09-20nat: Send a transcoder reset on start up.Holger Hans Peter Freyther1-0/+19
2010-09-20mgcp: Make the base port of the transcoder configurableHolger Hans Peter Freyther1-1/+2
2010-09-20mgcp: Prepare the CRCX/MDCX/DLCX messages for the transcoder.Holger Hans Peter Freyther1-0/+102
2010-09-20mgcp: Forward data from the BTS-in to the transcoderHolger Hans Peter Freyther1-8/+19
2010-09-20mgcp: Be able to parse 'sendonly' for the connection mode.Holger Hans Peter Freyther1-0/+2
2010-09-20mgcp: Switch the default audio codec to AMRHolger Hans Peter Freyther1-2/+2
2010-09-18janitor: Move the * to the variable nameHolger Hans Peter Freyther1-1/+1
2010-08-08mgcp: Use transient errors in more cases...Holger Hans Peter Freyther1-10/+10
2010-08-06mgcp: Reduce the log level to debug for these calls.openbsc/0.9.4Holger Hans Peter Freyther1-3/+3
2010-08-06mgcp: Remember if the endpoint was allocated...Holger Hans Peter Freyther1-2/+4
2010-08-06mgcp: Add a callback to inform the client that an endpoint got reallocatedHolger Hans Peter Freyther1-0/+2
2010-08-06mgcp: Make the CI uint32_t all the way to avoid mismatchHolger Hans Peter Freyther1-6/+8
2010-08-06mgcp: Move the mgcp_free_endp into the right path for the CRCX failureHolger Hans Peter Freyther1-1/+1
2010-08-06mgcp: Add a call tap feature to forward audio to another forward portHolger Hans Peter Freyther1-0/+2
2010-08-05mgcp: Patch RTP packets again if that is allowed.openbsc/0.9.3Holger Hans Peter Freyther1-0/+1
2010-08-05mgcp: Get the for network/for bts flag right.openbsc/0.9.2Holger Hans Peter Freyther1-2/+2
2010-08-05mgcp: Allow to dynamically allocate ports from a range..Holger Hans Peter Freyther1-7/+57
2010-08-05mgcp: Prepare to have different port allocation strategies.Holger Hans Peter Freyther1-4/+5
2010-08-05mgcp: Allocate a different port for the networking...Holger Hans Peter Freyther1-0/+3
2010-08-05mgcp: Rename the base port to bts_base as it will be used for the btsHolger Hans Peter Freyther1-2/+2
2010-08-05mgcp: Move the bfd for rtp/rtcp into the portHolger Hans Peter Freyther1-5/+12
2010-08-05mgcp: Only use early bind for the BTS socket.Holger Hans Peter Freyther1-10/+2
2010-08-05mgcp: Attempt to separate the RTP/RTCP port for the Network and for the BTSHolger Hans Peter Freyther1-9/+11
2010-08-05mgcp: Group the state for bts/net into a struct and have two instancesHolger Hans Peter Freyther1-17/+20
2010-08-03mgcp: Style issue... add a space.Holger Hans Peter Freyther1-1/+1
2010-08-03mgcp: Move the rtp state into a structHolger Hans Peter Freyther1-2/+2
2010-08-03mgcp: Allow to change the receive (the loopback part) via the VTYHolger Hans Peter Freyther1-0/+5
2010-08-03mgcp: Implement the "loopback" mode for a connection endpoint.Holger Hans Peter Freyther1-7/+2
2010-07-29mgcp: Attempt to count missing RTP packets with a basic calculationHolger Hans Peter Freyther1-0/+3
2010-04-25[mgcp] Possible memleak fix for the allowed reallocation caseHolger Hans Peter Freyther1-0/+1