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

fixeria gerrit-no-reply at lists.osmocom.org
Wed Jan 15 04:46:05 UTC 2020


fixeria has uploaded this change for review. ( 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(-)



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

diff --git a/msc/MSC_Tests.ttcn b/msc/MSC_Tests.ttcn
index 177c2f8..642eeb4 100644
--- a/msc/MSC_Tests.ttcn
+++ b/msc/MSC_Tests.ttcn
@@ -1962,21 +1962,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: 1
Gerrit-Owner: fixeria <axilirator at gmail.com>
Gerrit-MessageType: newchange
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.osmocom.org/pipermail/gerrit-log/attachments/20200115/48ba6fca/attachment.htm>


More information about the gerrit-log mailing list