diff options
author | Jean-Francois Dionne <jf.dionne@nutaq.com> | 2017-04-27 10:11:31 -0400 |
---|---|---|
committer | Harald Welte <laforge@gnumonks.org> | 2017-06-09 08:14:18 +0000 |
commit | 43058efa939f36069cdac82f356bdc94ee10d0fc (patch) | |
tree | 51bc6ad08597ef2685d0d69616b97555b4b614e2 /tests/testsuite.at | |
parent | 3851e8ea7af8212c6bd86d870277eb1c238b6e78 (diff) |
Fix wrongful GSM FR codec SID frame detection in DTX.
Based on ETSI TS 101 318 section 5.1.2 the 95 bits SID code word
is not detected correctly due to a wrongful offset in the bits
location indexes.
Change-Id: I45d98c6edf267f313883503a65385190ffbc65ca
Diffstat (limited to 'tests/testsuite.at')
-rw-r--r-- | tests/testsuite.at | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/tests/testsuite.at b/tests/testsuite.at index aa943e8d..63027d96 100644 --- a/tests/testsuite.at +++ b/tests/testsuite.at @@ -147,7 +147,6 @@ AT_CLEANUP AT_SETUP([codec]) AT_KEYWORDS([codec]) -AT_CHECK([exit 77]) cat $abs_srcdir/codec/codec_test.ok > expout AT_CHECK([$abs_top_builddir/tests/codec/codec_test], [0], [expout], [ignore]) AT_CLEANUP |