<p>fixeria has uploaded this change for <strong>review</strong>.</p><p><a href="https://gerrit.osmocom.org/c/osmo-ttcn3-hacks/+/19370">View Change</a></p><pre style="font-family: monospace,monospace; white-space: pre-wrap;">fixup library/GSM_RR_Types: fix BYTEORDER in MobileAllocation<br><br>The following bitstring in TITAN:<br><br>   0                 N    // N = NF - 1<br>  --------------------><br>   0001 1011 1110 0100    // '0001101111100100'B<br><br>needs to be be encoded as follows 'on the wire':<br><br>   N                 0    // N = NF - 1<br>  <--------------------<br>   0010 0111 1101 1000    // '0010011111011000'B<br><br>so it basically gets inversed => we need to use BYTEORDER(first).<br><br>Change-Id: Iea2e3a9a7a0557d1ab5d935877d2161ee0988077<br>Fixes: I70b1baf01859d0cf3b8cec1aed04d73fc097a9b1<br>Related: SYS#4868, OS#4547<br>---<br>M library/GSM_RR_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/70/19370/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 a0d8349..c12ebd1 100644</span><br><span>--- a/library/GSM_RR_Types.ttcn</span><br><span>+++ b/library/GSM_RR_Types.ttcn</span><br><span>@@ -279,7 +279,7 @@</span><br><span>            bitstring       ma</span><br><span>   } with {</span><br><span>             variant (len) "LENGTHTO(ma)"</span><br><span style="color: hsl(0, 100%, 40%);">-          variant (ma) "BYTEORDER(last), BITORDER(msb)"</span><br><span style="color: hsl(120, 100%, 40%);">+               variant (ma) "BYTEORDER(first), BITORDER(msb)"</span><br><span>     };</span><br><span> </span><br><span>       /* 10.5.2.25a */</span><br><span></span><br></pre><p>To view, visit <a href="https://gerrit.osmocom.org/c/osmo-ttcn3-hacks/+/19370">change 19370</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/+/19370"/><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: Iea2e3a9a7a0557d1ab5d935877d2161ee0988077 </div>
<div style="display:none"> Gerrit-Change-Number: 19370 </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>