<p>fixeria has uploaded this change for <strong>review</strong>.</p><p><a href="https://gerrit.osmocom.org/c/osmo-gsm-manuals/+/23688">View Change</a></p><pre style="font-family: monospace,monospace; white-space: pre-wrap;">TRXD: clarify modulation specific length of Soft-/Hard-bits<br><br>Change-Id: Icd807810060372c8f27d81f8a825ea9a5f384c1c<br>Related: SYS#4895, OS#4941, OS#4006<br>---<br>M common/chapters/trx_if.adoc<br>1 file changed, 19 insertions(+), 19 deletions(-)<br><br></pre><pre style="font-family: monospace,monospace; white-space: pre-wrap;">git pull ssh://gerrit.osmocom.org:29418/osmo-gsm-manuals refs/changes/88/23688/1</pre><pre style="font-family: monospace,monospace; white-space: pre-wrap;"><span>diff --git a/common/chapters/trx_if.adoc b/common/chapters/trx_if.adoc</span><br><span>index f648da4..c6e92ac 100644</span><br><span>--- a/common/chapters/trx_if.adoc</span><br><span>+++ b/common/chapters/trx_if.adoc</span><br><span>@@ -476,7 +476,7 @@</span><br><span> training sequence is compared to the actual training sequence and the result</span><br><span> expressed in centiBels.</span><br><span> </span><br><span style="color: hsl(0, 100%, 40%);">-Soft-bits: 148 bytes for GSM, 444 bytes for EDGE::</span><br><span style="color: hsl(120, 100%, 40%);">+Soft-bits: 148 x N bytes (variable length defined by modulation type)::</span><br><span> Contains the uplink burst. Unlike the downlink bursts, the uplink bursts are</span><br><span> designated using the soft-bits notation, so the receiver can indicate its</span><br><span> assurance from 0 to -127 that a given bit is 1, and from 0 to +127 that a given</span><br><span>@@ -524,23 +524,23 @@</span><br><span> </span><br><span> .Modulation and TS set number</span><br><span> ----</span><br><span style="color: hsl(0, 100%, 40%);">-+-----------------+---------------------------------------+</span><br><span style="color: hsl(0, 100%, 40%);">-| 7 6 5 4 3 2 1 0 | bit numbers (value range)             |</span><br><span style="color: hsl(0, 100%, 40%);">-+-----------------+---------------------------------------+</span><br><span style="color: hsl(0, 100%, 40%);">-| . 0 0 X X . . . | GMSK, 4 TS sets (0..3)                |</span><br><span style="color: hsl(0, 100%, 40%);">-+-----------------+---------------------------------------+</span><br><span style="color: hsl(0, 100%, 40%);">-| . 0 1 0 X . . . | 8-PSK, 2 TS sets (0..1)               |</span><br><span style="color: hsl(0, 100%, 40%);">-+-----------------+---------------------------------------+</span><br><span style="color: hsl(0, 100%, 40%);">-| . 0 1 1 0 . . . | GMSK, Access Burst (see note)         |</span><br><span style="color: hsl(0, 100%, 40%);">-+-----------------+---------------------------------------+</span><br><span style="color: hsl(0, 100%, 40%);">-| . 0 1 1 1 . . . | RFU (Reserved for Future Use)         |</span><br><span style="color: hsl(0, 100%, 40%);">-+-----------------+---------------------------------------+</span><br><span style="color: hsl(0, 100%, 40%);">-| . 1 0 0 X . . . | 16QAM, 2 TS sets (0..1)               |</span><br><span style="color: hsl(0, 100%, 40%);">-+-----------------+---------------------------------------+</span><br><span style="color: hsl(0, 100%, 40%);">-| . 1 0 1 X . . . | 32QAM, 2 TS sets (0..1)               |</span><br><span style="color: hsl(0, 100%, 40%);">-+-----------------+---------------------------------------+</span><br><span style="color: hsl(0, 100%, 40%);">-| . 1 1 X X . . . | AQPSK (Downlink), 4 TS sets (0..3)    |</span><br><span style="color: hsl(0, 100%, 40%);">-+-----------------+---------------------------------------+</span><br><span style="color: hsl(120, 100%, 40%);">++-----------------+---------------------------------------+--------------+</span><br><span style="color: hsl(120, 100%, 40%);">+| 7 6 5 4 3 2 1 0 | Description                           | Burst length |</span><br><span style="color: hsl(120, 100%, 40%);">++-----------------+---------------------------------------+--------------+</span><br><span style="color: hsl(120, 100%, 40%);">+| . 0 0 X X . . . | GMSK, 4 TS sets (0..3)                |   148 x 1    |</span><br><span style="color: hsl(120, 100%, 40%);">++-----------------+---------------------------------------+--------------+</span><br><span style="color: hsl(120, 100%, 40%);">+| . 0 1 0 X . . . | 8-PSK, 2 TS sets (0..1)               |   148 x 3    |</span><br><span style="color: hsl(120, 100%, 40%);">++-----------------+---------------------------------------+--------------+</span><br><span style="color: hsl(120, 100%, 40%);">+| . 0 1 1 0 . . . | GMSK, Access Burst (see note)         |   148 x 1    |</span><br><span style="color: hsl(120, 100%, 40%);">++-----------------+---------------------------------------+--------------+</span><br><span style="color: hsl(120, 100%, 40%);">+| . 0 1 1 1 . . . | RFU (Reserved for Future Use)         |   -------    |</span><br><span style="color: hsl(120, 100%, 40%);">++-----------------+---------------------------------------+--------------+</span><br><span style="color: hsl(120, 100%, 40%);">+| . 1 0 0 X . . . | 16QAM, 2 TS sets (0..1)               |   148 x 4    |</span><br><span style="color: hsl(120, 100%, 40%);">++-----------------+---------------------------------------+--------------+</span><br><span style="color: hsl(120, 100%, 40%);">+| . 1 0 1 X . . . | 32QAM, 2 TS sets (0..1)               |   148 x 5    |</span><br><span style="color: hsl(120, 100%, 40%);">++-----------------+---------------------------------------+--------------+</span><br><span style="color: hsl(120, 100%, 40%);">+| . 1 1 X X . . . | AQPSK (Downlink), 4 TS sets (0..3)    |   148 x 2    |</span><br><span style="color: hsl(120, 100%, 40%);">++-----------------+---------------------------------------+--------------+</span><br><span> ----</span><br><span> </span><br><span> NOTE: A radio block on PDCH is carried by the sequence of four Normal Bursts.</span><br><span>@@ -589,6 +589,6 @@</span><br><span> in dB.  The absolute value is set on the control interface, so the resulting</span><br><span> power is calculated as follows: `full_scale - (absolute_red + relative_red)`.</span><br><span> </span><br><span style="color: hsl(0, 100%, 40%);">-Hard-bits: 148 bytes for GSM, 444 bytes for EDGE::</span><br><span style="color: hsl(120, 100%, 40%);">+Hard-bits: 148 x N bytes (variable length defined by modulation type)::</span><br><span> Contains the downlink burst. Each hard-bit (1 or 0) of the burst is represented</span><br><span> using one byte (0x01 or 0x00 respectively).</span><br><span></span><br></pre><p>To view, visit <a href="https://gerrit.osmocom.org/c/osmo-gsm-manuals/+/23688">change 23688</a>. To unsubscribe, or for help writing mail filters, visit <a href="https://gerrit.osmocom.org/settings">settings</a>.</p><div itemscope itemtype="http://schema.org/EmailMessage"><div itemscope itemprop="action" itemtype="http://schema.org/ViewAction"><link itemprop="url" href="https://gerrit.osmocom.org/c/osmo-gsm-manuals/+/23688"/><meta itemprop="name" content="View Change"/></div></div>

<div style="display:none"> Gerrit-Project: osmo-gsm-manuals </div>
<div style="display:none"> Gerrit-Branch: master </div>
<div style="display:none"> Gerrit-Change-Id: Icd807810060372c8f27d81f8a825ea9a5f384c1c </div>
<div style="display:none"> Gerrit-Change-Number: 23688 </div>
<div style="display:none"> Gerrit-PatchSet: 1 </div>
<div style="display:none"> Gerrit-Owner: fixeria <vyanitskiy@sysmocom.de> </div>
<div style="display:none"> Gerrit-MessageType: newchange </div>