Change in osmo-ttcn3-hacks[master]: MSC: fix coding style in f_tc_lu_and_mt_sms_paging_and_nothing()

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/.

laforge gerrit-no-reply at lists.osmocom.org
Wed Jan 15 16:08:32 UTC 2020


laforge has submitted this change. ( https://gerrit.osmocom.org/c/osmo-ttcn3-hacks/+/16880 )

Change subject: MSC: fix coding style in f_tc_lu_and_mt_sms_paging_and_nothing()
......................................................................

MSC: fix coding style in f_tc_lu_and_mt_sms_paging_and_nothing()

Change-Id: Ide647f62150b2ca64e12044ae8dae5bb33e600c2
---
M msc/MSC_Tests.ttcn
1 file changed, 11 insertions(+), 12 deletions(-)

Approvals:
  laforge: Looks good to me, approved
  pespin: Looks good to me, approved
  Jenkins Builder: Verified



diff --git a/msc/MSC_Tests.ttcn b/msc/MSC_Tests.ttcn
index bf7f748..5a23916 100644
--- a/msc/MSC_Tests.ttcn
+++ b/msc/MSC_Tests.ttcn
@@ -2008,21 +2008,20 @@
 	timer T := 20.0;
 	T.start
 	alt {
-		[pars.ran_is_geran] BSSAP.receive(tr_BSSMAP_Paging(g_pars.imsi))
-		{
-			setverdict(fail, "paging seems not to stop!");
-			mtc.stop;
+	[pars.ran_is_geran] BSSAP.receive(tr_BSSMAP_Paging(g_pars.imsi)) {
+		setverdict(fail, "paging seems not to stop!");
+		mtc.stop;
 		}
-		[not pars.ran_is_geran] BSSAP.receive(tr_RANAP_Paging(cs_domain, imsi_hex2oct(g_pars.imsi))) {
-			setverdict(fail, "paging seems not to stop!");
-			mtc.stop;
+	[not pars.ran_is_geran] BSSAP.receive(tr_RANAP_Paging(cs_domain, imsi_hex2oct(g_pars.imsi))) {
+		setverdict(fail, "paging seems not to stop!");
+		mtc.stop;
 		}
-		[] BSSAP.receive {
-			setverdict(fail, "unexpected BSSAP message received");
-			self.stop;
+	[] BSSAP.receive {
+		setverdict(fail, "unexpected BSSAP message received");
+		self.stop;
 		}
-		[] T.timeout {
-			setverdict(pass);
+	[] T.timeout {
+		setverdict(pass);
 		}
 	}
 

-- 
To view, visit https://gerrit.osmocom.org/c/osmo-ttcn3-hacks/+/16880
To unsubscribe, or for help writing mail filters, visit https://gerrit.osmocom.org/settings

Gerrit-Project: osmo-ttcn3-hacks
Gerrit-Branch: master
Gerrit-Change-Id: Ide647f62150b2ca64e12044ae8dae5bb33e600c2
Gerrit-Change-Number: 16880
Gerrit-PatchSet: 2
Gerrit-Owner: fixeria <axilirator at gmail.com>
Gerrit-Reviewer: Jenkins Builder
Gerrit-Reviewer: laforge <laforge at osmocom.org>
Gerrit-Reviewer: pespin <pespin at sysmocom.de>
Gerrit-MessageType: merged
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.osmocom.org/pipermail/gerrit-log/attachments/20200115/d5207806/attachment.htm>


More information about the gerrit-log mailing list