aboutsummaryrefslogtreecommitdiffstats
path: root/pcu/PCU_Tests.ttcn
diff options
context:
space:
mode:
Diffstat (limited to 'pcu/PCU_Tests.ttcn')
-rw-r--r--pcu/PCU_Tests.ttcn7
1 files changed, 7 insertions, 0 deletions
diff --git a/pcu/PCU_Tests.ttcn b/pcu/PCU_Tests.ttcn
index 1c77256e..c8f7d987 100644
--- a/pcu/PCU_Tests.ttcn
+++ b/pcu/PCU_Tests.ttcn
@@ -2330,6 +2330,12 @@ testcase TC_pcuif_fh_pkt_ass_dl() runs on RAW_PCU_Test_CT {
}
control {
+ if (true) {
+ execute( TC_paging_cs_from_bts() );
+ execute( TC_paging_cs_from_sgsn_sign_ptmsi() );
+ execute( TC_paging_cs_from_sgsn_sign() );
+ execute( TC_paging_cs_from_sgsn_ptp() );
+ } else {
execute( TC_pcuif_suspend() );
execute( TC_ta_ptcch_idle() );
execute( TC_ta_rach_imm_ass() );
@@ -2380,6 +2386,7 @@ control {
execute( TC_pcuif_fh_pkt_ass_ul() );
execute( TC_pcuif_fh_pkt_ass_dl() );
}
+ }
}