<p>osmith <strong>merged</strong> this change.</p><p><a href="https://gerrit.osmocom.org/c/osmo-ttcn3-hacks/+/15233">View Change</a></p><div style="white-space:pre-wrap">Approvals:
  osmith: Looks good to me, approved
  Jenkins Builder: Verified

</div><pre style="font-family: monospace,monospace; white-space: pre-wrap;">Revert "RAN_Adapter: invert check for RAN_ops == omit"<br><br>This reverts commit 5932cd3463d04c45404c538daff6d25bc3f3d002. It caused<br>a lot of tests in the ttcn3-bsc-test, ttcn3-bsc-test-latest,<br>ttcn3-bsc-test-sccplite and ttcn3-bsc-test-sccplite-latest testsuites to<br>fail with:<br><br>RAN_Adapter.ttcnpp:179 Dynamic test case error: Text encoder: Encoding an unbound optional value.<br><br>Related: OS#4156<br>Change-Id: I441c701553eef8e9e018d11923359eb3f3b26826<br>---<br>M library/RAN_Adapter.ttcnpp<br>1 file changed, 2 insertions(+), 2 deletions(-)<br><br></pre><pre style="font-family: monospace,monospace; white-space: pre-wrap;"><span>diff --git a/library/RAN_Adapter.ttcnpp b/library/RAN_Adapter.ttcnpp</span><br><span>index 8e19241..e995e8d 100644</span><br><span>--- a/library/RAN_Adapter.ttcnpp</span><br><span>+++ b/library/RAN_Adapter.ttcnpp</span><br><span>@@ -90,7 +90,7 @@</span><br><span> </span><br><span>     /* create components */</span><br><span>      ba.vc_SCCP := SCCP_CT.create(id & "-SCCP");</span><br><span style="color: hsl(0, 100%, 40%);">-       if (not istemplatekind(ops, "omit")) {</span><br><span style="color: hsl(120, 100%, 40%);">+      if (isvalue(ops)) {</span><br><span>          ba.vc_RAN := RAN_Emulation_CT.create(id & "-RAN");</span><br><span>     }</span><br><span>    select (cfg.transport) {</span><br><span>@@ -142,7 +142,7 @@</span><br><span>               }</span><br><span>    }</span><br><span> </span><br><span style="color: hsl(0, 100%, 40%);">-   if (not istemplatekind(ops, "omit")) {</span><br><span style="color: hsl(120, 100%, 40%);">+      if (isvalue(ops)) {</span><br><span>          timer T := 5.0;</span><br><span>              T.start;</span><br><span>             //T.timeout;</span><br><span></span><br></pre><p>To view, visit <a href="https://gerrit.osmocom.org/c/osmo-ttcn3-hacks/+/15233">change 15233</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/+/15233"/><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: I441c701553eef8e9e018d11923359eb3f3b26826 </div>
<div style="display:none"> Gerrit-Change-Number: 15233 </div>
<div style="display:none"> Gerrit-PatchSet: 2 </div>
<div style="display:none"> Gerrit-Owner: osmith <osmith@sysmocom.de> </div>
<div style="display:none"> Gerrit-Reviewer: Jenkins Builder </div>
<div style="display:none"> Gerrit-Reviewer: osmith <osmith@sysmocom.de> </div>
<div style="display:none"> Gerrit-MessageType: merged </div>