<p>fixeria has uploaded this change for <strong>review</strong>.</p><p><a href="https://gerrit.osmocom.org/c/osmo-ttcn3-hacks/+/20015">View Change</a></p><pre style="font-family: monospace,monospace; white-space: pre-wrap;">library/BSSAP_LE_Types: fix wrong field order in PDU_BSSAP_LE<br><br>We use MSB ordering in this file:<br><br>  } with { encode "RAW" ; variant "FIELDORDER(msb)" }<br><br>but both fields were placed in LSB order.<br><br>See 3GPP TS 49.031, figure 8.3.6-1 for more details.<br><br>Change-Id: Ie9bbf99df0b189846c8ea3159bfd3c9a0ee5df2a<br>Related: OS#4597<br>---<br>M library/BSSAP_LE_Types.ttcn<br>1 file changed, 1 insertion(+), 1 deletion(-)<br><br></pre><pre style="font-family: monospace,monospace; white-space: pre-wrap;">git pull ssh://gerrit.osmocom.org:29418/osmo-ttcn3-hacks refs/changes/15/20015/1</pre><pre style="font-family: monospace,monospace; white-space: pre-wrap;"><span>diff --git a/library/BSSAP_LE_Types.ttcn b/library/BSSAP_LE_Types.ttcn</span><br><span>index ae7385b..9bfedc0 100644</span><br><span>--- a/library/BSSAP_LE_Types.ttcn</span><br><span>+++ b/library/BSSAP_LE_Types.ttcn</span><br><span>@@ -572,8 +572,8 @@</span><br><span> }</span><br><span> </span><br><span> type record PDU_BSSAP_LE {</span><br><span style="color: hsl(0, 100%, 40%);">-      BIT1            discriminator,  // 0 = BSSMAP-LE; 1 = DTAP-LE</span><br><span>        BIT7            spare,          // always '0000000'B</span><br><span style="color: hsl(120, 100%, 40%);">+  BIT1            discriminator,  // 0 = BSSMAP-LE; 1 = DTAP-LE</span><br><span>        OCT1            dlci optional,</span><br><span>       LIN1            lengthIndicator,</span><br><span>     BSSMAPLEorDTAP  pdu</span><br><span></span><br></pre><p>To view, visit <a href="https://gerrit.osmocom.org/c/osmo-ttcn3-hacks/+/20015">change 20015</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-ttcn3-hacks/+/20015"/><meta itemprop="name" content="View Change"/></div></div>

<div style="display:none"> Gerrit-Project: osmo-ttcn3-hacks </div>
<div style="display:none"> Gerrit-Branch: master </div>
<div style="display:none"> Gerrit-Change-Id: Ie9bbf99df0b189846c8ea3159bfd3c9a0ee5df2a </div>
<div style="display:none"> Gerrit-Change-Number: 20015 </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>