aboutsummaryrefslogtreecommitdiffstats
path: root/openbsc/configure.ac
diff options
context:
space:
mode:
authorAndreas Eversberg <jolly@eversberg.eu>2013-12-06 16:59:10 +0100
committerHolger Hans Peter Freyther <holger@moiji-mobile.com>2013-12-19 10:12:28 +0100
commitd074f8f3964e3d98081736a42ab2c839987e0159 (patch)
tree0afe3de08ce44ac7504771667166c45d954be895 /openbsc/configure.ac
parentb6f95161935969c270ef42f1c31e6957df5afe31 (diff)
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.
Diffstat (limited to 'openbsc/configure.ac')
-rw-r--r--openbsc/configure.ac1
1 files changed, 1 insertions, 0 deletions
diff --git a/openbsc/configure.ac b/openbsc/configure.ac
index 081e416d7..fe9956976 100644
--- a/openbsc/configure.ac
+++ b/openbsc/configure.ac
@@ -169,6 +169,7 @@ AC_OUTPUT(
tests/si/Makefile
tests/abis/Makefile
tests/smpp/Makefile
+ tests/trau/Makefile
doc/Makefile
doc/examples/Makefile
Makefile)