mirror of
https://gitea.osmocom.org/cellular-infrastructure/osmo-bts.git
synced 2025-11-02 05:03:29 +00:00
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
This commit is contained in:
@@ -1673,7 +1673,7 @@ const uint8_t gsm0503_tch_hr_interleaving[228][2] = {
|
||||
{ 86 ,0 }, { 87 ,2 }, { 110,0 }, { 111,2 }, { 4 ,0 }, { 5 ,2 },
|
||||
{ 82 ,1 }, { 83 ,3 }, { 52 ,0 }, { 53 ,2 }, { 58 ,1 }, { 59 ,3 },
|
||||
{ 28 ,0 }, { 29 ,2 }, { 34 ,1 }, { 35 ,3 }, { 76 ,0 }, { 77 ,2 },
|
||||
{ 10 ,1 }, { 12 ,3 }, { 100,0 }, { 101,2 }, { 16 ,0 }, { 17 ,2 },
|
||||
{ 10 ,1 }, { 11 ,3 }, { 100,0 }, { 101,2 }, { 16 ,0 }, { 17 ,2 },
|
||||
{ 106,1 }, { 107,3 }, { 64 ,0 }, { 65 ,2 }, { 70 ,1 }, { 71 ,3 },
|
||||
{ 94 ,1 }, { 95 ,3 }, { 40 ,0 }, { 41 ,2 }, { 46 ,1 }, { 47 ,3 },
|
||||
{ 22 ,1 }, { 23 ,3 }, { 88 ,0 }, { 89 ,2 }, { 112,0 }, { 113,2 },
|
||||
|
@@ -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
|
||||
|
Reference in New Issue
Block a user