Change in ...osmocom-bb[master]: trx_toolkit: Fixes in TRXD documentation

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/.

pespin gerrit-no-reply at lists.osmocom.org
Mon Aug 5 14:24:47 UTC 2019


pespin has uploaded this change for review. ( https://gerrit.osmocom.org/c/osmocom-bb/+/15051


Change subject: trx_toolkit: Fixes in TRXD documentation
......................................................................

trx_toolkit: Fixes in TRXD documentation

Change-Id: I126a8aed6b2bac7a620e95f06ecb98642a63b5f0
---
M src/target/trx_toolkit/data_msg.py
1 file changed, 5 insertions(+), 5 deletions(-)



  git pull ssh://gerrit.osmocom.org:29418/osmocom-bb refs/changes/51/15051/1

diff --git a/src/target/trx_toolkit/data_msg.py b/src/target/trx_toolkit/data_msg.py
index ebb7a0f..de5f908 100644
--- a/src/target/trx_toolkit/data_msg.py
+++ b/src/target/trx_toolkit/data_msg.py
@@ -477,17 +477,17 @@
 	  +-----------------+---------------------------------------+
 	  | 7 6 5 4 3 2 1 0 | bit numbers (value range)             |
 	  +-----------------+---------------------------------------+
-	  | . . . . . X X X | Training Sequence Code (0..7)         |
+	  | X . . . . . . . | IDLE / nope frame indication (0 or 1) |
 	  +-----------------+---------------------------------------+
 	  | . X X X X . . . | Modulation, TS set number (see below) |
 	  +-----------------+---------------------------------------+
-	  | X . . . . . . . | IDLE / nope frame indication (0 or 1) |
+	  | . . . . . X X X | Training Sequence Code (0..7)         |
 	  +-----------------+---------------------------------------+
 
 	The bit number 7 (MSB) is set to high when either nothing has been
 	detected, or during IDLE frames, so we can deliver noise levels,
 	and avoid clock gaps on the L1 side. Other bits are ignored,
-	and should be set to low (0) in this case. L16 shall be set to 0x00.
+	and should be set to low (0) in this case.
 
 	== Coding of modulation and TS set number
 
@@ -520,14 +520,14 @@
 
 	== Coding of the burst bits
 
-	Unlike to be transmitted bursts, the received bursts are designated
+	Unlike the transmitted bursts, the received bursts are designated
 	using the soft-bits notation, so the receiver can indicate its
 	assurance from 0 to -127 that a given bit is 1, and from 0 to +127
 	that a given bit is 0. The Viterbi algorithm allows to approximate
 	the original sequence of hard-bits (1 or 0) using these values.
 
 	Each soft-bit (-127..127) of the burst is encoded as an unsigned
-	value in range (254..0) respectively using the constant shift.
+	value in range (0..255) respectively using the constant shift.
 
 	"""
 

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

Gerrit-Project: osmocom-bb
Gerrit-Branch: master
Gerrit-Change-Id: I126a8aed6b2bac7a620e95f06ecb98642a63b5f0
Gerrit-Change-Number: 15051
Gerrit-PatchSet: 1
Gerrit-Owner: pespin <pespin at sysmocom.de>
Gerrit-MessageType: newchange
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.osmocom.org/pipermail/gerrit-log/attachments/20190805/c8be6482/attachment.htm>


More information about the gerrit-log mailing list