aboutsummaryrefslogtreecommitdiffstats
path: root/openbsc/include/openbsc/mgcp_internal.h
AgeCommit message (Expand)AuthorFilesLines
2014-06-05mgcp: Set net_end audio params in recvonly modeJacob Erlbeck1-0/+1
2014-06-05mgcp: Add packet size (ptime) conversionJacob Erlbeck1-1/+2
2014-06-05mgcp: Add a function to get media info for MGCP responsesJacob Erlbeck1-0/+5
2014-06-05mgcp: Add audio info fields to struct mgcp_rtp_endJacob Erlbeck1-0/+3
2014-06-05mgcp: Add callbacks for payload processingJacob Erlbeck1-0/+9
2014-05-26mgcp: Use #pragma once instead of a possible clashing #ifdefHolger Hans Peter Freyther1-3/+1
2014-05-22mgcp: add voice muxer supportPablo Neira Ayuso1-0/+15
2014-01-31mgcp/rtp: Compute delta timestamp based on wallclockJacob Erlbeck1-0/+1
2014-01-20mgcp: Synchronize conn mode bits and output enabled flagsJacob Erlbeck1-1/+1
2014-01-16mgcp/rtp: Add flag to disable RTP outputJacob Erlbeck1-0/+2
2013-12-19mgcp/rtp: Only patch timestamp alignment errorsJacob Erlbeck1-1/+1
2013-12-13mgcp: Put local connection options into a structJacob Erlbeck1-1/+7
2013-12-10mgcp/rtp: Refactored packet_duration computationJacob Erlbeck1-0/+3
2013-12-10mgcp/rtp: Fix RTP timestamps if enabledJacob Erlbeck1-1/+1
2013-12-10mgcp/rtp: Only patch SSRC once after MDCX if enabledJacob Erlbeck1-1/+1
2013-12-10mgcp/rtp: Compute default packet duration at state initialisiationJacob Erlbeck1-0/+1
2013-12-10mgcp/rtp: Add RTP header patch mode configurationJacob Erlbeck1-3/+7
2013-11-25mgcp/rtp: Fix timestamp offset when patching RTP packetsJacob Erlbeck1-0/+4
2013-11-25mgcp/rtp: Add counter for invalid RTP timestamp deltasJacob Erlbeck1-3/+11
2013-07-08libmgcp: add enum mgcp_type and use itPablo Neira Ayuso1-1/+6
2012-12-16mgcp: Allow to freely control the a=fmtp line for experimentsHolger Hans Peter Freyther1-0/+2
2012-12-10mgcp: Test and implement re-transmission handlingHolger Hans Peter Freyther1-0/+4
2012-11-12mgcp: Send the jitter statistics at the end of the callHolger Hans Peter Freyther1-0/+1
2012-11-12mgcp: Calculate the jitter with the formula/code from the appendixHolger Hans Peter Freyther1-0/+2
2012-11-12mgcp: Calculate the packet loss as of Appendix A of RFC 3550Holger Hans Peter Freyther1-2/+5
2012-11-12mgcp: Calculate the wrap around as of Appendix A in RFC 3550Holger Hans Peter Freyther1-0/+1
2012-11-12mgcp: Align the variable naming with Appendix A of RFC 3550Holger Hans Peter Freyther1-2/+4
2012-11-12mgcp: Remember the initial sequence number of the streamHolger Hans Peter Freyther1-0/+1
2012-11-12mgcp: Count the received octets as of the MGCP specificationHolger Hans Peter Freyther1-0/+1
2012-11-12mgcp: Remove the lost_no from the mgcp statisticsHolger Hans Peter Freyther1-1/+0
2012-03-16mgcp: implement a more tolerant parser based on strtok_r()Harald Welte1-3/+0
2011-05-06src: use namespace prefix osmo_fd* and osmo_select*Pablo Neira Ayuso1-2/+2
2011-03-23src: use new library libosmogsm and new path to headers in libosmocorePablo Neira Ayuso1-1/+1
2011-02-28mgcp: Introduce a trunk config for multiple trunks.Holger Hans Peter Freyther1-0/+3
2011-02-28mgcp: Introduce a mgcp_trunk_config enum for endpoint configsHolger Hans Peter Freyther1-3/+9
2011-01-01License change: We are now AGPLv3+ instead of GPLv2+Harald Welte1-6/+5
2010-11-02mgcp: Introduce trans_bts and send BTS packets from this portHolger Hans Peter Freyther1-1/+15
2010-11-01mgcp: Rename transcoder_end to trans_netHolger Hans Peter Freyther1-1/+2
2010-11-01mgcp: Make transcoding a per Endpoint configurationHolger Hans Peter Freyther1-0/+1
2010-09-20mgcp: Forward data from the BTS-in to the transcoderHolger Hans Peter Freyther1-0/+2
2010-08-06mgcp: Remember if the endpoint was allocated...Holger Hans Peter Freyther1-0/+1
2010-08-06mgcp: Make the CI uint32_t all the way to avoid mismatchHolger Hans Peter Freyther1-1/+1
2010-08-06mgcp: Add a call tap feature to forward audio to another forward portHolger Hans Peter Freyther1-0/+18
2010-08-05mgcp: Patch RTP packets again if that is allowed.0.9.3Holger Hans Peter Freyther1-0/+3
2010-08-05mgcp: Allow to dynamically allocate ports from a range..Holger Hans Peter Freyther1-0/+2
2010-08-05mgcp: Allocate a different port for the networking...Holger Hans Peter Freyther1-0/+1
2010-08-05mgcp: Move the bfd for rtp/rtcp into the portHolger Hans Peter Freyther1-8/+6
2010-08-05mgcp: Make the function internal, only used by the init/config codeHolger Hans Peter Freyther1-0/+1
2010-08-05mgcp: Attempt to separate the RTP/RTCP port for the Network and for the BTSHolger Hans Peter Freyther1-3/+2
2010-08-05mgcp: Group the state for bts/net into a struct and have two instancesHolger Hans Peter Freyther1-13/+14