summaryrefslogtreecommitdiffstats
path: root/openbsc/include/openbsc/mgcp_internal.h (follow)
Commit message (Expand)AuthorAgeFilesLines
* mgcp: Use the right bind addresses for NET and BTS0.15.0Holger Hans Peter Freyther2015-10-121-4/+4
* osmux: Remember the allocated CID and make sure it is releasedHolger Hans Peter Freyther2015-10-121-0/+2
* mgcp: Allow to bind to different ports for net/bts portsHolger Hans Peter Freyther2015-08-201-0/+4
* mgcp: Begin to separate network and bts endpointsHolger Hans Peter Freyther2015-08-201-0/+14
* mgcp: Allow to enforce that the codecs need to matchHolger Hans Peter Freyther2015-08-141-1/+1
* mgcp: Move the SDP handling into a separate file/moduleHolger Hans Peter Freyther2015-08-141-0/+61
* mgcp: Remove unused parsing data structHolger Hans Peter Freyther2015-08-141-3/+0
* mgcp: Fix compiler warning on 64bit buildsHolger Hans Peter Freyther2015-05-021-1/+1
* mgcp: Honor the rtp IP_TOS settings for OsmuxHolger Hans Peter Freyther2015-01-211-0/+2
* mgcp: Do not detect the initial package as a wrap aroundHolger Hans Peter Freyther2014-10-091-0/+5
* mgcp: Move Annex A counting out of patch/count methodHolger Hans Peter Freyther2014-10-091-4/+9
* osmux: send osmux stats in MGCP DLCX responsesPablo Neira Ayuso2014-09-171-0/+5
* mgcp: Store one more codec/payload type if it is presentHolger Hans Peter Freyther2014-09-021-0/+1
* mgcp: Move the "codec" params to a structHolger Hans Peter Freyther2014-09-021-7/+14
* osmux: add osmux circuit ID management and resolve NAT problemsPablo Neira Ayuso2014-08-281-1/+6
* osmux: encapsulate for osmux state information in struct mgcp_endpointPablo Neira Ayuso2014-08-271-4/+5
* mgcp: Set net_end audio params in recvonly modeJacob Erlbeck2014-06-051-0/+1
* mgcp: Add packet size (ptime) conversionJacob Erlbeck2014-06-051-1/+2
* mgcp: Add a function to get media info for MGCP responsesJacob Erlbeck2014-06-051-0/+5
* mgcp: Add audio info fields to struct mgcp_rtp_endJacob Erlbeck2014-06-051-0/+3
* mgcp: Add callbacks for payload processingJacob Erlbeck2014-06-051-0/+9
* mgcp: Use #pragma once instead of a possible clashing #ifdefHolger Hans Peter Freyther2014-05-261-3/+1
* mgcp: add voice muxer supportPablo Neira Ayuso2014-05-221-0/+15
* mgcp/rtp: Compute delta timestamp based on wallclockJacob Erlbeck2014-01-311-0/+1
* mgcp: Synchronize conn mode bits and output enabled flagsJacob Erlbeck2014-01-201-1/+1
* mgcp/rtp: Add flag to disable RTP outputJacob Erlbeck2014-01-161-0/+2
* mgcp/rtp: Only patch timestamp alignment errorsJacob Erlbeck2013-12-191-1/+1
* mgcp: Put local connection options into a structJacob Erlbeck2013-12-131-1/+7
* mgcp/rtp: Refactored packet_duration computationJacob Erlbeck2013-12-101-0/+3
* mgcp/rtp: Fix RTP timestamps if enabledJacob Erlbeck2013-12-101-1/+1
* mgcp/rtp: Only patch SSRC once after MDCX if enabledJacob Erlbeck2013-12-101-1/+1
* mgcp/rtp: Compute default packet duration at state initialisiationJacob Erlbeck2013-12-101-0/+1
* mgcp/rtp: Add RTP header patch mode configurationJacob Erlbeck2013-12-101-3/+7
* mgcp/rtp: Fix timestamp offset when patching RTP packetsJacob Erlbeck2013-11-251-0/+4
* mgcp/rtp: Add counter for invalid RTP timestamp deltasJacob Erlbeck2013-11-251-3/+11
* libmgcp: add enum mgcp_type and use itPablo Neira Ayuso2013-07-081-1/+6
* mgcp: Allow to freely control the a=fmtp line for experimentsHolger Hans Peter Freyther2012-12-161-0/+2
* mgcp: Test and implement re-transmission handlingHolger Hans Peter Freyther2012-12-101-0/+4
* mgcp: Send the jitter statistics at the end of the callHolger Hans Peter Freyther2012-11-121-0/+1
* mgcp: Calculate the jitter with the formula/code from the appendixHolger Hans Peter Freyther2012-11-121-0/+2
* mgcp: Calculate the packet loss as of Appendix A of RFC 3550Holger Hans Peter Freyther2012-11-121-2/+5
* mgcp: Calculate the wrap around as of Appendix A in RFC 3550Holger Hans Peter Freyther2012-11-121-0/+1
* mgcp: Align the variable naming with Appendix A of RFC 3550Holger Hans Peter Freyther2012-11-121-2/+4
* mgcp: Remember the initial sequence number of the streamHolger Hans Peter Freyther2012-11-121-0/+1
* mgcp: Count the received octets as of the MGCP specificationHolger Hans Peter Freyther2012-11-121-0/+1
* mgcp: Remove the lost_no from the mgcp statisticsHolger Hans Peter Freyther2012-11-121-1/+0
* mgcp: implement a more tolerant parser based on strtok_r()Harald Welte2012-03-161-3/+0
* src: use namespace prefix osmo_fd* and osmo_select*Pablo Neira Ayuso2011-05-061-2/+2
* src: use new library libosmogsm and new path to headers in libosmocorePablo Neira Ayuso2011-03-231-1/+1
* mgcp: Introduce a trunk config for multiple trunks.Holger Hans Peter Freyther2011-02-281-0/+3