Change in osmo-ttcn3-hacks[master]: GSM_SystemInformation: add SI2quater

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

neels gerrit-no-reply at lists.osmocom.org
Mon Jul 6 00:51:33 UTC 2020


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


Change subject: GSM_SystemInformation: add SI2quater
......................................................................

GSM_SystemInformation: add SI2quater

Change-Id: I879c37eb51ece55d79346c6bf1a4951c3f11c77e
---
M library/GSM_SystemInformation.ttcn
1 file changed, 6 insertions(+), 0 deletions(-)



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

diff --git a/library/GSM_SystemInformation.ttcn b/library/GSM_SystemInformation.ttcn
index 0639eef..45f55bb 100644
--- a/library/GSM_SystemInformation.ttcn
+++ b/library/GSM_SystemInformation.ttcn
@@ -143,6 +143,10 @@
 		RestOctets			rest_octets length(0..4)
 	} with { variant "" };
 
+	type record SystemInformationType2quater {
+		SI2quaterRestOctets rest_octets
+	} with { variant "" };
+
 	/* 44.018 9.1.35 */
 	type record SystemInformationType3 {
 		SysinfoCellIdentity		cell_id,
@@ -204,6 +208,7 @@
 		SystemInformationType2		si2,
 		SystemInformationType2bis	si2bis,
 		SystemInformationType2ter	si2ter,
+		SystemInformationType2quater	si2quater,
 		SystemInformationType3		si3,
 		SystemInformationType4		si4,
 		SystemInformationType5		si5,
@@ -220,6 +225,7 @@
 			      si2, header.message_type = SYSTEM_INFORMATION_TYPE_2;
 			      si2bis, header.message_type = SYSTEM_INFORMATION_TYPE_2bis;
 			      si2ter, header.message_type = SYSTEM_INFORMATION_TYPE_2ter;
+			      si2quater, header.message_type = SYSTEM_INFORMATION_TYPE_2quater;
 			      si3, header.message_type = SYSTEM_INFORMATION_TYPE_3;
 			      si4, header.message_type = SYSTEM_INFORMATION_TYPE_4;
 			      si5, header.message_type = SYSTEM_INFORMATION_TYPE_5;

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


More information about the gerrit-log mailing list