aboutsummaryrefslogtreecommitdiffstats
path: root/openbsc/include/openbsc/mgcp_internal.h
AgeCommit message (Expand)AuthorFilesLines
2017-03-16libmgcp: move mgcp_connection_mode to public headerNeels Hofmeyr1-8/+0
2015-10-12mgcp: Use the right bind addresses for NET and BTSopenbsc/0.15.0Holger Hans Peter Freyther1-4/+4
2015-10-12osmux: Remember the allocated CID and make sure it is releasedHolger Hans Peter Freyther1-0/+2
2015-08-20mgcp: Allow to bind to different ports for net/bts portsHolger Hans Peter Freyther1-0/+4
2015-08-20mgcp: Begin to separate network and bts endpointsHolger Hans Peter Freyther1-0/+14
2015-08-14mgcp: Allow to enforce that the codecs need to matchHolger Hans Peter Freyther1-1/+1
2015-08-14mgcp: Move the SDP handling into a separate file/moduleHolger Hans Peter Freyther1-0/+61
2015-08-14mgcp: Remove unused parsing data structHolger Hans Peter Freyther1-3/+0
2015-05-02mgcp: Fix compiler warning on 64bit buildsHolger Hans Peter Freyther1-1/+1
2015-01-21mgcp: Honor the rtp IP_TOS settings for OsmuxHolger Hans Peter Freyther1-0/+2
2014-10-09mgcp: Do not detect the initial package as a wrap aroundHolger Hans Peter Freyther1-0/+5
2014-10-09mgcp: Move Annex A counting out of patch/count methodHolger Hans Peter Freyther1-4/+9
2014-09-17osmux: send osmux stats in MGCP DLCX responsesPablo Neira Ayuso1-0/+5
2014-09-02mgcp: Store one more codec/payload type if it is presentHolger Hans Peter Freyther1-0/+1
2014-09-02mgcp: Move the "codec" params to a structHolger Hans Peter Freyther1-7/+14
2014-08-28osmux: add osmux circuit ID management and resolve NAT problemsPablo Neira Ayuso1-1/+6
2014-08-27osmux: encapsulate for osmux state information in struct mgcp_endpointPablo Neira Ayuso1-4/+5
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