Change in osmo-ttcn3-hacks[master]: pcuif: make variable const

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

pespin gerrit-no-reply at lists.osmocom.org
Fri Mar 12 14:09:45 UTC 2021


pespin has uploaded this change for review. ( https://gerrit.osmocom.org/c/osmo-ttcn3-hacks/+/23351 )


Change subject: pcuif: make variable const
......................................................................

pcuif: make variable const

Change-Id: I0450a49a4c9a8e0e1252d6561fb93f6fb4585748
---
M pcu/PCUIF_Components.ttcn
1 file changed, 1 insertion(+), 1 deletion(-)



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

diff --git a/pcu/PCUIF_Components.ttcn b/pcu/PCUIF_Components.ttcn
index 7655184..27cf56d 100644
--- a/pcu/PCUIF_Components.ttcn
+++ b/pcu/PCUIF_Components.ttcn
@@ -505,7 +505,7 @@
 			u := { info_ind := info_ind }
 		});
 
-		var integer start_fn := 0;
+		const integer start_fn := 0;
 		if (mp_send_all_data_ind) {
 			f_tx_first_data_ind(bts_nr, info_ind, start_fn);
 		}

-- 
To view, visit https://gerrit.osmocom.org/c/osmo-ttcn3-hacks/+/23351
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: I0450a49a4c9a8e0e1252d6561fb93f6fb4585748
Gerrit-Change-Number: 23351
Gerrit-PatchSet: 1
Gerrit-Owner: pespin <pespin at sysmocom.de>
Gerrit-MessageType: newchange
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.osmocom.org/pipermail/gerrit-log/attachments/20210312/8b4f0512/attachment.htm>


More information about the gerrit-log mailing list