aboutsummaryrefslogtreecommitdiffstats
path: root/openbsc/src/libmgcp
AgeCommit message (Expand)AuthorFilesLines
2014-06-05mgcp: Add packet size (ptime) conversionJacob Erlbeck3-9/+61
2014-06-05mgcp: Only include SDP lines with valid contentJacob Erlbeck1-43/+90
2014-06-05mgcp: Add a function to get media info for MGCP responsesJacob Erlbeck2-5/+27
2014-06-05mgcp: Add audio info fields to struct mgcp_rtp_endJacob Erlbeck1-20/+64
2014-06-05mgcp: Add callbacks for payload processingJacob Erlbeck2-4/+50
2014-06-03osmux: Fix the VTY online help in the osmux commandHolger Hans Peter Freyther1-1/+1
2014-05-28mgcp: Address scanf issue already found by cppcheck and now ASANHolger Hans Peter Freyther1-1/+1
2014-05-22osmux: Fix potential memory leak in the msgb handlingHolger Hans Peter Freyther1-0/+2
2014-05-22mgcp: Add proper length checking for line handlingHolger Hans Peter Freyther1-0/+22
2014-05-22mgcp: Remove excessive logging for each frameHolger Hans Peter Freyther1-12/+0
2014-05-22mgcp: add voice muxer supportPablo Neira Ayuso5-29/+525
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