Change in osmo-bts[master]: scheduler: fix comments explaining the interleaving of TCH/H

This is merely a historical archive of years 2008-2021, before the migration to mailman3.

A maintained and still updated list archive can be found at https://lists.osmocom.org/hyperkitty/list/gerrit-log@lists.osmocom.org/.

fixeria gerrit-no-reply at lists.osmocom.org
Thu Sep 30 11:11:34 UTC 2021


fixeria has submitted this change. ( https://gerrit.osmocom.org/c/osmo-bts/+/25650 )

Change subject: scheduler: fix comments explaining the interleaving of TCH/H
......................................................................

scheduler: fix comments explaining the interleaving of TCH/H

Change-Id: I2820e42ae10f05ba1ca956b948ea0d77e6abeb3d
---
M src/common/scheduler.c
1 file changed, 5 insertions(+), 4 deletions(-)

Approvals:
  laforge: Looks good to me, but someone else must approve
  pespin: Looks good to me, approved
  Jenkins Builder: Verified



diff --git a/src/common/scheduler.c b/src/common/scheduler.c
index a6ed517..e7d17d0 100644
--- a/src/common/scheduler.c
+++ b/src/common/scheduler.c
@@ -221,13 +221,14 @@
 		/* 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 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;
 		 *   - a FACCH/H frame 'steals' (replaces) two traffic frames,
-		 *     interleaving is done over 4 consecutive bursts,
-		 *     the same as given for a TCH/FS. */
+		 *     interleaving is done over 6 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. */
 		.rts_fn = rts_tchh_fn,
 		.dl_fn = tx_tchh_fn,
 		.ul_fn = rx_tchh_fn,

-- 
To view, visit https://gerrit.osmocom.org/c/osmo-bts/+/25650
To unsubscribe, or for help writing mail filters, visit https://gerrit.osmocom.org/settings

Gerrit-Project: osmo-bts
Gerrit-Branch: master
Gerrit-Change-Id: I2820e42ae10f05ba1ca956b948ea0d77e6abeb3d
Gerrit-Change-Number: 25650
Gerrit-PatchSet: 2
Gerrit-Owner: fixeria <vyanitskiy at sysmocom.de>
Gerrit-Reviewer: Jenkins Builder
Gerrit-Reviewer: fixeria <vyanitskiy at sysmocom.de>
Gerrit-Reviewer: laforge <laforge at osmocom.org>
Gerrit-Reviewer: pespin <pespin at sysmocom.de>
Gerrit-MessageType: merged
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.osmocom.org/pipermail/gerrit-log/attachments/20210930/ce737955/attachment.htm>


More information about the gerrit-log mailing list