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

</div><pre style="font-family: monospace,monospace; white-space: pre-wrap;">library/RSL: fix trailing whitespace<br><br>Change-Id: I84b23fef3a75dcd6d86855408adcb41142da3407<br>---<br>M library/RSL_Emulation.ttcn<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/RSL_Emulation.ttcn b/library/RSL_Emulation.ttcn</span><br><span>index 41c689f..66cc4dc 100644</span><br><span>--- a/library/RSL_Emulation.ttcn</span><br><span>+++ b/library/RSL_Emulation.ttcn</span><br><span>@@ -187,7 +187,7 @@</span><br><span> runs on RSL_Emulation_CT return integer {</span><br><span>    var integer i;</span><br><span>       for (i := 0; i < sizeof(ConnectionTable); i := i+1) {</span><br><span style="color: hsl(0, 100%, 40%);">-                if (ispresent(ConnectionTable[i].comp_ref) and </span><br><span style="color: hsl(120, 100%, 40%);">+               if (ispresent(ConnectionTable[i].comp_ref) and</span><br><span>                   ConnectionTable[i].comp_ref == comp_ref) {</span><br><span>                       return i;</span><br><span>            }</span><br><span>@@ -200,7 +200,7 @@</span><br><span> runs on RSL_Emulation_CT return integer {</span><br><span>         var integer i;</span><br><span>       for (i := 0; i < sizeof(ConnectionTable); i := i+1) {</span><br><span style="color: hsl(0, 100%, 40%);">-                if (ispresent(ConnectionTable[i].chan_nr) and </span><br><span style="color: hsl(120, 100%, 40%);">+                if (ispresent(ConnectionTable[i].chan_nr) and</span><br><span>                    ConnectionTable[i].chan_nr == chan_nr and ConnectionTable[i].trx_nr == trx_nr) {</span><br><span>                         return i;</span><br><span>            }</span><br><span></span><br></pre><p>To view, visit <a href="https://gerrit.osmocom.org/c/osmo-ttcn3-hacks/+/18978">change 18978</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/+/18978"/><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: I84b23fef3a75dcd6d86855408adcb41142da3407 </div>
<div style="display:none"> Gerrit-Change-Number: 18978 </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-Reviewer: Jenkins Builder </div>
<div style="display:none"> Gerrit-Reviewer: laforge <laforge@osmocom.org> </div>
<div style="display:none"> Gerrit-MessageType: merged </div>