From d074f8f3964e3d98081736a42ab2c839987e0159 Mon Sep 17 00:00:00 2001 From: Andreas Eversberg Date: Fri, 6 Dec 2013 16:59:10 +0100 Subject: Add EFR support to TRAU muxer + test case Decoding and encoding of FR and EFR TRAU frames are put into seperate functions. CRC check is done to detect bad EFR TRAU frames. The test case includes FR and EFR transcoding. EFR support was tested with Nokia InSite BTS and Siemens BS11. --- openbsc/tests/testsuite.at | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'openbsc/tests/testsuite.at') diff --git a/openbsc/tests/testsuite.at b/openbsc/tests/testsuite.at index 76110f5d9..652cfe96c 100644 --- a/openbsc/tests/testsuite.at +++ b/openbsc/tests/testsuite.at @@ -81,3 +81,9 @@ AT_KEYWORDS([gbproxy]) cat $abs_srcdir/gbproxy/gbproxy_test.ok > expout AT_CHECK([$abs_top_builddir/tests/gbproxy/gbproxy_test], [], [expout], [ignore]) AT_CLEANUP + +AT_SETUP([trau]) +AT_KEYWORDS([trau]) +cat $abs_srcdir/trau/trau_test.ok > expout +AT_CHECK([$abs_top_builddir/tests/trau/trau_test], [], [expout], [ignore]) +AT_CLEANUP -- cgit v1.2.3