<p>fixeria has uploaded this change for <strong>review</strong>.</p><p><a href="https://gerrit.osmocom.org/c/osmo-ttcn3-hacks/+/17974">View Change</a></p><pre style="font-family: monospace,monospace; white-space: pre-wrap;">library/GSM_RR_Types.ttcn: fix BYTEORDER of MCC/MNC in RAI<br><br>Change [1] introduced a regression: PCU_Tests_RAW.TC_pcuif_suspend<br>fails since build #443. I have no idea why the BYTEORDER should be<br>set to 'first' (and not 'last'), but this is the only way I could<br>make TITAN's RAW encoder generate a valid MCC/MNC pair again.<br><br>[1] I481a40daef3eed4a3daa687ad87c4128a13181b4<br><br>Change-Id: I70a5b2eed3788be10d62fa421e3ba7444d66c655<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/74/17974/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 d8bf595..4dc0894 100644</span><br><span>--- a/library/GSM_RR_Types.ttcn</span><br><span>+++ b/library/GSM_RR_Types.ttcn</span><br><span>@@ -194,7 +194,10 @@</span><br><span>     type record LocationAreaIdentification {</span><br><span>             BcdMccMnc       mcc_mnc,</span><br><span>             uint16_t        lac</span><br><span style="color: hsl(0, 100%, 40%);">-     } with { variant "" };</span><br><span style="color: hsl(120, 100%, 40%);">+      } with {</span><br><span style="color: hsl(120, 100%, 40%);">+              /* Otherwise '262F45'H is encoded as '24F262'H */</span><br><span style="color: hsl(120, 100%, 40%);">+             variant (mcc_mnc) "BYTEORDER(first)"</span><br><span style="color: hsl(120, 100%, 40%);">+        };</span><br><span> </span><br><span>       /* TS 24.008 10.5.1.4 */</span><br><span>     type enumerated MobileIdentityType {</span><br><span></span><br></pre><p>To view, visit <a href="https://gerrit.osmocom.org/c/osmo-ttcn3-hacks/+/17974">change 17974</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/+/17974"/><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: I70a5b2eed3788be10d62fa421e3ba7444d66c655 </div>
<div style="display:none"> Gerrit-Change-Number: 17974 </div>
<div style="display:none"> Gerrit-PatchSet: 1 </div>
<div style="display:none"> Gerrit-Owner: fixeria <axilirator@gmail.com> </div>
<div style="display:none"> Gerrit-MessageType: newchange </div>