aboutsummaryrefslogtreecommitdiffstats
path: root/openbsc/tests/trau
AgeCommit message (Collapse)AuthorFilesLines
2014-03-20mncc: Complete definitions for all speech traffic frames at MNCC interfaceAndreas Eversberg1-1/+1
The new definitions are: half rate and AMR Change of definition name for bad frame, because it applies to all types of traffic, not only TCH/F. Increase MNCC interface version to 4. Version 3 is skipped, because it was used by older version of Linux-Call-Router which is incompatible with the current version of the MNCC interface.
2014-03-11trau: Fix linking on FreeBSD by using LIBRAY_DLNikola1-1/+1
2013-12-19Add EFR support to TRAU muxer + test caseAndreas Eversberg3-0/+109
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.