<p>osmith has uploaded this change for <strong>review</strong>.</p><p><a href="https://gerrit.osmocom.org/c/osmo-ttcn3-hacks/+/25488">View Change</a></p><pre style="font-family: monospace,monospace; white-space: pre-wrap;">pcu: TC_stat_pdch_avail_occ: enable 4 TRX<br><br>Enable multiple TRX to verify that counters work as expected if the<br>allocator spreads TBFs over multiple TRX.<br><br>Related: SYS#4878<br>Change-Id: Ibde5be120e893fcecceb72a888483d5a6bb8ce50<br>---<br>M pcu/PCU_Tests.ttcn<br>1 file changed, 6 insertions(+), 3 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/88/25488/1</pre><pre style="font-family: monospace,monospace; white-space: pre-wrap;"><span>diff --git a/pcu/PCU_Tests.ttcn b/pcu/PCU_Tests.ttcn</span><br><span>index c23e58c..b120587 100644</span><br><span>--- a/pcu/PCU_Tests.ttcn</span><br><span>+++ b/pcu/PCU_Tests.ttcn</span><br><span>@@ -6000,9 +6000,12 @@</span><br><span>   /* Initialize NS/BSSGP side */</span><br><span>       f_init_bssgp();</span><br><span> </span><br><span style="color: hsl(0, 100%, 40%);">-     /* Only 1 TRX with 8 PDCH */</span><br><span style="color: hsl(0, 100%, 40%);">-    f_PCUIF_PDCHMask_set(info_ind, '11111111'B, 0);</span><br><span style="color: hsl(0, 100%, 40%);">- f_PCUIF_PDCHMask_set(info_ind, '00000000'B, (1 .. 7));</span><br><span style="color: hsl(120, 100%, 40%);">+        /* Only the 4 first TRX are enabled, each with 2 PDCHs. */</span><br><span style="color: hsl(120, 100%, 40%);">+    f_PCUIF_PDCHMask_set(info_ind, '00000011'B, 0);</span><br><span style="color: hsl(120, 100%, 40%);">+       f_PCUIF_PDCHMask_set(info_ind, '00001100'B, 1);</span><br><span style="color: hsl(120, 100%, 40%);">+       f_PCUIF_PDCHMask_set(info_ind, '11000000'B, 2);</span><br><span style="color: hsl(120, 100%, 40%);">+       f_PCUIF_PDCHMask_set(info_ind, '00110000'B, 3);</span><br><span style="color: hsl(120, 100%, 40%);">+       f_PCUIF_PDCHMask_set(info_ind, '00000000'B, (4 .. 7));</span><br><span> </span><br><span>   /* Allocate 4 GprsMS instances */</span><br><span>    f_init_gprs_ms(4);</span><br><span></span><br></pre><p>To view, visit <a href="https://gerrit.osmocom.org/c/osmo-ttcn3-hacks/+/25488">change 25488</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/+/25488"/><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: Ibde5be120e893fcecceb72a888483d5a6bb8ce50 </div>
<div style="display:none"> Gerrit-Change-Number: 25488 </div>
<div style="display:none"> Gerrit-PatchSet: 1 </div>
<div style="display:none"> Gerrit-Owner: osmith <osmith@sysmocom.de> </div>
<div style="display:none"> Gerrit-MessageType: newchange </div>