<p>fixeria has uploaded this change for <strong>review</strong>.</p><p><a href="https://gerrit.osmocom.org/c/osmo-ttcn3-hacks/+/19325">View Change</a></p><pre style="font-family: monospace,monospace; white-space: pre-wrap;">library/GSM_RR_Types: fix bit/byte order in MobileAllocation<br><br>For more details, see 3GPP TS 44.018, figure 10.5.2.21.1.<br><br>Change-Id: I70b1baf01859d0cf3b8cec1aed04d73fc097a9b1<br>Related: SYS#4868, OS#4547<br>---<br>M library/GSM_RR_Types.ttcn<br>1 file changed, 4 insertions(+), 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/25/19325/1</pre><pre style="font-family: monospace,monospace; white-space: pre-wrap;"><span>diff --git a/library/GSM_RR_Types.ttcn b/library/GSM_RR_Types.ttcn</span><br><span>index 66e49fa..a0d8349 100644</span><br><span>--- a/library/GSM_RR_Types.ttcn</span><br><span>+++ b/library/GSM_RR_Types.ttcn</span><br><span>@@ -277,7 +277,10 @@</span><br><span>   type record MobileAllocation {</span><br><span>               uint8_t         len,</span><br><span>                 bitstring       ma</span><br><span style="color: hsl(0, 100%, 40%);">-      } with { variant (len) "LENGTHTO(ma)" };</span><br><span style="color: hsl(120, 100%, 40%);">+    } with {</span><br><span style="color: hsl(120, 100%, 40%);">+              variant (len) "LENGTHTO(ma)"</span><br><span style="color: hsl(120, 100%, 40%);">+                variant (ma) "BYTEORDER(last), BITORDER(msb)"</span><br><span style="color: hsl(120, 100%, 40%);">+       };</span><br><span> </span><br><span>       /* 10.5.2.25a */</span><br><span>     type record PktChDesc0Ind {</span><br><span></span><br></pre><p>To view, visit <a href="https://gerrit.osmocom.org/c/osmo-ttcn3-hacks/+/19325">change 19325</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/+/19325"/><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: I70b1baf01859d0cf3b8cec1aed04d73fc097a9b1 </div>
<div style="display:none"> Gerrit-Change-Number: 19325 </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>