aboutsummaryrefslogtreecommitdiffstats
path: root/tests/testsuite.at
AgeCommit message (Collapse)AuthorFilesLines
2022-09-28tests/osmux: Add new osmux_input_test to validate AMR FT changesPau Espin Pedrol1-0/+6
Related: SYS#5987 Change-Id: I105466fc8a4d92341f34886ee81ef0ca04014514
2022-09-28tests: rename test osmux_test2 -> osmux_output_testPau Espin Pedrol1-4/+4
That file focuses on testing the osmux_output_* API, ie receiving Osmux frames and decoding it into batches and later on into rtp packets. Change-Id: I7e6eda1e2e676673771bc6a7c3682d07ac1d344e
2019-10-04tests: osmux_test: Provide More accurate logging expectanciesPau Espin Pedrol1-1/+1
Change-Id: I85722ebcb5486426dfe76cdca1b8a0692bb5b111
2019-03-07AMR: add functions to convert between bw-efficient and octet-alignedpmaier/amrmanglePhilipp Maier1-0/+6
RFC 3267 describes two different AMR frame formats. Octet Aligned and Bandwidth efficient mode. In Bandwith efficient mode the padding bits, which are used to align CMR, TOC and payload on octet boundaries are saved and the fielda are packed directly one after another. - Add functions to convert from one mode to the other and vice versa. - Add function to detect in which mode an AMR frame is encoded. Change-Id: I5b5a0fa644d8dbb1f04f9d7e35312683c7b3d196 Related: SYS#4470
2019-02-07Add stream client/server testMax1-0/+7
Previously stream client and server code were only used in examples which means regressions could be easily introduced unnoticed until they trigger bugs in external code which relies on osmo_stream_*() Fix this by adding basic client-server interaction tests with and without reconnection. Change-Id: I336f79970982ed8e1d73b73d54fa4c27ba8bce8e
2018-04-19tests: Add osmux2 testsuitePau Espin Pedrol1-0/+6
This test is aimed at testing several specific scenarios related to how osmux manages in/out of osmux/rtp packets over time. Change-Id: I3bf59276424ea87c4e66a6ff46de1e3e9a06a904
2018-04-13jibuf: Add initial implementation of Jitter BufferPau Espin Pedrol1-0/+6
Change-Id: I9688ba9c4d5b733b9f29d0f15f73750f9271ef55
2014-05-22misc: Fix distcheck and refer to the right file0.0.3Holger Hans Peter Freyther1-1/+1
2013-05-24add testsuite infrastructure and osmux testPablo Neira Ayuso1-0/+8
This patch adds the testsuite infrastructure and it populates it with one test for osmux. The osmux tests makes sure that: * We get the same number of RTP messages in the input and the output path. * The payload of the RTP message is reconstructed correctly. * The reconstructed timing is correct.