Change in osmo-ttcn3-hacks[master]: GSM_RR_Types: introduce record TbfStartingTime

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 Apr 23 20:35:39 UTC 2021


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


Change subject: GSM_RR_Types: introduce record TbfStartingTime
......................................................................

GSM_RR_Types: introduce record TbfStartingTime

Change-Id: Id2e61652418571cf72ac17ca46742d9624348691
---
M library/GSM_RR_Types.ttcn
1 file changed, 10 insertions(+), 5 deletions(-)



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

diff --git a/library/GSM_RR_Types.ttcn b/library/GSM_RR_Types.ttcn
index 8cb824d..78db7a5 100644
--- a/library/GSM_RR_Types.ttcn
+++ b/library/GSM_RR_Types.ttcn
@@ -466,6 +466,11 @@
 	} with {
 		variant (pa) "CROSSTAG(spa, pa_disc = '1'B; uldl, pa_disc = '0'B)"
 	};
+	type record TbfStartingTime {
+		uint5_t		t1,
+		uint6_t		t3,
+		uint5_t		t2
+	};
 	type record PacketUlAssignDyn {
 		uint5_t		tfi_assignment,
 		BIT1		polling,
@@ -483,7 +488,7 @@
 		BIT1		ta_index_present,
 		uint4_t		ta_index optional,
 		BIT1		tbf_starting_time_present,
-		uint16_t	tbf_starting_time optional
+		TbfStartingTime	tbf_starting_time optional
 	} with {
 		variant (p0)		"PRESENCE(p0_present = '1'B)"
 		variant (pr_mode)	"PRESENCE(p0_present = '1'B)"
@@ -496,7 +501,7 @@
 		uint4_t		alpha optional,
 		uint5_t		gamma,
 		BIT2		padding ('01'B),
-		uint16_t	tbf_starting_time
+		TbfStartingTime	tbf_starting_time
 		/* TODO: P0 / PR_MODE */
 	} with {
 		variant (alpha)		"PRESENCE(alpha_present = '1'B)"
@@ -526,7 +531,7 @@
 		BIT1		ta_index_present,
 		uint4_t		ta_index optional,
 		BIT1		tbf_starting_time_present,
-		uint16_t	tbf_starting_time optional,
+		TbfStartingTime	tbf_starting_time optional,
 		BIT1		p0_present,
 		uint4_t		p0 optional,
 		BIT1		pr_mode optional
@@ -564,7 +569,7 @@
 		BIT1		ta_index_present,
 		uint4_t		ta_index optional,
 		BIT1		tbf_starting_time_present,
-		uint16_t	tbf_starting_time optional
+		TbfStartingTime	tbf_starting_time optional
 		/* TODO: Additions for Rel-7 */
 	} with {
 		variant (p0)		"PRESENCE(p0_present = '1'B)"
@@ -578,7 +583,7 @@
 		BIT1		alpha_present,
 		uint4_t		alpha optional,
 		uint5_t		gamma,
-		uint16_t	tbf_starting_time,
+		TbfStartingTime	tbf_starting_time,
 		BIT2		nr_radio_blocks_allocated,
 		BIT1		p0_present,
 		uint4_t		p0 optional,

-- 
To view, visit https://gerrit.osmocom.org/c/osmo-ttcn3-hacks/+/23876
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: Id2e61652418571cf72ac17ca46742d9624348691
Gerrit-Change-Number: 23876
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/20210423/3566302f/attachment.htm>


More information about the gerrit-log mailing list