Change in osmo-ttcn3-hacks[master]: library/GSM_SystemInformation: move 'MobileAllocationT' to GSM_RR_Types

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
Fri Aug 28 18:03:19 UTC 2020


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

Change subject: library/GSM_SystemInformation: move 'MobileAllocationT' to GSM_RR_Types
......................................................................

library/GSM_SystemInformation: move 'MobileAllocationT' to GSM_RR_Types

Change-Id: I149cf58c4bc1a8e08c69c52eb567706a0de4f9f1
---
M library/GSM_RR_Types.ttcn
M library/GSM_SystemInformation.ttcn
2 files changed, 6 insertions(+), 8 deletions(-)

Approvals:
  Jenkins Builder: Verified
  laforge: Looks good to me, but someone else must approve
  pespin: Looks good to me, approved



diff --git a/library/GSM_RR_Types.ttcn b/library/GSM_RR_Types.ttcn
index 470d68c..76b03a9 100644
--- a/library/GSM_RR_Types.ttcn
+++ b/library/GSM_RR_Types.ttcn
@@ -302,6 +302,11 @@
 		variant (ma) "BYTEORDER(first), BITORDER(msb)"
 	};
 
+	type record MobileAllocationTLV {
+		OCT1			iei ('72'O),
+		MobileAllocationLV	v
+	} with { variant "" };
+
 	/* 10.5.2.25a */
 	type record PktChDesc0Ind {
 		uint6_t		maio,
diff --git a/library/GSM_SystemInformation.ttcn b/library/GSM_SystemInformation.ttcn
index 9113583..85abb7f 100644
--- a/library/GSM_SystemInformation.ttcn
+++ b/library/GSM_SystemInformation.ttcn
@@ -86,13 +86,6 @@
 
 	template ControlChannelDescription t_ControlChannelDescription := { ?, ?, ?, ?, ?, ?, '00'B, ?, ? };
 
-	/* 44.018 10.5.2.21 */
-	type record MobileAllocationT {
-		OCT1		iei,
-		uint8_t		len,
-		bitstring	ma
-	} with { variant "" };
-
 	/* 44.018 10.5.2.22 */
 	type octetstring NeighbourCellDescription with { variant "FIELDLENGTH(16)" };
 
@@ -175,7 +168,7 @@
 		CellSelectionParameters		cell_sel_par,
 		RachControlParameters		rach_control,
 		ChannelDescriptionTV		cbch_chan_desc optional,
-		MobileAllocationT		cbch_mobile_alloc optional,
+		MobileAllocationTLV		cbch_mobile_alloc optional,
 		SI4RestOctets			rest_octets /* see 10.5.2.35 */
 	} with { variant "TAG(cbch_chan_desc, iei = '64'O; cbch_mobile_alloc, iei = '72'O)" };
 

-- 
To view, visit https://gerrit.osmocom.org/c/osmo-ttcn3-hacks/+/19870
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: I149cf58c4bc1a8e08c69c52eb567706a0de4f9f1
Gerrit-Change-Number: 19870
Gerrit-PatchSet: 1
Gerrit-Owner: fixeria <vyanitskiy at sysmocom.de>
Gerrit-Reviewer: Jenkins Builder
Gerrit-Reviewer: fixeria <vyanitskiy at sysmocom.de>
Gerrit-Reviewer: laforge <laforge at osmocom.org>
Gerrit-Reviewer: pespin <pespin at sysmocom.de>
Gerrit-MessageType: merged
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.osmocom.org/pipermail/gerrit-log/attachments/20200828/dc2863c6/attachment.htm>


More information about the gerrit-log mailing list