Change in osmo-ttcn3-hacks[master]: MSC/Iu: fixup: start 16 BSC_ConnHdlr components in parallel

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/.

fixeria gerrit-no-reply at lists.osmocom.org
Sat Jan 11 16:27:59 UTC 2020


fixeria has uploaded this change for review. ( https://gerrit.osmocom.org/c/osmo-ttcn3-hacks/+/16801 )


Change subject: MSC/Iu: fixup: start 16 BSC_ConnHdlr components in parallel
......................................................................

MSC/Iu: fixup: start 16 BSC_ConnHdlr components in parallel

Since Ibca0e9196c25ab00803041b81f7b490ba2f0a3ba we can have up to
16 components of type BSC_ConnHdlr running in parallel. Both
TC_multi_lu_and_{mo,mt}_ussd test cases have been updated,
but their Iu/UMTS siblings have not. Let's fix this.

Change-Id: Iaa7347e973ee617cc1780b84e0c298f0a302227c
---
M msc/MSC_Tests_Iu.ttcn
1 file changed, 3 insertions(+), 3 deletions(-)



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

diff --git a/msc/MSC_Tests_Iu.ttcn b/msc/MSC_Tests_Iu.ttcn
index b6b0983..cd9ed46 100644
--- a/msc/MSC_Tests_Iu.ttcn
+++ b/msc/MSC_Tests_Iu.ttcn
@@ -465,7 +465,7 @@
 /* Verify multiple concurrent MO SS/USSD transactions
  * (one subscriber - one transaction) */
 testcase TC_iu_multi_lu_and_mo_ussd() runs on MTC_CT {
-	var BSC_ConnHdlr vc_conn[8];
+	var BSC_ConnHdlr vc_conn[16];
 	var BSC_ConnHdlrPars pars;
 	var integer i;
 
@@ -484,14 +484,14 @@
 /* Verify multiple concurrent MT SS/USSD transactions
  * (one subscriber - one transaction) */
 testcase TC_iu_multi_lu_and_mt_ussd() runs on MTC_CT {
-	var BSC_ConnHdlr vc_conn[8];
+	var BSC_ConnHdlr vc_conn[16];
 	var BSC_ConnHdlrPars pars;
 	var integer i;
 
 	f_init(3);
 
 	for (i := 0; i < sizeof(vc_conn); i := i + 1) {
-		pars := f_init_pars(1110 + i, ran_idx := 2, ran_is_geran := false,
+		pars := f_init_pars(1116 + i, ran_idx := 2, ran_is_geran := false,
 				    gsup_sid := '200001'O & int2oct(i, 1));
 		vc_conn[i] := f_start_handler_with_pars(refers(f_tc_lu_and_mt_ussd_notification), pars);
 	}

-- 
To view, visit https://gerrit.osmocom.org/c/osmo-ttcn3-hacks/+/16801
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: Iaa7347e973ee617cc1780b84e0c298f0a302227c
Gerrit-Change-Number: 16801
Gerrit-PatchSet: 1
Gerrit-Owner: fixeria <axilirator at gmail.com>
Gerrit-MessageType: newchange
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.osmocom.org/pipermail/gerrit-log/attachments/20200111/94de57af/attachment.htm>


More information about the gerrit-log mailing list