Change in osmo-ttcn3-hacks[master]: BTS_Tests: cosmetic: rename 'as_l1_dcch' to 'as_l1_dcch_loop'

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
Mon Oct 19 17:36:20 UTC 2020


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

Change subject: BTS_Tests: cosmetic: rename 'as_l1_dcch' to 'as_l1_dcch_loop'
......................................................................

BTS_Tests: cosmetic: rename 'as_l1_dcch' to 'as_l1_dcch_loop'

Change-Id: I06083e2352408f5832603fa88232d2008bce218d
Related: OS#4799
---
M bts/BTS_Tests.ttcn
1 file changed, 3 insertions(+), 3 deletions(-)

Approvals:
  laforge: Looks good to me, approved
  pespin: Looks good to me, but someone else must approve
  Jenkins Builder: Verified



diff --git a/bts/BTS_Tests.ttcn b/bts/BTS_Tests.ttcn
index 89d1d2c..7b44363 100644
--- a/bts/BTS_Tests.ttcn
+++ b/bts/BTS_Tests.ttcn
@@ -686,7 +686,7 @@
 		}
 	[not ignore_other] as_l1_sacch();
 	[not ignore_other] as_meas_res();
-	[not ignore_other] as_l1_dcch();
+	[not ignore_other] as_l1_dcch_loop();
 	[not ignore_other] RSL.receive {
 		Misc_Helpers.f_shutdown(__BFILE__, __LINE__, fail, "Unexpected RSL message received");
 		}
@@ -1771,7 +1771,7 @@
 		}
 }
 
-private altstep as_l1_dcch() runs on ConnHdlr {
+private altstep as_l1_dcch_loop() runs on ConnHdlr {
 	var L1ctlDlMessage l1_dl;
 	[] L1CTL.receive(tr_L1CTL_DATA_IND(g_chan_nr, tr_RslLinkID_DCCH(?))) -> value l1_dl {
 		log("DCCH received: ", l1_dl.payload.data_ind.payload);
@@ -2140,7 +2140,7 @@
 	alt {
 	[] as_l1_sacch();
 	[] as_meas_res();
-	[] as_l1_dcch();
+	[] as_l1_dcch_loop();
 	[] L1CTL.receive { repeat; }
 	[g_Tmeas_exp.running] T.timeout {
 		/* as_meas_res() would have done Misc_Helpers.f_shutdown(__BFILE__, __LINE__, fail) in case

-- 
To view, visit https://gerrit.osmocom.org/c/osmo-ttcn3-hacks/+/20756
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: I06083e2352408f5832603fa88232d2008bce218d
Gerrit-Change-Number: 20756
Gerrit-PatchSet: 5
Gerrit-Owner: fixeria <vyanitskiy at sysmocom.de>
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/20201019/5ed6f8db/attachment.htm>


More information about the gerrit-log mailing list