aboutsummaryrefslogtreecommitdiffstats
path: root/openbsc/src/libmgcp
AgeCommit message (Expand)AuthorFilesLines
2014-03-20mgcp: The valid payload types start at 0. Fix the VTYHolger Hans Peter Freyther1-4/+4
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-20mgcp: Synchronize conn mode bits and output enabled flagsJacob Erlbeck1-24/+7
2014-01-20mgcp: Disable output enabled on initialisationJacob Erlbeck1-1/+1
2014-01-17openbsc: Fix coverity issuesJacob Erlbeck1-3/+16
2014-01-16mgcp: Send RTP keepalive dummy packets to netJacob Erlbeck2-0/+134
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: Set output_enabled flags based on the MGCP modeJacob Erlbeck1-7/+30
2014-01-16mgcp/rtp: Add flag to disable RTP outputJacob Erlbeck3-2/+12
2014-01-16mgcp/rtp: Refactor mgcp_send to avoid code duplicationJacob Erlbeck1-28/+22
2013-12-19mgcp/rtp: Only patch timestamp alignment errorsJacob Erlbeck3-51/+118
2013-12-13mgcp: Optionally send ptime in SDPJacob Erlbeck2-1/+72
2013-12-13mgcp: Parse SDP to get rate and packet durationJacob Erlbeck2-6/+56
2013-12-13mgcp: Put local connection options into a structJacob Erlbeck1-5/+28
2013-12-13mgcp/rtp: Refactor timestamp offset calculation into own functionJacob Erlbeck1-32/+66
2013-12-10mgcp/rtp: Refactored packet_duration computationJacob Erlbeck2-7/+22
2013-12-10mgcp/rtp: Fix RTP timestamps if enabledJacob Erlbeck1-9/+31
2013-12-10mgcp/rtp: Only patch SSRC once after MDCX if enabledJacob Erlbeck2-1/+5
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 Erlbeck3-3/+165
2013-12-05mgcp/rtp: Fix output timing error counterJacob Erlbeck1-3/+14
2013-12-05mgcp: Handle SDP in CRCX received by the MGWJacob Erlbeck1-0/+9
2013-12-05mgcp: NUL-terminate MGCP messageJacob Erlbeck1-1/+15
2013-12-05mgcp: Refactor MGCP/SDP parsingJacob Erlbeck1-32/+66
2013-12-05mgcp: Add new for_each_line macro that also returns empty linesJacob Erlbeck1-0/+32
2013-12-05mgcp: Rename for_each_line to for_each_non_empty_lineJacob Erlbeck1-6/+6
2013-11-25mgcp/rtp: Fix timestamp offset when patching RTP packetsJacob Erlbeck2-4/+31
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 Erlbeck3-27/+146
2013-10-30vty: Use vty_install_default() instead of bsc_install_default()Jacob Erlbeck1-2/+2
2013-09-02vty: Use generic 'end' and 'exit' commandsJacob Erlbeck1-6/+2
2013-08-27libmgcp: add enum mgcp_rolePablo Neira Ayuso1-1/+3
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 Ayuso2-12/+30
2013-07-03mgcp: Make sure the save pointer is initialized with NULL.Holger Hans Peter Freyther1-1/+1
2013-06-12Makefile.am: Use AM_CPPFLAGSAlexander Huemer1-1/+1
2013-05-21mgcp: Initialize the tone to CHAR_MAX as this might not be a requestHolger Hans Peter Freyther1-1/+1
2013-04-16nat: We want the remote to respond to our DLCX requestHolger Hans Peter Freyther1-1/+29
2013-03-03vty: Document some previously undocumented parametersHolger Hans Peter Freyther1-2/+4
2012-12-16mgcp: Allow to freely control the a=fmtp line for experimentsHolger Hans Peter Freyther2-2/+45
2012-12-16mgcp: Fix the vary large jump detection in the codeHolger Hans Peter Freyther1-1/+1
2012-12-10mgcp: Test and implement re-transmission handlingHolger Hans Peter Freyther1-161/+161
2012-12-10mgcp: Change the flow of the code when handling a MGCP responseHolger Hans Peter Freyther1-11/+14