Change in osmo-ttcn3-hacks[master]: fix expectations of TC_lu_imsi_reject and TC_lu_imsi_timeout_gsup

This is merely a historical archive of years 2008-2021, before the migration to mailman3.

A maintained and still updated list archive can be found at https://lists.osmocom.org/hyperkitty/list/gerrit-log@lists.osmocom.org/.

Stefan Sperling gerrit-no-reply at lists.osmocom.org
Tue Aug 14 09:42:15 UTC 2018


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 <ssperling at sysmocom.de>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.osmocom.org/pipermail/gerrit-log/attachments/20180814/3e6dd840/attachment.htm>


More information about the gerrit-log mailing list