trxcon/scheduler: TCH/H & FACCH/H: fix notes on interleaving

Change-Id: I16cdd2261b3d0d99286c30584847f93d72d02ac0
This commit is contained in:
Vadim Yanitskiy 2020-03-05 04:14:30 +07:00 committed by laforge
parent 03f220ecae
commit d534d43fc1
1 changed files with 4 additions and 1 deletions

View File

@ -155,7 +155,10 @@ const struct trx_lchan_desc trx_lchan_desc[_TRX_CHAN_MAX] = {
/* Rx and Tx, multiple convolutional coding types (3GPP TS 05.03,
* chapter 3), block diagonal interleaving (3GPP TS 05.02, clause 7):
*
* - a traffic frame is interleaved over 6 consecutive bursts
* - a traffic frame is interleaved over 4 non-consecutive bursts
* using the even numbered bits of the first 2 bursts,
* and odd numbered bits of the last 2 bursts;
* - a FACCH/H frame is interleaved over 6 non-consecutive bursts
* using the even numbered bits of the first 2 bursts,
* all bits of the middle two 2 bursts,
* and odd numbered bits of the last 2 bursts;