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

</div><pre style="font-family: monospace,monospace; white-space: pre-wrap;">L3_Templates: Fix compiler warning about missing qualifier<br><br>L3_Templates.ttcn: In TTCN-3 module `L3_Templates':<br> L3_Templates.ttcn:120.1-125.1: In template definition `tr_MI_IMSI':<br>  L3_Templates.ttcn:122.25-124.2: In template for record field `oddEvenInd_identity':<br>   L3_Templates.ttcn:123.11-28: In template for union field `imsi':<br>    L3_Templates.ttcn:123.23-28: In actual parameter list of function `@L3_Templates.f_tr_MI_IMSI':<br>     L3_Templates.ttcn:123.24-27: In parameter #1 for `digits':<br>      L3_Templates.ttcn:123.24-27: warning: Inadequate restriction on the referenced template parameter `imsi', this may cause a dynamic test case error at runtime<br>      L3_Templates.ttcn:120.37-59: note: Referenced template parameter is here<br><br>Change-Id: Ia6979dff7d3c58f8609ebe55de2550446c3f1781<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 f072f78..8c0f494 100644</span><br><span>--- a/library/L3_Templates.ttcn</span><br><span>+++ b/library/L3_Templates.ttcn</span><br><span>@@ -117,7 +117,7 @@</span><br><span>          return f_enc_IMSI_L3(valueof(digits))</span><br><span>        }</span><br><span> }</span><br><span style="color: hsl(0, 100%, 40%);">-template MobileIdentityV tr_MI_IMSI(template hexstring imsi) := {</span><br><span style="color: hsl(120, 100%, 40%);">+template MobileIdentityV tr_MI_IMSI(template (present) hexstring imsi) := {</span><br><span>         typeOfIdentity := '001'B,</span><br><span>    oddEvenInd_identity := {</span><br><span>             imsi := f_tr_MI_IMSI(imsi)</span><br><span></span><br></pre><p>To view, visit <a href="https://gerrit.osmocom.org/c/osmo-ttcn3-hacks/+/19756">change 19756</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/+/19756"/><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: Ia6979dff7d3c58f8609ebe55de2550446c3f1781 </div>
<div style="display:none"> Gerrit-Change-Number: 19756 </div>
<div style="display:none"> Gerrit-PatchSet: 2 </div>
<div style="display:none"> Gerrit-Owner: laforge <laforge@osmocom.org> </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-Reviewer: pespin <pespin@sysmocom.de> </div>
<div style="display:none"> Gerrit-MessageType: merged </div>