aboutsummaryrefslogtreecommitdiffstats
path: root/msc
diff options
context:
space:
mode:
authorStefan Sperling <ssperling@sysmocom.de>2018-08-14 11:39:17 +0200
committerStefan Sperling <ssperling@sysmocom.de>2018-08-14 11:39:17 +0200
commit05e87f20c8ed370eec8f23e19db12de3cd0d7825 (patch)
treec06050521a0418591b3502a6b4f02a4eba20d130 /msc
parent2c12b24a47dbabd6269b6dd4ffde066fcca6c2ed (diff)
fix expectations of TC_lu_imsi_reject and TC_lu_imsi_timeout_gsup
These tests were expecting two ClearCommands, but the MSC will only send one. Remove redundant calls to f_expect_clear() outside of the alt step. The expected ClearCommand is received inside the alt step. Change-Id: I77f189d9050a06fe6eac457312285cf173c842d5
Diffstat (limited to 'msc')
-rw-r--r--msc/MSC_Tests.ttcn2
1 files changed, 0 insertions, 2 deletions
diff --git a/msc/MSC_Tests.ttcn b/msc/MSC_Tests.ttcn
index f70edd09..42ad27c5 100644
--- a/msc/MSC_Tests.ttcn
+++ b/msc/MSC_Tests.ttcn
@@ -534,7 +534,6 @@ private function f_tc_lu_imsi_reject(charstring id, BSC_ConnHdlrPars pars) runs
mtc.stop;
}
}
- f_expect_clear();
}
testcase TC_lu_imsi_reject() runs on MTC_CT {
var BSC_ConnHdlr vc_conn;
@@ -563,7 +562,6 @@ private function f_tc_lu_imsi_timeout_gsup(charstring id, BSC_ConnHdlrPars pars)
mtc.stop;
}
}
- f_expect_clear();
}
testcase TC_lu_imsi_timeout_gsup() runs on MTC_CT {
var BSC_ConnHdlr vc_conn;