Stefan Sperling has uploaded this change for review. ( 
https://gerrit.osmocom.org/10446


Change subject: fix expectations of TC_lu_imsi_reject and 
TC_lu_imsi_timeout_gsup
......................................................................

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
---
M msc/MSC_Tests.ttcn
1 file changed, 0 insertions(+), 2 deletions(-)



  git pull ssh://gerrit.osmocom.org:29418/osmo-ttcn3-hacks 
refs/changes/46/10446/1

diff --git a/msc/MSC_Tests.ttcn b/msc/MSC_Tests.ttcn
index f70edd0..42ad27c 100644
--- a/msc/MSC_Tests.ttcn
+++ b/msc/MSC_Tests.ttcn
@@ -534,7 +534,6 @@
                        mtc.stop;
                }
        }
-       f_expect_clear();
 }
 testcase TC_lu_imsi_reject() runs on MTC_CT {
        var BSC_ConnHdlr vc_conn;
@@ -563,7 +562,6 @@
                        mtc.stop;
                }
        }
-       f_expect_clear();
 }
 testcase TC_lu_imsi_timeout_gsup() runs on MTC_CT {
        var BSC_ConnHdlr vc_conn;

--
To view, visit https://gerrit.osmocom.org/10446
To unsubscribe, or for help writing mail filters, visit 
https://gerrit.osmocom.org/settings

Gerrit-Project: osmo-ttcn3-hacks
Gerrit-Branch: master
Gerrit-MessageType: newchange
Gerrit-Change-Id: I77f189d9050a06fe6eac457312285cf173c842d5
Gerrit-Change-Number: 10446
Gerrit-PatchSet: 1
Gerrit-Owner: Stefan Sperling <ssperl...@sysmocom.de>

Reply via email to