bsc: Always enable dynts sdcch8 tests

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

Change-Id: Ifbbedde9878274d3008290ec69916e28d7adba3b
This commit is contained in:
Pau Espin 2021-11-16 19:02:23 +01:00
parent 87a6561f8b
commit 37a4c150e1
1 changed files with 4 additions and 10 deletions

View File

@ -705,10 +705,6 @@ modulepar {
};
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 @@ control {
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() );