aboutsummaryrefslogtreecommitdiffstats
path: root/openbsc/src/libmgcp/mgcp_network.c
AgeCommit message (Expand)AuthorFilesLines
2017-06-18mgcp: hack RAB success from nano3G: patch first RTP payloadNeels Hofmeyr1-0/+7
2017-06-18Implement IuCS (large refactoring and addition)Neels Hofmeyr1-6/+95
2015-10-08mgcp: Indicate where the sending failedHolger Hans Peter Freyther1-2/+6
2015-08-20mgcp: Begin to separate network and bts endpointsHolger Hans Peter Freyther1-12/+17
2015-03-22rtp: Use osmocom/netif/rtp.h for the rtp structure definitionHolger Hans Peter Freyther1-1/+4
2015-01-21mgcp: Honor the rtp IP_TOS settings for OsmuxHolger Hans Peter Freyther1-3/+3
2014-10-09mgcp: Count the incoming data instead of the modified oneHolger Hans Peter Freyther1-2/+2
2014-10-09mgcp: Do not detect the initial package as a wrap aroundHolger Hans Peter Freyther1-20/+21
2014-10-09mgcp: Move Annex A counting out of patch/count methodHolger Hans Peter Freyther1-41/+63
2014-10-09mgcp: We only look at the RTP header use that in the commentHolger Hans Peter Freyther1-2/+2
2014-09-02mgcp: Move the "codec" params to a structHolger Hans Peter Freyther1-6/+6
2014-07-22mgcp: Patch and Count _after_ the transcodingHolger Hans Peter Freyther1-1/+1
2014-07-22mgcp: Mention the packet duration in the error messageHolger Hans Peter Freyther1-2/+2
2014-07-07rtp: Share the rtp header between the proxy and the mgcp codeHolger Hans Peter Freyther1-36/+1
2014-06-05mgcp: Add packet size (ptime) conversionJacob Erlbeck1-7/+23
2014-06-05mgcp: Add a function to get media info for MGCP responsesJacob Erlbeck1-0/+13
2014-06-05mgcp: Add callbacks for payload processingJacob Erlbeck1-3/+17
2014-05-22mgcp: Remove excessive logging for each frameHolger Hans Peter Freyther1-12/+0
2014-05-22mgcp: add voice muxer supportPablo Neira Ayuso1-21/+41
2014-01-31mgcp/rtp: Base jitter calculation on input timestampsJacob Erlbeck1-2/+4
2014-01-31mgcp/rtp: Compute delta timestamp based on wallclockJacob Erlbeck1-2/+10
2014-01-31mgcp/rtp: Fix transit computation unitsJacob Erlbeck1-8/+12
2014-01-17openbsc: Fix coverity issuesJacob Erlbeck1-3/+16
2014-01-16mgcp/rtp: Send dummy packet to the RTCP destination, tooJacob Erlbeck1-2/+9
2014-01-16mgcp/rtp: Make offset computation understandableJacob Erlbeck1-4/+4
2014-01-16mgcp/rtp: Add flag to disable RTP outputJacob Erlbeck1-1/+3
2014-01-16mgcp/rtp: Refactor mgcp_send to avoid code duplicationJacob Erlbeck1-28/+22
2013-12-19mgcp/rtp: Only patch timestamp alignment errorsJacob Erlbeck1-39/+106
2013-12-13mgcp: Parse SDP to get rate and packet durationJacob Erlbeck1-0/+9
2013-12-13mgcp/rtp: Refactor timestamp offset calculation into own functionJacob Erlbeck1-32/+66
2013-12-10mgcp/rtp: Refactored packet_duration computationJacob Erlbeck1-4/+1
2013-12-10mgcp/rtp: Fix RTP timestamps if enabledJacob Erlbeck1-9/+31
2013-12-10mgcp/rtp: Only patch SSRC once after MDCX if enabledJacob Erlbeck1-0/+2
2013-12-10mgcp/rtp: Use SSRC in proper byte orderingJacob Erlbeck1-9/+13
2013-12-10mgcp/rtp: Compute default packet duration at state initialisiationJacob Erlbeck1-10/+13
2013-12-10mgcp/rtp: Only update RTP header field offsets if enabledJacob Erlbeck1-16/+28
2013-12-10mgcp/rtp: Change the log message shown when the SSRC changesJacob Erlbeck1-7/+9
2013-12-10mgcp/rtp: Add RTP header patch mode configurationJacob Erlbeck1-1/+1
2013-12-05mgcp/rtp: Fix output timing error counterJacob Erlbeck1-3/+14
2013-11-25mgcp/rtp: Fix timestamp offset when patching RTP packetsJacob Erlbeck1-4/+19
2013-11-25mgcp/rtp: Add test case for RTP timestamp patching and statsJacob Erlbeck1-9/+9
2013-11-25mgcp/rtp: Add counter for invalid RTP timestamp deltasJacob Erlbeck1-18/+108
2013-08-27libmgcp: attach mgcp_ prefix to udp_sendPablo Neira Ayuso1-11/+16
2013-08-14libmgcp: add mgcp prefix to functions and constantsPablo Neira Ayuso1-33/+37
2013-07-08libmgcp: add enum mgcp_type and use itPablo Neira Ayuso1-8/+26
2012-12-16mgcp: Fix the vary large jump detection in the codeHolger Hans Peter Freyther1-1/+1
2012-11-12mgcp: Print both receivd and expected address in the error statementHolger Hans Peter Freyther1-2/+4
2012-11-12mgcp: Send the jitter statistics at the end of the callHolger Hans Peter Freyther1-0/+7
2012-11-12mgcp: Calculate the jitter with the formula/code from the appendixHolger Hans Peter Freyther1-0/+42
2012-11-12mgcp: Calculate the packet loss as of Appendix A of RFC 3550Holger Hans Peter Freyther1-2/+30