<p>laforge <strong>submitted</strong> this change.</p><p><a href="https://gerrit.osmocom.org/c/osmo-ttcn3-hacks/+/19754">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;">RAN_Emulation: Fix compiler warnings about unreachable code<br><br>RAN_Emulation.ttcn: In TTCN-3 module `RAN_Emulation':<br> RAN_Emulation.ttcnpp:1294.1-1343.1: In function definition `ExpectedCreateCallback':<br>  RAN_Emulation.ttcnpp:1309.4-1313.2: In else statement:<br>   RAN_Emulation.ttcnpp:1312.3-12: warning: Control never reaches this statement<br>  RAN_Emulation.ttcnpp:1342.2-11: warning: Control never reaches this statement<br><br>Change-Id: I4e7cc0a7e6bff5c5e569458548fa70e814bd200c<br>---<br>M library/RAN_Emulation.ttcnpp<br>1 file changed, 0 insertions(+), 2 deletions(-)<br><br></pre><pre style="font-family: monospace,monospace; white-space: pre-wrap;"><span>diff --git a/library/RAN_Emulation.ttcnpp b/library/RAN_Emulation.ttcnpp</span><br><span>index a400dcd..c1dc036 100644</span><br><span>--- a/library/RAN_Emulation.ttcnpp</span><br><span>+++ b/library/RAN_Emulation.ttcnpp</span><br><span>@@ -1309,7 +1309,6 @@</span><br><span>         } else {</span><br><span>             setverdict(fail, "N-CONNECT.ind with L3 != COMPLETE L3 nor a Handover Request");</span><br><span>           mtc.stop;</span><br><span style="color: hsl(0, 100%, 40%);">-               return ret;</span><br><span>  }</span><br><span> </span><br><span>        for (i := 0; i < sizeof(ExpectTable); i:= i+1) {</span><br><span>@@ -1339,7 +1338,6 @@</span><br><span>  }</span><br><span>    setverdict(fail, "Couldn't find Expect for incoming connection ", conn_ind);</span><br><span>   mtc.stop;</span><br><span style="color: hsl(0, 100%, 40%);">-       return ret;</span><br><span> }</span><br><span> #endif</span><br><span> </span><br><span></span><br></pre><p>To view, visit <a href="https://gerrit.osmocom.org/c/osmo-ttcn3-hacks/+/19754">change 19754</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/+/19754"/><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: I4e7cc0a7e6bff5c5e569458548fa70e814bd200c </div>
<div style="display:none"> Gerrit-Change-Number: 19754 </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>