Change in osmo-ttcn3-hacks[master]: GPRS_Components: rename 'GprsMSArray' to 'GprsMSList'

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
Sat Oct 31 21:20:11 UTC 2020


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


Change subject: GPRS_Components: rename 'GprsMSArray' to 'GprsMSList'
......................................................................

GPRS_Components: rename 'GprsMSArray' to 'GprsMSList'

In TTCN-3, array assumes a fixed number of elements.  A 'record of'
type is more like a 'list' in Python, so let's call it this way.

Change-Id: Ib7df7efaa28a53a45d981d1c99f9eb1ac26fd91c
---
M pcu/GPRS_Components.ttcn
1 file changed, 2 insertions(+), 2 deletions(-)



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

diff --git a/pcu/GPRS_Components.ttcn b/pcu/GPRS_Components.ttcn
index c860af5..4b4e2a0 100644
--- a/pcu/GPRS_Components.ttcn
+++ b/pcu/GPRS_Components.ttcn
@@ -113,7 +113,7 @@
 	UlTbf		ul_tbf optional, /* TODO: Only 1 UL tbf supported for now */
 	DlTbf		dl_tbf optional /* TODO: Only 1 DL tbf supported for now */
 };
-type record of GprsMS GprsMSArray;
+type record of GprsMS GprsMSList;
 
 template AckNackDescription t_AckNackDescription_init := {
 	final_ack := '0'B,
@@ -163,7 +163,7 @@
 	port RAW_PCU_MSG_PT BTS;
 
 	/* Mobile station(s) involved in a testing scenario */
-	var GprsMSArray g_ms := { };
+	var GprsMSList g_ms := { };
 
 	/* Value at which Countdown Procedure starts. Announced by network (GPRS Cell Options as per TS 04.60 Chapter 12.24) */
 	var uint4_t g_bs_cv_max := 4;

-- 
To view, visit https://gerrit.osmocom.org/c/osmo-ttcn3-hacks/+/21003
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: Ib7df7efaa28a53a45d981d1c99f9eb1ac26fd91c
Gerrit-Change-Number: 21003
Gerrit-PatchSet: 1
Gerrit-Owner: fixeria <vyanitskiy at sysmocom.de>
Gerrit-MessageType: newchange
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.osmocom.org/pipermail/gerrit-log/attachments/20201031/0696a38e/attachment.htm>


More information about the gerrit-log mailing list