Change in osmo-ttcn3-hacks[master]: pcu: TC_stat_pdch_avail_occ: enable 4 TRX

This is merely a historical archive of years 2008-2021, before the migration to mailman3.

A maintained and still updated list archive can be found at https://lists.osmocom.org/hyperkitty/list/gerrit-log@lists.osmocom.org/.

osmith gerrit-no-reply at lists.osmocom.org
Fri Sep 17 08:03:03 UTC 2021


osmith has submitted this change. ( https://gerrit.osmocom.org/c/osmo-ttcn3-hacks/+/25488 )

Change subject: pcu: TC_stat_pdch_avail_occ: enable 4 TRX
......................................................................

pcu: TC_stat_pdch_avail_occ: enable 4 TRX

Enable multiple TRX to verify that counters work as expected if the
allocator spreads TBFs over multiple TRX.

Related: SYS#4878
Change-Id: Ibde5be120e893fcecceb72a888483d5a6bb8ce50
---
M pcu/PCU_Tests.ttcn
1 file changed, 6 insertions(+), 3 deletions(-)

Approvals:
  pespin: Looks good to me, approved
  Jenkins Builder: Verified



diff --git a/pcu/PCU_Tests.ttcn b/pcu/PCU_Tests.ttcn
index 15c451b..6e6104b 100644
--- a/pcu/PCU_Tests.ttcn
+++ b/pcu/PCU_Tests.ttcn
@@ -6023,9 +6023,12 @@
 	/* Initialize NS/BSSGP side */
 	f_init_bssgp();
 
-	/* Only 1 TRX with 8 PDCH */
-	f_PCUIF_PDCHMask_set(info_ind, '11111111'B, 0);
-	f_PCUIF_PDCHMask_set(info_ind, '00000000'B, (1 .. 7));
+	/* Only the 4 first TRX are enabled, each with 2 PDCHs. */
+	f_PCUIF_PDCHMask_set(info_ind, '00000011'B, 0);
+	f_PCUIF_PDCHMask_set(info_ind, '00001100'B, 1);
+	f_PCUIF_PDCHMask_set(info_ind, '11000000'B, 2);
+	f_PCUIF_PDCHMask_set(info_ind, '00110000'B, 3);
+	f_PCUIF_PDCHMask_set(info_ind, '00000000'B, (4 .. 7));
 
 	/* Allocate 4 GprsMS instances */
 	f_init_gprs_ms(4);

-- 
To view, visit https://gerrit.osmocom.org/c/osmo-ttcn3-hacks/+/25488
To unsubscribe, or for help writing mail filters, visit https://gerrit.osmocom.org/settings

Gerrit-Project: osmo-ttcn3-hacks
Gerrit-Branch: master
Gerrit-Change-Id: Ibde5be120e893fcecceb72a888483d5a6bb8ce50
Gerrit-Change-Number: 25488
Gerrit-PatchSet: 2
Gerrit-Owner: osmith <osmith at sysmocom.de>
Gerrit-Reviewer: Jenkins Builder
Gerrit-Reviewer: osmith <osmith at sysmocom.de>
Gerrit-Reviewer: pespin <pespin at sysmocom.de>
Gerrit-MessageType: merged
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.osmocom.org/pipermail/gerrit-log/attachments/20210917/b0c9e067/attachment.htm>


More information about the gerrit-log mailing list