aboutsummaryrefslogtreecommitdiffstats
path: root/tests
AgeCommit message (Expand)AuthorFilesLines
2020-01-28stream: Rename cli state NONE to CLOSEDPau Espin Pedrol1-1/+1
2020-01-28stream: Add new WAIT_RECONNECT cli statePau Espin Pedrol1-4/+4
2019-11-20osmux_test: don't use color loggingNeels Hofmeyr3-214/+216
2019-10-18tests: osmux_test: Hardcode h_output values set by random()Pau Espin Pedrol1-0/+3
2019-10-04tests: osmux_test: Provide More accurate logging expectanciesPau Espin Pedrol3-13/+1096
2019-10-04tests: osmux_test: Use fake time also for monotonic clockPau Espin Pedrol1-4/+29
2019-09-19stream_test: Log fake timePau Espin Pedrol3-66/+82
2019-09-19stream_test: Use fake timePau Espin Pedrol1-1/+8
2019-05-17osmux: Extend osmux_out_handle and add new API to set rtp payload_typePau Espin Pedrol4-8/+8
2019-03-19Deprecate osmo_stream_cli_open2()Max1-0/+76
2019-03-14tests: AM_LDFLAGS = -noinstall for all testsOliver Smith1-2/+1
2019-03-07AMR: add functions to convert between bw-efficient and octet-alignedpmaier/amrmanglePhilipp Maier4-2/+492
2019-02-07Add stream client/server testMax5-1/+417
2018-08-01Migrate from osmo_ipa_idtag_parse() to ipa_ccm_id_resp_parse()Harald Welte1-3/+4
2018-05-15jibuf: Fix out-of-order seq queue around syncpointsPau Espin Pedrol2-4/+3
2018-05-15tests: jibuf_test: Add scenario to show out-of-order bugPau Espin Pedrol2-0/+83
2018-05-15tests: jibuf_test: Set some functions as staticPau Espin Pedrol1-2/+2
2018-04-19osmux: Move examples and tests to use new output APIsPau Espin Pedrol3-18/+13
2018-04-19osmux: Set Marker bit on osmux frame loss detectedPau Espin Pedrol2-10/+17
2018-04-19tests: Add osmux2 testsuitePau Espin Pedrol4-1/+497
2018-04-17examples: use osmo_init_logging2Pau Espin Pedrol1-1/+3
2018-04-17Build jibuf_tool based on libpcap availabilityPau Espin Pedrol1-4/+9
2018-04-17tests: use osmo_init_logging2Pau Espin Pedrol2-2/+6
2018-04-13jibuf: Estimate src clock skewPau Espin Pedrol4-10/+972
2018-04-13tests: jibuf_tool: Add seq.pltPau Espin Pedrol1-0/+50
2018-04-13jibuf: re-sync clock out of sync timestampsPau Espin Pedrol3-2/+128
2018-04-13jibuf: Take RTP marker into accountPau Espin Pedrol3-2/+74
2018-04-13tests: jibuf_tool: Add parameters to control size of bufferPau Espin Pedrol1-4/+14
2018-04-13tests: jibuf_tool: Add OSMUX supportPau Espin Pedrol1-3/+40
2018-04-13tests: jibuf_tool: Improve jibuf_test to read pcapsPau Espin Pedrol3-105/+308
2018-04-13tests: jibuf_tool: Initial commitPau Espin Pedrol3-1/+421
2018-04-13jibuf: Add initial implementation of Jitter BufferPau Espin Pedrol4-2/+961
2018-04-12tests: osmo-pcap-test: Fix pcap includes not found in old versionsPau Espin Pedrol2-2/+2
2018-02-26test: osmo-pcap-test: Fix clock drift while replaying pcap filePau Espin Pedrol2-7/+26
2017-09-11osmux: fix buffer management mess in snprintf() callsPablo Neira Ayuso1-4/+4
2017-08-14osmux: Slightly improve output format of osmux_snprintfPau Espin Pedrol1-1/+1
2017-08-08tests: osmo-pcap: Allow different l2 pktsPau Espin Pedrol9-50/+189
2017-08-08tests: osmo-pcap: Fix per packet timerPau Espin Pedrol2-7/+13
2017-04-27osmux: Use osmo_gettimeofday for testing puroposesPau Espin Pedrol1-4/+24
2017-04-27osmux: Add RTP marker bit supportPau Espin Pedrol1-1/+64
2016-10-01configure: check for pkg-config presenceNeels Hofmeyr1-0/+7
2016-07-07osmux-test: remove real-time constraint by defaultNeels Hofmeyr1-0/+10
2016-02-29osmux_test.c: tweak error reportNeels Hofmeyr1-1/+3
2015-07-21tests: osmux: iterate 64 times in osmo_test_loop()Pablo Neira Ayuso1-1/+1
2015-07-21tests: compile tests with debugging symbols, ie. -gPablo Neira Ayuso1-1/+1
2015-07-21tests: osmux: fix msgb leaksPablo Neira Ayuso1-0/+2
2015-07-21tests: osmux: test circuit reopening after closurePablo Neira Ayuso1-0/+7
2015-07-21tests: osmux: validate dummy padding with no voice data interactionPablo Neira Ayuso1-0/+4
2015-07-21tests: osmux: test online deactivation of dummy paddingPablo Neira Ayuso1-0/+4
2015-07-21tests: osmux: factor out main test loopPablo Neira Ayuso1-28/+36