aboutsummaryrefslogtreecommitdiffstats
path: root/tests
AgeCommit message (Expand)AuthorFilesLines
2024-04-18tests/stream: Fix missing msgb_free()Pau Espin Pedrol1-4/+10
2023-10-18stream_test: Fix memleaksarehbein1-15/+33
2023-10-18stream_test: Improve mem mgmt, fix connection mgmtarehbein2-81/+79
2023-10-09stream: Add and use helper function osmo_ipa_push_headers()arehbein1-4/+11
2023-10-05stream (test): Fix Coverity CID 323456arehbein1-1/+1
2023-10-02stream: Add client-side (segmentation) support for IPAarehbein3-15/+280
2023-10-02stream_test: Disable naglingarehbein1-0/+1
2023-09-12Bump version: 1.3.0.56-745c-dirty → 1.4.01.4.0Pau Espin Pedrol1-1/+1
2023-09-04stream_test: Avoid leaking osmo_stream_srv_linkPau Espin Pedrol1-0/+3
2023-08-25stream test: Fix test output checkarehbein2-0/+3
2023-08-25stream: Add server-side (segmentation) support for IPAarehbein2-4/+342
2023-08-07stream_srv: Improve logging lines accepting new connectionsPau Espin Pedrol1-0/+3
2023-08-07stream_cli: Increase log level of established conn to INFOPau Espin Pedrol1-0/+3
2023-06-20stream: Print socket info as part of the logging contextPau Espin Pedrol2-5/+6
2023-06-20stream: Allow setting name printed during loggingPau Espin Pedrol2-5/+8
2023-06-08stream: Update log messagesDaniel Willmann1-1/+1
2023-03-13tests/Makefile.am: clean up AM_* variablesVadim Yanitskiy1-2/+3
2023-03-13{utils,tests}/Makefile.am: reorder libraries in LDADDVadim Yanitskiy1-16/+7
2023-02-07Bump version: 1.2.0.114-3804-dirty → 1.3.01.3.0Pau Espin Pedrol1-1/+1
2022-12-19amr: Support all SID and NO_DATA amr formatsPau Espin Pedrol2-11/+20
2022-12-19tests/amr: Add test case for unused FT=14Pau Espin Pedrol2-1/+11
2022-11-21tests/osmux: Add extra asserts to validate osmux header is pulled correctlyPau Espin Pedrol1-0/+5
2022-11-21osmux: Improve logging of osmux_xfrm_inputPau Espin Pedrol1-197/+217
2022-11-18osmux: Introduce API osmux_xfrm_input_set_name()Pau Espin Pedrol2-2/+4
2022-11-18osmux: Support recreating lost RTP packets at start of the batchPau Espin Pedrol2-409/+583
2022-11-16osmux: Set M bit in osmuxhdr if seqnum hole found encoding RTP pktsPau Espin Pedrol4-140/+146
2022-11-16osmux: Use better rationale when limiting amount of lost & forged RTP incomin...Pau Espin Pedrol1-96/+96
2022-11-16osmux: Obey current batch_size restrictions when creating forged RTP packets ...Pau Espin Pedrol2-1/+9
2022-11-16tests/osmux: Test big seqnum holes (>batch_factor) in incoming RTP streamPau Espin Pedrol2-1/+230
2022-11-16tests/osmux: Test incoming RTP stream with seqnum jumps during wraparoundPau Espin Pedrol2-5/+51
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