aboutsummaryrefslogtreecommitdiffstats
path: root/tests
AgeCommit message (Expand)AuthorFilesLines
2022-11-16tests/osmux: Test replay of one lost RTP packet when generating osmux batchesPau Espin Pedrol2-0/+98
2022-11-15osmux: dup in RTP pkt: Replace potentially internally forged pkt with incomin...Pau Espin Pedrol2-0/+88
2022-11-14osmux: Rework log formatting when replaying detected RTP gapsPau Espin Pedrol1-96/+96
2022-11-03Support building with -Werror=strict-prototypes / -Werror=old-style-definitionHarald Welte2-6/+6
2022-10-03osmux: Replace deprecated osmux_xfrm_input_* APIs in examples & testsPau Espin Pedrol3-73/+74
2022-10-03tests/osmo-pcap/osmux: Replace deprecated API osmux_xfrm_output_init2()Pau Espin Pedrol1-4/+9
2022-10-03osmux: Take into account configured osmux_in_handle->osmux_seq fieldPau Espin Pedrol2-0/+76
2022-09-29osmux: Fix unwanted RTP marker bit upon rx of osmux seqnum wrap aroundPau Espin Pedrol1-1/+1
2022-09-29tests/osmux: Test rx of osmux seqnum wrap aroundPau Espin Pedrol2-0/+42
2022-09-29tests/osmux: Properly flush and free out_handle in osmux_testPau Espin Pedrol2-0/+15
2022-09-29osmux: Fix osmux seqnum incremented globally instead of per circuitPau Espin Pedrol2-580/+582
2022-09-28osmux: Fix AMR F,Q,CMR fields not properly encoded in osmux headerPau Espin Pedrol2-1/+108
2022-09-28tests/osmux: Add new osmux_input_test to validate AMR FT changesPau Espin Pedrol4-1/+306
2022-09-28osmux: Print osmux_hdr rtp_m field in osmux_snprintf()Pau Espin Pedrol1-76/+76
2022-09-28tests: rename test osmux_test2 -> osmux_output_testPau Espin Pedrol4-8/+8
2022-09-28tests/osmux: Always run with fake timePau Espin Pedrol1-36/+1
2022-09-28tests/osmux_test2: Document unit testsPau Espin Pedrol1-1/+16
2022-09-23tests/osmo-pcap-test/osmux_test: Fix return condition check for osmux_xfrm_in...Pau Espin Pedrol1-1/+1
2022-09-12stream: Fix typos in log messagesPau Espin Pedrol1-1/+1
2022-09-02osmux: Allocate struct osmux_out_handle through APIPau Espin Pedrol3-65/+95
2022-07-13tests/amr: fix less-than-zero comparison of an unsigned valueVadim Yanitskiy1-1/+1
2022-06-28Bump version: 1.1.0.14-d1ab-dirty → 1.2.01.2.0Pau Espin Pedrol1-1/+1
2022-02-17amr_test: increase test coverage for oa / bwe conversation2022q1Philipp Maier2-31/+131
2022-01-05amr: Fix length check in bwe<->iuup convertersPau Espin Pedrol2-3/+3
2022-01-05amr: Fix FormatType from parsing BWE AMR headerPau Espin Pedrol1-1/+2
2022-01-04amr: Introduce APIs to convert BE to IuUP/IuFP formatAlexander Couzens2-0/+65
2021-02-23Bump version: 1.0.0.14-3e65-dirty → 1.1.01.1.02021q1Pau Espin Pedrol1-1/+1
2021-02-19tests: Replace deprecated API log_set_print_filenamePau Espin Pedrol4-4/+4
2021-02-19tests: Explicitly drop category from logPau Espin Pedrol1-0/+1
2020-05-25amr: fix off-by-one in osmo_amr_bwe_to_oa()Philipp Maier2-9/+9
2020-05-16amr: Fix OA<->BWE conversion.Alexander Chemeris2-64/+98
2020-05-14Revert "amr: Fix OA<->BWE conversion."neels2-85/+56
2020-05-14amr: Fix OA<->BWE conversion.Alexander Chemeris2-56/+85
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