Skip to content
Success

Changes

Summary

  1. tests: add unit test for HRv1 TRAU->RTP (details)
Commit b89005085bfc1e1c368fb756197843e1c0dcadf5 by falcon
tests: add unit test for HRv1 TRAU->RTP

Unit tests for TRAU->RTP conversion for FRv1 and EFR codecs were
implemented earlier, but not for HRv1.  Fill this gap in unit test
coverage.

The library code path exercised here is osmo_trau_frame_decode_8k()
followed by osmo_trau2rtp().  Both plain (RFC 5993) and extended
(TW-TS-002) RTP output formats are tested.

Change-Id: Id2703d313f52fa54465a13f3370ebb6d7d976bbd
The file was addedtests/trau_conv/trau2rtp_hr_twts002.ok
The file was addedtests/trau_conv/trau2rtp_hr_std.ok
The file was addedtests/trau_conv/trau2rtp_hr.in
The file was modifiedtests/testsuite.at
The file was modifiedtests/Makefile.am