coding: gsm0503_tch_f96_[de]interleave() not applicable to TCH/F2.4

According to 3GPP TS 45.003, section 3.6.4, the interleaving for
TCH/F2.4 is done as specified for the TCH/FS in subclause 3.1.3.

Change-Id: I52078263cd593503a9e8f024e51e18d7b0906131
Related: OS#1572
This commit is contained in:
Vadim Yanitskiy 2023-05-20 18:02:32 +07:00
parent c0305b685a
commit 548990bf6c
1 changed files with 1 additions and 1 deletions

View File

@ -700,7 +700,7 @@ void gsm0503_tch_hr_interleave(const ubit_t *cB, ubit_t *iB)
* of coded data starts with every fourth burst and is distributed over
* 22 bursts.
*
* Also used for TCH/F4.8, TCH/H4.8, TCH/F2.4 and TCH/H2.4 and TCH/F14.4 */
* Also used for TCH/F4.8, TCH/H4.8, and TCH/H2.4 and TCH/F14.4 */
void gsm0503_tch_f96_interleave(const ubit_t *cB, ubit_t *iB)
{
int j, k, B;