Change in osmo-ttcn3-hacks[master]: PCUIF: Fix naming of counters in InfoInd

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
Mon Mar 1 16:42:55 UTC 2021


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


Change subject: PCUIF: Fix naming of counters in InfoInd
......................................................................

PCUIF: Fix naming of counters in InfoInd

Change-Id: Ieb26020e0f18169f19322963e23358b6ca254545
---
M library/PCUIF_Types.ttcn
M pcu/PCU_Tests.ttcn
2 files changed, 9 insertions(+), 9 deletions(-)



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

diff --git a/library/PCUIF_Types.ttcn b/library/PCUIF_Types.ttcn
index 31721c8..ef27b11 100644
--- a/library/PCUIF_Types.ttcn
+++ b/library/PCUIF_Types.ttcn
@@ -203,9 +203,9 @@
 	uint8_t		t3191,
 	uint8_t		t3193_10ms,
 	uint8_t		t3195,
-	uint8_t		t3101,
-	uint8_t		t3103,
-	uint8_t		t3105,
+	uint8_t		n3101,
+	uint8_t		n3103,
+	uint8_t		n3105,
 	uint8_t		cv_countdown,
 	uint16_t	dl_tbf_ext,
 	uint16_t	ul_tbf_ext,
@@ -905,9 +905,9 @@
 			t3191 := ?,
 			t3193_10ms := ?,
 			t3195 := ?,
-			t3101 := ?,
-			t3103 := ?,
-			t3105 := ?,
+			n3101 := ?,
+			n3103 := ?,
+			n3105 := ?,
 			cv_countdown := ?,
 			dl_tbf_ext := ?,
 			ul_tbf_ext := ?,
diff --git a/pcu/PCU_Tests.ttcn b/pcu/PCU_Tests.ttcn
index 1d35a55..61048b0 100644
--- a/pcu/PCU_Tests.ttcn
+++ b/pcu/PCU_Tests.ttcn
@@ -98,9 +98,9 @@
 	t3191 := 5,
 	t3193_10ms := 160,
 	t3195 := 5,
-	t3101 := 10,
-	t3103 := 4,
-	t3105 := 8,
+	n3101 := 10,
+	n3103 := 4,
+	n3105 := 8,
 	cv_countdown := 15,
 	dl_tbf_ext := 250 * 10, /* ms */
 	ul_tbf_ext := 250 * 10, /* ms */

-- 
To view, visit https://gerrit.osmocom.org/c/osmo-ttcn3-hacks/+/23165
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: Ieb26020e0f18169f19322963e23358b6ca254545
Gerrit-Change-Number: 23165
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/20210301/223aad19/attachment.htm>


More information about the gerrit-log mailing list