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
Thu Sep 16 15:48:07 UTC 2021


osmith has uploaded this change for review. ( 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(-)



  git pull ssh://gerrit.osmocom.org:29418/osmo-ttcn3-hacks refs/changes/88/25488/1

diff --git a/pcu/PCU_Tests.ttcn b/pcu/PCU_Tests.ttcn
index c23e58c..b120587 100644
--- a/pcu/PCU_Tests.ttcn
+++ b/pcu/PCU_Tests.ttcn
@@ -6000,9 +6000,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: 1
Gerrit-Owner: osmith <osmith at sysmocom.de>
Gerrit-MessageType: newchange
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.osmocom.org/pipermail/gerrit-log/attachments/20210916/d64fedc7/attachment.htm>


More information about the gerrit-log mailing list