aboutsummaryrefslogtreecommitdiffstats
path: root/msc/MSC_Tests.ttcn
diff options
context:
space:
mode:
Diffstat (limited to 'msc/MSC_Tests.ttcn')
-rw-r--r--msc/MSC_Tests.ttcn5
1 files changed, 5 insertions, 0 deletions
diff --git a/msc/MSC_Tests.ttcn b/msc/MSC_Tests.ttcn
index 5129c5bd..0043fe25 100644
--- a/msc/MSC_Tests.ttcn
+++ b/msc/MSC_Tests.ttcn
@@ -6303,6 +6303,10 @@ testcase TC_lu_and_expire_while_paging() runs on MTC_CT {
}
control {
+ if (true) {
+ execute( TC_paging_response_imsi_unknown() );
+ execute( TC_paging_response_tmsi_unknown() );
+ } else {
execute( TC_cr_before_reset() );
execute( TC_lu_imsi_noauth_tmsi() );
execute( TC_lu_imsi_noauth_notmsi() );
@@ -6450,6 +6454,7 @@ control {
execute( TC_paging_response_imsi_unknown() );
execute( TC_paging_response_tmsi_unknown() );
}
+ }
}