<p>fixeria has uploaded this change for <strong>review</strong>.</p><p><a href="https://gerrit.osmocom.org/c/osmo-ttcn3-hacks/+/24840">View Change</a></p><pre style="font-family: monospace,monospace; white-space: pre-wrap;">library/RTP_Emulation: improve readability of guard statements<br><br>Change-Id: Ic25646cca5c276feae8dda52153991a8d16913e1<br>---<br>M library/RTP_Emulation.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/40/24840/1</pre><pre style="font-family: monospace,monospace; white-space: pre-wrap;"><span>diff --git a/library/RTP_Emulation.ttcn b/library/RTP_Emulation.ttcn</span><br><span>index 900a196..728d352 100644</span><br><span>--- a/library/RTP_Emulation.ttcn</span><br><span>+++ b/library/RTP_Emulation.ttcn</span><br><span>@@ -493,10 +493,10 @@</span><br><span> </span><br><span> </span><br><span>           /* simply ignore any RTTP/RTP if receiver not enabled */</span><br><span style="color: hsl(0, 100%, 40%);">-                [g_rx_enabled==false] RTP.receive(tr_rtp) {</span><br><span style="color: hsl(120, 100%, 40%);">+           [not g_rx_enabled] RTP.receive(tr_rtp) {</span><br><span>                     g_stats_rtp.num_pkts_rx_err_disabled := g_stats_rtp.num_pkts_rx_err_disabled+1;</span><br><span>                      }</span><br><span style="color: hsl(0, 100%, 40%);">-               [g_rx_enabled==false] RTCP.receive(tr_rtcp) {</span><br><span style="color: hsl(120, 100%, 40%);">+         [not g_rx_enabled] RTCP.receive(tr_rtcp) {</span><br><span>                   g_stats_rtcp.num_pkts_rx_err_disabled := g_stats_rtcp.num_pkts_rx_err_disabled+1;</span><br><span>                    }</span><br><span> </span><br><span></span><br></pre><p>To view, visit <a href="https://gerrit.osmocom.org/c/osmo-ttcn3-hacks/+/24840">change 24840</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/+/24840"/><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: Ic25646cca5c276feae8dda52153991a8d16913e1 </div>
<div style="display:none"> Gerrit-Change-Number: 24840 </div>
<div style="display:none"> Gerrit-PatchSet: 1 </div>
<div style="display:none"> Gerrit-Owner: fixeria <vyanitskiy@sysmocom.de> </div>
<div style="display:none"> Gerrit-MessageType: newchange </div>