Change in osmo-ttcn3-hacks[master]: cosmetic: drop redundant assignment in f_TC_rach_content

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
Thu Nov 26 09:06:54 UTC 2020


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

Change subject: cosmetic: drop redundant assignment in f_TC_rach_content
......................................................................

cosmetic: drop redundant assignment in f_TC_rach_content

Change-Id: I3b0f3df6c01642a84610f213f4682e330e12c068
---
M bts/BTS_Tests.ttcn
1 file changed, 1 insertion(+), 1 deletion(-)

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



diff --git a/bts/BTS_Tests.ttcn b/bts/BTS_Tests.ttcn
index d9701ae..a9e464a 100644
--- a/bts/BTS_Tests.ttcn
+++ b/bts/BTS_Tests.ttcn
@@ -1484,7 +1484,7 @@
 	var GsmFrameNumber fn_last := 0;
 	var boolean test_failed := false;
 	for (var integer i := 0; i < 1000; i := i+1) {
-		var OCT1 ra := f_rnd_ra_emerg();
+		var OCT1 ra;
 		if (emerg == true) {
 			ra := f_rnd_ra_emerg();
 		} else {

-- 
To view, visit https://gerrit.osmocom.org/c/osmo-ttcn3-hacks/+/21366
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: I3b0f3df6c01642a84610f213f4682e330e12c068
Gerrit-Change-Number: 21366
Gerrit-PatchSet: 1
Gerrit-Owner: neels <nhofmeyr at sysmocom.de>
Gerrit-Reviewer: Jenkins Builder
Gerrit-Reviewer: laforge <laforge at osmocom.org>
Gerrit-MessageType: merged
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.osmocom.org/pipermail/gerrit-log/attachments/20201126/81687a72/attachment.htm>


More information about the gerrit-log mailing list