<p>laforge has uploaded this change for <strong>review</strong>.</p><p><a href="https://gerrit.osmocom.org/c/osmo-ttcn3-hacks/+/19747">View Change</a></p><pre style="font-family: monospace,monospace; white-space: pre-wrap;">BSSMAP_Templates: fix compiler warnings<br><br>BSSMAP_Templates.ttcn: In TTCN-3 module `BSSMAP_Templates':<br> BSSMAP_Templates.ttcn:181.1-192.1: In template definition `ts_BSSMAP_Reset':<br>  BSSMAP_Templates.ttcn:181.1-192.1: While checking template restriction `value':<br>   BSSMAP_Templates.ttcn:188.21-54: warning: Inadequate restriction on the referenced function `f_enc_osmux_support(osmux_enabled)', this may cause a dynamic test case error at runtime<br>   BSSMAP_Templates.ttcn:174.9-179.1: note: Referenced function is here<br> BSSMAP_Templates.ttcn:207.1-217.1: In template definition `ts_BSSMAP_ResetAck':<br>  BSSMAP_Templates.ttcn:207.1-217.1: While checking template restriction `value':<br>   BSSMAP_Templates.ttcn:213.21-54: warning: Inadequate restriction on the referenced function `f_enc_osmux_support(osmux_enabled)', this may cause a dynamic test case error at runtime<br>   BSSMAP_Templates.ttcn:174.9-179.1: note: Referenced function is here<br><br>Change-Id: I947e1a6aeb1fe40167eb268906906edd7e857232<br>---<br>M library/BSSMAP_Templates.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/47/19747/1</pre><pre style="font-family: monospace,monospace; white-space: pre-wrap;"><span>diff --git a/library/BSSMAP_Templates.ttcn b/library/BSSMAP_Templates.ttcn</span><br><span>index 776e8be..2496a1b 100644</span><br><span>--- a/library/BSSMAP_Templates.ttcn</span><br><span>+++ b/library/BSSMAP_Templates.ttcn</span><br><span>@@ -167,11 +167,11 @@</span><br><span>   oldToNewBSSIEs := val</span><br><span> }</span><br><span> </span><br><span style="color: hsl(0, 100%, 40%);">-template BSSMAP_IE_Osmo_OsmuxSupport tr_BSSMAP_IE_Osmo_OsmuxSupport := {</span><br><span style="color: hsl(120, 100%, 40%);">+template (value) BSSMAP_IE_Osmo_OsmuxSupport tr_BSSMAP_IE_Osmo_OsmuxSupport := {</span><br><span>     elementIdentifier := 'F0'O</span><br><span> }</span><br><span> </span><br><span style="color: hsl(0, 100%, 40%);">-private function f_enc_osmux_support(boolean osmux_enabled) return template BSSMAP_IE_Osmo_OsmuxSupport {</span><br><span style="color: hsl(120, 100%, 40%);">+private function f_enc_osmux_support(boolean osmux_enabled) return template (omit) BSSMAP_IE_Osmo_OsmuxSupport {</span><br><span>       if (osmux_enabled) {</span><br><span>                 return tr_BSSMAP_IE_Osmo_OsmuxSupport;</span><br><span>       }</span><br><span></span><br></pre><p>To view, visit <a href="https://gerrit.osmocom.org/c/osmo-ttcn3-hacks/+/19747">change 19747</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/+/19747"/><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: I947e1a6aeb1fe40167eb268906906edd7e857232 </div>
<div style="display:none"> Gerrit-Change-Number: 19747 </div>
<div style="display:none"> Gerrit-PatchSet: 1 </div>
<div style="display:none"> Gerrit-Owner: laforge <laforge@osmocom.org> </div>
<div style="display:none"> Gerrit-MessageType: newchange </div>