<p>fixeria has uploaded this change for <strong>review</strong>.</p><p><a href="https://gerrit.osmocom.org/c/osmo-gsm-manuals/+/23744">View Change</a></p><pre style="font-family: monospace,monospace; white-space: pre-wrap;">TRXD: rework description of the NOPE / IDLE frame indication<br><br> * Add 'referred to as NOPE.ind', this is how we usueally call it;<br> * Change 'IDLE / NOPE' to 'NOPE / IDLE', because:<br> ** there can be 'IDLE TDMA frame', but not 'NOPE frame';<br> * Avoid using 'high' and 'low' terms for bit values.<br> * Introduce and use macros for '0'B and '1'B.<br><br>Change-Id: I72e0c785efb8a89b664486740ef312e77b81c01a<br>Related: SYS#4895, OS#4941, OS#4006<br>---<br>M common/chapters/trx_if.adoc<br>1 file changed, 11 insertions(+), 6 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/44/23744/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 a3a78ab..04da347 100644</span><br><span>--- a/common/chapters/trx_if.adoc</span><br><span>+++ b/common/chapters/trx_if.adoc</span><br><span>@@ -1,3 +1,7 @@</span><br><span style="color: hsl(120, 100%, 40%);">+// Common attributes (macros) used in this document</span><br><span style="color: hsl(120, 100%, 40%);">+:bit-zero: '0\'B</span><br><span style="color: hsl(120, 100%, 40%);">+:bit-one: '1\'B</span><br><span style="color: hsl(120, 100%, 40%);">+</span><br><span> [[trx_if]]</span><br><span> == TRX Manager UDP socket interface</span><br><span> </span><br><span>@@ -504,7 +508,7 @@</span><br><span> +-----------------+---------------------------------------+</span><br><span> | 7 6 5 4 3 2 1 0 | bit numbers (value range)             |</span><br><span> +-----------------+---------------------------------------+</span><br><span style="color: hsl(0, 100%, 40%);">-| X . . . . . . . | IDLE / nope frame indication (0 or 1) |</span><br><span style="color: hsl(120, 100%, 40%);">+| X . . . . . . . | NOPE / IDLE frame indication (0 or 1) |</span><br><span> +-----------------+---------------------------------------+</span><br><span> | . X X X X . . . | Modulation, TS set number (see below) |</span><br><span> +-----------------+---------------------------------------+</span><br><span>@@ -512,11 +516,12 @@</span><br><span> +-----------------+---------------------------------------+</span><br><span> ----</span><br><span> </span><br><span style="color: hsl(0, 100%, 40%);">-IDLE / nope frame indication::</span><br><span style="color: hsl(0, 100%, 40%);">-The bit number 7 (MSB) is set to high when either nothing has been detected, so</span><br><span style="color: hsl(0, 100%, 40%);">-the BTS scheduler keeps processing bursts without gaps, or during IDLE frames,</span><br><span style="color: hsl(0, 100%, 40%);">-so the current noise levels can be delivered.  Other bits are ignored, and should</span><br><span style="color: hsl(0, 100%, 40%);">-be set to low (`0`) in this case.  The field "Soft-bits" is omited.</span><br><span style="color: hsl(120, 100%, 40%);">+NOPE / IDLE frame indication (referred to as NOPE.ind)::</span><br><span style="color: hsl(120, 100%, 40%);">+The bit number 7 (MSB) shall be set to {bit-one} by the transceiver when either</span><br><span style="color: hsl(120, 100%, 40%);">+nothing has been detected, so the BTS scheduler keeps processing bursts without</span><br><span style="color: hsl(120, 100%, 40%);">+gaps, or during IDLE frames, so the current noise levels can be delivered.  In</span><br><span style="color: hsl(120, 100%, 40%);">+this case the remaining bits become meaningless and shall be set to {bit-zero}.</span><br><span style="color: hsl(120, 100%, 40%);">+The payload (`Soft-bits` or `Hard-bits`) is omited.</span><br><span> </span><br><span> Modulation and TS set number::</span><br><span> GMSK has 4 sets of training sequences (see tables 5.2.3a-d), while 8-PSK (see</span><br><span></span><br></pre><p>To view, visit <a href="https://gerrit.osmocom.org/c/osmo-gsm-manuals/+/23744">change 23744</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/+/23744"/><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: I72e0c785efb8a89b664486740ef312e77b81c01a </div>
<div style="display:none"> Gerrit-Change-Number: 23744 </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>