From b390dfb90dfd0b38d17cea931ec0d0e194e2a4a1 Mon Sep 17 00:00:00 2001 From: Max Date: Fri, 10 Feb 2017 16:31:40 +0100 Subject: Fix typo in TCH/H interleaving table According to Table 4 in 3GPP TS 45.003 j=11, b=3 case corresponds to k=91 and not j=12 as was previously used. Change-Id: Iad3cf545b2f7e16276466cc37dd7a1e7858467e5 --- tests/bursts/bursts_test.ok | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'tests') diff --git a/tests/bursts/bursts_test.ok b/tests/bursts/bursts_test.ok index 41369055..5030e4d2 100644 --- a/tests/bursts/bursts_test.ok +++ b/tests/bursts/bursts_test.ok @@ -6,7 +6,7 @@ tch_fr_decode: n_errors=8 n_bits_total=378 ber=0.02 tch_fr_decode: n_errors=10 n_bits_total=456 ber=0.02 tch_fr_decode: n_errors=10 n_bits_total=456 ber=0.02 tch_fr_decode: n_errors=10 n_bits_total=456 ber=0.02 -tch_hr_decode: n_errors=11 n_bits_total=211 ber=0.05 +tch_hr_decode: n_errors=10 n_bits_total=211 ber=0.05 tch_hr_decode: n_errors=10 n_bits_total=456 ber=0.02 tch_hr_decode: n_errors=10 n_bits_total=456 ber=0.02 tch_hr_decode: n_errors=10 n_bits_total=456 ber=0.02 -- cgit v1.2.3