Change in osmo-ttcn3-hacks[master]: bsc: Always enable dynts sdcch8 tests

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

pespin gerrit-no-reply at lists.osmocom.org
Wed Nov 17 10:36:59 UTC 2021


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

Change subject: bsc: Always enable dynts sdcch8 tests
......................................................................

bsc: Always enable dynts sdcch8 tests

Release 1.8.0 is already released, so latest should support this.

Change-Id: Ifbbedde9878274d3008290ec69916e28d7adba3b
---
M bsc/BSC_Tests.ttcn
1 file changed, 4 insertions(+), 10 deletions(-)

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



diff --git a/bsc/BSC_Tests.ttcn b/bsc/BSC_Tests.ttcn
index 229f8d6..5f1217b 100644
--- a/bsc/BSC_Tests.ttcn
+++ b/bsc/BSC_Tests.ttcn
@@ -705,10 +705,6 @@
 	};
 	boolean mp_enable_lcs_tests := true;
 
-	/* Whether to enable dyn TS SDCCH8 tests. Can be dropped completely and enable
-	   unconditionally once new version of osmo-bsc is released (current
-	   version: 1.7.0) */
-	boolean mp_enable_dyn_sdcch8_test := true;
 	/* Value set in osmo-bsc.cfg "ms max power" */
 	uint8_t mp_exp_ms_power_level := 7;
 }
@@ -10872,12 +10868,10 @@
 	execute( TC_dyn_pdch_ipa_act_nack() );
 	execute( TC_dyn_pdch_osmo_act_deact() );
 	execute( TC_dyn_pdch_osmo_act_nack() );
-	if (mp_enable_dyn_sdcch8_test) {
-		execute( TC_dyn_ts_sdcch8_act_deact() );
-		execute( TC_dyn_ts_sdcch8_all_subslots_used() );
-		execute( TC_dyn_ts_sdcch8_tch_call_act_deact() );
-		execute( TC_dyn_ts_sdcch8_act_nack() );
-	}
+	execute( TC_dyn_ts_sdcch8_act_deact() );
+	execute( TC_dyn_ts_sdcch8_all_subslots_used() );
+	execute( TC_dyn_ts_sdcch8_tch_call_act_deact() );
+	execute( TC_dyn_ts_sdcch8_act_nack() );
 
 	execute( TC_chopped_ipa_ping() );
 	execute( TC_chopped_ipa_payload() );

-- 
To view, visit https://gerrit.osmocom.org/c/osmo-ttcn3-hacks/+/26295
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: Ifbbedde9878274d3008290ec69916e28d7adba3b
Gerrit-Change-Number: 26295
Gerrit-PatchSet: 1
Gerrit-Owner: pespin <pespin at sysmocom.de>
Gerrit-Reviewer: Jenkins Builder
Gerrit-Reviewer: fixeria <vyanitskiy 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/20211117/7786a744/attachment.htm>


More information about the gerrit-log mailing list