<p>neels has uploaded this change for <strong>review</strong>.</p><p><a href="https://gerrit.osmocom.org/c/osmo-bts/+/23849">View Change</a></p><pre style="font-family: monospace,monospace; white-space: pre-wrap;">Abis manual: add RSL_IE_OSMO_TRAINING_SEQUENCE<br><br>Change-Id: Ie583bd5969fdb45f772af198033e58d7c4077306<br>---<br>M doc/manuals/abis/rsl.adoc<br>1 file changed, 67 insertions(+), 0 deletions(-)<br><br></pre><pre style="font-family: monospace,monospace; white-space: pre-wrap;">git pull ssh://gerrit.osmocom.org:29418/osmo-bts refs/changes/49/23849/1</pre><pre style="font-family: monospace,monospace; white-space: pre-wrap;"><span>diff --git a/doc/manuals/abis/rsl.adoc b/doc/manuals/abis/rsl.adoc</span><br><span>index 35fda31..2628413 100644</span><br><span>--- a/doc/manuals/abis/rsl.adoc</span><br><span>+++ b/doc/manuals/abis/rsl.adoc</span><br><span>@@ -843,6 +843,7 @@</span><br><span> | IEI  | Name | This document ยง</span><br><span> | 0x01 | RSL_IE_CHAN_NR | <<RSL_IE_CHAN_NR>></span><br><span> | 0x60 | RSL_IE_OSMO_REP_ACCH_CAP | <<RSL_IE_OSMO_REP_ACCH_CAP>></span><br><span style="color: hsl(120, 100%, 40%);">+| 0x61 | RSL_IE_OSMO_TRAINING_SEQUENCE | <<RSL_IE_OSMO_TRAINING_SEQUENCE>></span><br><span> | 0xf0 | RSL_IE_IPAC_REMOTE_IP | <<RSL_IE_IPAC_REMOTE_IP>> </span><br><span> | 0xf1 | RSL_IE_IPAC_REMOTE_PORT | <<RSL_IE_IPAC_REMOTE_PORT>></span><br><span> | 0xf3 | RSL_IE_IPAC_LOCAL_PORT | <<RSL_IE_IPAC_LOCAL_PORT>></span><br><span>@@ -979,6 +980,72 @@</span><br><span> </span><br><span> (Bits 7 is reserved for future use and must be set to zero.)</span><br><span> </span><br><span style="color: hsl(120, 100%, 40%);">+[[RSL_IE_OSMO_TRAINING_SEQUENCE]]</span><br><span style="color: hsl(120, 100%, 40%);">+==== RSL_IE_OSMO_TRAINING_SEQUENCE</span><br><span style="color: hsl(120, 100%, 40%);">+</span><br><span style="color: hsl(120, 100%, 40%);">+This TLV IE instructs the BTS to use a specific training sequence set and</span><br><span style="color: hsl(120, 100%, 40%);">+training sequence code for a given lchan. It is sent by OsmoBSC in RSL CHANNEL</span><br><span style="color: hsl(120, 100%, 40%);">+ACTIVATION and MODE MODIFY messages to the BTS, iff the BTS is VAMOS-capable,</span><br><span style="color: hsl(120, 100%, 40%);">+i.e. if an Abis-over-IP connected BTS indicated BTS_FEAT_VAMOS in the OML BTS</span><br><span style="color: hsl(120, 100%, 40%);">+features (Manufacturer Id information element, see <<NM_ATT_MANUF_ID>>).</span><br><span style="color: hsl(120, 100%, 40%);">+</span><br><span style="color: hsl(120, 100%, 40%);">+If this information element is present, the receiver shall ignore any other</span><br><span style="color: hsl(120, 100%, 40%);">+training sequence set and training sequence code bits from other information</span><br><span style="color: hsl(120, 100%, 40%);">+elements of the same RSL message.</span><br><span style="color: hsl(120, 100%, 40%);">+</span><br><span style="color: hsl(120, 100%, 40%);">+The first value octet indicates the training sequence set, and the second octet</span><br><span style="color: hsl(120, 100%, 40%);">+indicates the training sequence code to be used. Receiving values from a</span><br><span style="color: hsl(120, 100%, 40%);">+reserved value range should be considered an error condition.</span><br><span style="color: hsl(120, 100%, 40%);">+</span><br><span style="color: hsl(120, 100%, 40%);">+.RSL_IE_OSMO_TRAINING_SEQUENCE</span><br><span style="color: hsl(120, 100%, 40%);">+[options="header",width="80%",cols="20%,80%"]</span><br><span style="color: hsl(120, 100%, 40%);">+|===</span><br><span style="color: hsl(120, 100%, 40%);">+| IE octet | value</span><br><span style="color: hsl(120, 100%, 40%);">+| octet 1 |  RSL_IE_OSMO_TRAINING_SEQUENCE IEI (0x61)</span><br><span style="color: hsl(120, 100%, 40%);">+| octet 2 |  length of the value part (2)</span><br><span style="color: hsl(120, 100%, 40%);">+| octet 3 |  TSC set</span><br><span style="color: hsl(120, 100%, 40%);">+| octet 4 |  TSC</span><br><span style="color: hsl(120, 100%, 40%);">+|===</span><br><span style="color: hsl(120, 100%, 40%);">+</span><br><span style="color: hsl(120, 100%, 40%);">+The training sequence set (TSC set) is coded like the 'CS Domain TSC Set' bits,</span><br><span style="color: hsl(120, 100%, 40%);">+as defined in the 'Extended TSC Set' IE in 3GPP TS 44.018 10.5.2.82</span><br><span style="color: hsl(120, 100%, 40%);">+<<3gpp-ts-44-018>>, and corresponds to the 'TSC Set' as defined in 3GPP TS</span><br><span style="color: hsl(120, 100%, 40%);">+45.002 <<3gpp-ts-45-002>>. The encoded training sequence set number ranges from</span><br><span style="color: hsl(120, 100%, 40%);">+0 to 3, any other values are reserved for future use. The encoded 0 corresponds</span><br><span style="color: hsl(120, 100%, 40%);">+to TSC Set 1, see <<RSL_IE_OSMO_TRAINING_SEQUENCE__TSC_set_coding>>.</span><br><span style="color: hsl(120, 100%, 40%);">+</span><br><span style="color: hsl(120, 100%, 40%);">+[[RSL_IE_OSMO_TRAINING_SEQUENCE__TSC_set_coding]]</span><br><span style="color: hsl(120, 100%, 40%);">+.TSC set (octet 3) coding</span><br><span style="color: hsl(120, 100%, 40%);">+[options="header",width="80%",cols="20%,80%"]</span><br><span style="color: hsl(120, 100%, 40%);">+|===</span><br><span style="color: hsl(120, 100%, 40%);">+| octet 3 value | interpretation</span><br><span style="color: hsl(120, 100%, 40%);">+| 0 | 'TSC Set 1' as in 3GPP TS 45.002</span><br><span style="color: hsl(120, 100%, 40%);">+| 1 | 'TSC Set 2'</span><br><span style="color: hsl(120, 100%, 40%);">+| 2 | 'TSC Set 3'</span><br><span style="color: hsl(120, 100%, 40%);">+| 3 | 'TSC Set 4'</span><br><span style="color: hsl(120, 100%, 40%);">+| 4..255 | reserved values</span><br><span style="color: hsl(120, 100%, 40%);">+|===</span><br><span style="color: hsl(120, 100%, 40%);">+</span><br><span style="color: hsl(120, 100%, 40%);">+The training sequence code (TSC) corresponds to the 'TSC' bits as defined in</span><br><span style="color: hsl(120, 100%, 40%);">+the 'Channel Description 2' IE in 3GPP TS 44.018 10.5.2.5a <<3gpp-ts-44-018>>.</span><br><span style="color: hsl(120, 100%, 40%);">+The training sequence code ranges from 0 to 7, any other values are reserved</span><br><span style="color: hsl(120, 100%, 40%);">+for future use.</span><br><span style="color: hsl(120, 100%, 40%);">+</span><br><span style="color: hsl(120, 100%, 40%);">+.TSC (octet 4) coding</span><br><span style="color: hsl(120, 100%, 40%);">+[options="header",width="80%",cols="20%,80%"]</span><br><span style="color: hsl(120, 100%, 40%);">+|===</span><br><span style="color: hsl(120, 100%, 40%);">+| octet 4 value | interpretation</span><br><span style="color: hsl(120, 100%, 40%);">+| 0 | 'Training Sequence Code (TSC) 0' as in 3GPP TS 45.002</span><br><span style="color: hsl(120, 100%, 40%);">+| 1 | 'Training Sequence Code (TSC) 1'</span><br><span style="color: hsl(120, 100%, 40%);">+| 2 | 'Training Sequence Code (TSC) 2'</span><br><span style="color: hsl(120, 100%, 40%);">+| 3 | 'Training Sequence Code (TSC) 3'</span><br><span style="color: hsl(120, 100%, 40%);">+| 4 | 'Training Sequence Code (TSC) 4'</span><br><span style="color: hsl(120, 100%, 40%);">+| 5 | 'Training Sequence Code (TSC) 5'</span><br><span style="color: hsl(120, 100%, 40%);">+| 6 | 'Training Sequence Code (TSC) 6'</span><br><span style="color: hsl(120, 100%, 40%);">+| 7 | 'Training Sequence Code (TSC) 7'</span><br><span style="color: hsl(120, 100%, 40%);">+| 8..255 | reserved values</span><br><span style="color: hsl(120, 100%, 40%);">+|===</span><br><span style="color: hsl(120, 100%, 40%);">+</span><br><span> === A-bis RSL Initialization / BTS bring-up</span><br><span> </span><br><span> Upon receiving the 'IPA RSL CONNECT' OML message by the respective</span><br><span></span><br></pre><p>To view, visit <a href="https://gerrit.osmocom.org/c/osmo-bts/+/23849">change 23849</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-bts/+/23849"/><meta itemprop="name" content="View Change"/></div></div>

<div style="display:none"> Gerrit-Project: osmo-bts </div>
<div style="display:none"> Gerrit-Branch: master </div>
<div style="display:none"> Gerrit-Change-Id: Ie583bd5969fdb45f772af198033e58d7c4077306 </div>
<div style="display:none"> Gerrit-Change-Number: 23849 </div>
<div style="display:none"> Gerrit-PatchSet: 1 </div>
<div style="display:none"> Gerrit-Owner: neels <nhofmeyr@sysmocom.de> </div>
<div style="display:none"> Gerrit-MessageType: newchange </div>