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

</div><pre style="font-family: monospace,monospace; white-space: pre-wrap;">L3_Templates: fix IMEI length: 14 (not 15)<br><br>The right length is 14. The 15th additional checksum digit is not<br>intended for digital transmission.<br><br>A good overview of the IMEI/IMEISV structure is here:<br>https://en.wikipedia.org/wiki/International_Mobile_Equipment_Identity#Structure_of_the_IMEI_and_IMEISV_(IMEI_software_version)<br><br>Related: Iaf2569c099874b55acbd748b776394726cc5ce54 (osmo-msc)<br>Change-Id: I7121f29a90f19d92c7bf26f26e76f1978c648459<br>---<br>M library/L3_Templates.ttcn<br>1 file changed, 1 insertion(+), 1 deletion(-)<br><br></pre><pre style="font-family: monospace,monospace; white-space: pre-wrap;"><span>diff --git a/library/L3_Templates.ttcn b/library/L3_Templates.ttcn</span><br><span>index a2fe67a..6af020b 100644</span><br><span>--- a/library/L3_Templates.ttcn</span><br><span>+++ b/library/L3_Templates.ttcn</span><br><span>@@ -2779,7 +2779,7 @@</span><br><span> }</span><br><span> </span><br><span> function f_gen_imei(integer suffix) return hexstring {</span><br><span style="color: hsl(0, 100%, 40%);">-       return f_concat_pad(15, '49999'H, suffix);</span><br><span style="color: hsl(120, 100%, 40%);">+    return f_concat_pad(14, '49999'H, suffix);</span><br><span> }</span><br><span> </span><br><span> function f_gen_imsi(integer suffix) return hexstring {</span><br><span></span><br></pre><p>To view, visit <a href="https://gerrit.osmocom.org/c/osmo-ttcn3-hacks/+/14693">change 14693</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/+/14693"/><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: I7121f29a90f19d92c7bf26f26e76f1978c648459 </div>
<div style="display:none"> Gerrit-Change-Number: 14693 </div>
<div style="display:none"> Gerrit-PatchSet: 2 </div>
<div style="display:none"> Gerrit-Owner: osmith <osmith@sysmocom.de> </div>
<div style="display:none"> Gerrit-Reviewer: Jenkins Builder </div>
<div style="display:none"> Gerrit-Reviewer: fixeria <axilirator@gmail.com> </div>
<div style="display:none"> Gerrit-Reviewer: laforge <laforge@gnumonks.org> </div>
<div style="display:none"> Gerrit-MessageType: merged </div>