<p>laforge <strong>submitted</strong> this change.</p><p><a href="https://gerrit.osmocom.org/c/osmo-ttcn3-hacks/+/22881">View Change</a></p><div style="white-space:pre-wrap">Approvals:
  Jenkins Builder: Verified
  laforge: Looks good to me, approved

</div><pre style="font-family: monospace,monospace; white-space: pre-wrap;">sgsn: Fix f_cellid_to_RAI<br><br>Change-Id: I4f6d609119b4a9e211fb1b285e4fc3e42d8ebdb6<br>---<br>M sgsn/SGSN_Tests.ttcn<br>1 file changed, 2 insertions(+), 2 deletions(-)<br><br></pre><pre style="font-family: monospace,monospace; white-space: pre-wrap;"><span>diff --git a/sgsn/SGSN_Tests.ttcn b/sgsn/SGSN_Tests.ttcn</span><br><span>index 7d47a1f..4c0a8ab 100644</span><br><span>--- a/sgsn/SGSN_Tests.ttcn</span><br><span>+++ b/sgsn/SGSN_Tests.ttcn</span><br><span>@@ -236,8 +236,8 @@</span><br><span>                 mncDigit3 := mcc_mnc[3],</span><br><span>                 mncDigit1 := mcc_mnc[4],</span><br><span>                 mncDigit2 := mcc_mnc[5],</span><br><span style="color: hsl(0, 100%, 40%);">-                lac := int2oct(cell_id.ra_id.lai.lac, 16),</span><br><span style="color: hsl(0, 100%, 40%);">-                rac := int2oct(cell_id.ra_id.rac, 8)</span><br><span style="color: hsl(120, 100%, 40%);">+                lac := int2oct(cell_id.ra_id.lai.lac, 2),</span><br><span style="color: hsl(120, 100%, 40%);">+                rac := int2oct(cell_id.ra_id.rac, 1)</span><br><span>         }</span><br><span>         return ret;</span><br><span> };</span><br><span></span><br></pre><p>To view, visit <a href="https://gerrit.osmocom.org/c/osmo-ttcn3-hacks/+/22881">change 22881</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/+/22881"/><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: I4f6d609119b4a9e211fb1b285e4fc3e42d8ebdb6 </div>
<div style="display:none"> Gerrit-Change-Number: 22881 </div>
<div style="display:none"> Gerrit-PatchSet: 1 </div>
<div style="display:none"> Gerrit-Owner: pespin <pespin@sysmocom.de> </div>
<div style="display:none"> Gerrit-Reviewer: Jenkins Builder </div>
<div style="display:none"> Gerrit-Reviewer: laforge <laforge@osmocom.org> </div>
<div style="display:none"> Gerrit-MessageType: merged </div>