aboutsummaryrefslogtreecommitdiffstats
path: root/library/RTP_Emulation.ttcn
AgeCommit message (Expand)AuthorFilesLines
2019-06-26RTP_Emulation: allow expecting connection refusedOliver Smith1-2/+43
2019-05-27cosmetic: Update copyright statement, license notice and SPDXHarald Welte1-0/+11
2019-05-21RTP_Emulation: Avoid failure if T_transmit triggers between bind and connectPau Espin Pedrol1-1/+5
2019-02-26RTP_Emulation: check received RTP packetsPhilipp Maier1-4/+14
2018-07-25MGCP_Test: add function to check for RTP err countersPhilipp Maier1-0/+36
2018-07-24MGCP_Test: check payload type of received RTP packetsPhilipp Maier1-0/+7
2018-07-24library: Ensure setverdict(fail) is followed by mtc.stopDaniel Willmann1-4/+6
2018-06-28MGCP_Test: add tests to verify actual RTP flowsPhilipp Maier1-6/+43
2018-05-23Print more self-explanatory error message on bind/connect failuresHarald Welte1-0/+16
2018-04-02RTP_Emulation: Fix RTCP handlingHarald Welte1-2/+2
2018-03-29RTP_Emulation: Add f_rtpem_stats_compare() to match a pair of statsHarald Welte1-0/+12
2018-03-29RTP_Emulation: Add convenience helper functions around procedure callsHarald Welte1-0/+30
2018-03-29RTP_Emulation: Make it less chatty in the logHarald Welte1-2/+2
2018-03-29RTP_Emulation: Fix receive templatesHarald Welte1-2/+2
2018-03-29mgw: Add statistics to RTP_Emulation and link/build it in mgw testHarald Welte1-4/+60
2018-02-13WIP: Prepare MSC_Tests for ability to emulate two BSCsHarald Welte1-0/+37
2017-12-25RTP_Emulation: Integrate IuUP supportHarald Welte1-4/+27
2017-12-25RTP_Emulation: Add RtpemConfig / RTPEM_configure() callHarald Welte1-9/+27
2017-12-25RTP_Emulation: Fix calculation of timer + timestamp incrementHarald Welte1-2/+2
2017-12-25RTP_Emulation: Fix encoding of timestamp; int2bit counts in bits!Harald Welte1-1/+1
2017-12-13Add RTP_Emulation (stream source/sink) on top of RTP_CodecPortHarald Welte1-0/+209