<p>pespin has uploaded this change for <strong>review</strong>.</p><p><a href="https://gerrit.osmocom.org/c/osmo-ttcn3-hacks/+/22730">View Change</a></p><pre style="font-family: monospace,monospace; white-space: pre-wrap;">Osmocom_Gb_Types: Fix warning: inadequate restriction on the referenced function<br><br>Fixes warning:<br>Osmocom_Gb_Types.ttcn:1377.13-32: warning: Inadequate restriction on the<br>referenced function `f_oct_or_wc(bmax, 2)', this may cause a dynamic test<br>case error at runtime<br><br>Change-Id: Icb8698c7f2ca697a3638d5a4e4e38f20e14fd34c<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/30/22730/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 cbaeb72..04d32aa 100644</span><br><span>--- a/library/Osmocom_Gb_Types.ttcn</span><br><span>+++ b/library/Osmocom_Gb_Types.ttcn</span><br><span>@@ -1374,7 +1374,7 @@</span><br><span>                                 lengthIndicator := {</span><br><span>                                         length1 := 2</span><br><span>                                 },</span><br><span style="color: hsl(0, 100%, 40%);">-                              bmax := f_oct_or_wc(bmax, 2)</span><br><span style="color: hsl(120, 100%, 40%);">+                          bmax := valueof(f_oct_or_wc(bmax, 2))</span><br><span>                        },</span><br><span>                   bucket_Leak_Rate := {</span><br><span>                                iEI := '03'O,</span><br><span>@@ -1382,7 +1382,7 @@</span><br><span>                                lengthIndicator := {</span><br><span>                                         length1 := 2</span><br><span>                                 },</span><br><span style="color: hsl(0, 100%, 40%);">-                              r_Value := f_oct_or_wc(bucket_leak_rate, 2)</span><br><span style="color: hsl(120, 100%, 40%);">+                           r_Value := valueof(f_oct_or_wc(bucket_leak_rate, 2))</span><br><span>                         },</span><br><span>                   bucket_Full_Ratio := omit,</span><br><span>                   flow_Control_Granularity := omit</span><br><span></span><br></pre><p>To view, visit <a href="https://gerrit.osmocom.org/c/osmo-ttcn3-hacks/+/22730">change 22730</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/+/22730"/><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: Icb8698c7f2ca697a3638d5a4e4e38f20e14fd34c </div>
<div style="display:none"> Gerrit-Change-Number: 22730 </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>