Change in osmo-ttcn3-hacks[master]: library/GSM_RR_Types: restrict Mobile Allocation length

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
Sun Aug 30 19:25:31 UTC 2020


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


Change subject: library/GSM_RR_Types: restrict Mobile Allocation length
......................................................................

library/GSM_RR_Types: restrict Mobile Allocation length

Change-Id: I8333900949c0f39dc1cb777904e207ed1e212440
---
M library/GSM_RR_Types.ttcn
1 file changed, 1 insertion(+), 1 deletion(-)



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

diff --git a/library/GSM_RR_Types.ttcn b/library/GSM_RR_Types.ttcn
index 76b03a9..2ad3b6a 100644
--- a/library/GSM_RR_Types.ttcn
+++ b/library/GSM_RR_Types.ttcn
@@ -296,7 +296,7 @@
 	/* 10.5.2.21 */
 	type record MobileAllocationLV {
 		uint8_t 	len,
-		bitstring	ma
+		bitstring	ma length (0..64)
 	} with {
 		variant (len) "LENGTHTO(ma)"
 		variant (ma) "BYTEORDER(first), BITORDER(msb)"

-- 
To view, visit https://gerrit.osmocom.org/c/osmo-ttcn3-hacks/+/19907
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: I8333900949c0f39dc1cb777904e207ed1e212440
Gerrit-Change-Number: 19907
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/20200830/9bf60f52/attachment.htm>


More information about the gerrit-log mailing list