<p>pespin has uploaded this change for <strong>review</strong>.</p><p><a href="https://gerrit.osmocom.org/c/osmo-ttcn3-hacks/+/25263">View Change</a></p><pre style="font-family: monospace,monospace; white-space: pre-wrap;">pcu: as_rx_fail_dummy: Drop unneeded dependency on ms param<br><br>The parameter is not used, so let's drop it and rename it to make it<br>usable without ms.<br><br>Change-Id: I57e9c754c00f930fccc35cf8d853e576fc8054da<br>---<br>M pcu/GPRS_Components.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/63/25263/1</pre><pre style="font-family: monospace,monospace; white-space: pre-wrap;"><span>diff --git a/pcu/GPRS_Components.ttcn b/pcu/GPRS_Components.ttcn</span><br><span>index 2297fb6..4446b63 100644</span><br><span>--- a/pcu/GPRS_Components.ttcn</span><br><span>+++ b/pcu/GPRS_Components.ttcn</span><br><span>@@ -559,7 +559,7 @@</span><br><span>   }</span><br><span> }</span><br><span> </span><br><span style="color: hsl(0, 100%, 40%);">-altstep as_ms_rx_fail_dummy(inout GprsMS ms, template (value) TsTrxBtsNum nr := ts_TsTrxBtsNum)</span><br><span style="color: hsl(120, 100%, 40%);">+altstep as_rx_fail_dummy(template (value) TsTrxBtsNum nr := ts_TsTrxBtsNum)</span><br><span> runs on MS_BTS_IFACE_CT {</span><br><span>  var BTS_PDTCH_Block data_msg;</span><br><span>        [] BTS.receive(tr_PCUIF_DATA_PDTCH(nr.bts_nr,</span><br><span>@@ -961,7 +961,7 @@</span><br><span>                            block_nr := nr.blk_nr));</span><br><span>   alt {</span><br><span>        [exp_container_idx == 0] as_ms_rx_ignore_dummy(ms, nr);</span><br><span style="color: hsl(0, 100%, 40%);">- [exp_container_idx > 0]       as_ms_rx_fail_dummy(ms, nr);</span><br><span style="color: hsl(120, 100%, 40%);">+ [exp_container_idx > 0]       as_rx_fail_dummy(nr);</span><br><span>       []      as_ms_rx_pkt_neighbor_cell_data(ms, exp_si, exp_container_idx, si_offset, nr, single_step);</span><br><span>  []      BTS.receive(tr_PCUIF_DATA_PDTCH(nr.bts_nr, tr_PCUIF_DATA(nr.trx_nr, nr.ts_nr, sapi := PCU_IF_SAPI_PDTCH),</span><br><span>                                       tr_RLCMAC_DL_CTRL(?, ?)</span><br><span></span><br></pre><p>To view, visit <a href="https://gerrit.osmocom.org/c/osmo-ttcn3-hacks/+/25263">change 25263</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/+/25263"/><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: I57e9c754c00f930fccc35cf8d853e576fc8054da </div>
<div style="display:none"> Gerrit-Change-Number: 25263 </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-MessageType: newchange </div>