<p>pespin has uploaded this change for <strong>review</strong>.</p><p><a href="https://gerrit.osmocom.org/c/osmo-ttcn3-hacks/+/22731">View Change</a></p><pre style="font-family: monospace,monospace; white-space: pre-wrap;">Osmocom_Gb_Types: Fix warning: Inadequate restriction on the referenced template parameter<br><br>Fixes warning:<br>Osmocom_Gb_Types.ttcn:1397.26-29: warning: Inadequate restriction on the referenced template<br>parameter `tlli', this may cause a dynamic test case error at runtime<br><br>Change-Id: I3da153ce5e83b231501e74b958fcac9f10c00849<br>---<br>M library/Osmocom_Gb_Types.ttcn<br>1 file changed, 2 insertions(+), 2 deletions(-)<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/31/22731/1</pre><pre style="font-family: monospace,monospace; white-space: pre-wrap;"><span>diff --git a/library/Osmocom_Gb_Types.ttcn b/library/Osmocom_Gb_Types.ttcn</span><br><span>index 04d32aa..5af9b8d 100644</span><br><span>--- a/library/Osmocom_Gb_Types.ttcn</span><br><span>+++ b/library/Osmocom_Gb_Types.ttcn</span><br><span>@@ -921,7 +921,7 @@</span><br><span> },</span><br><span> tLLI_Value := tlli</span><br><span> }</span><br><span style="color: hsl(0, 100%, 40%);">- template TLLI_BSSGP tr_BSSGP_TLLI(template GprsTlli tlli) := {</span><br><span style="color: hsl(120, 100%, 40%);">+ template (present) TLLI_BSSGP tr_BSSGP_TLLI(template (present) GprsTlli tlli) := {</span><br><span> iEI := '1F'O,</span><br><span> ext := '1'B,</span><br><span> lengthIndicator := {</span><br><span>@@ -1394,7 +1394,7 @@</span><br><span> template (present) OCT1 tag := ?) := {</span><br><span> pDU_BSSGP_FLOW_CONTROL_MS := {</span><br><span> bssgpPduType := '28'O,</span><br><span style="color: hsl(0, 100%, 40%);">- tLLI := ts_BSSGP_TLLI(tlli),</span><br><span style="color: hsl(120, 100%, 40%);">+ tLLI := tr_BSSGP_TLLI(tlli),</span><br><span> tag := {</span><br><span> iEI := '1E'O,</span><br><span> ext := '1'B,</span><br><span></span><br></pre><p>To view, visit <a href="https://gerrit.osmocom.org/c/osmo-ttcn3-hacks/+/22731">change 22731</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/+/22731"/><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: I3da153ce5e83b231501e74b958fcac9f10c00849 </div>
<div style="display:none"> Gerrit-Change-Number: 22731 </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-MessageType: newchange </div>