From 21618990eebf2a7cbec6cd96f4c12a5e5df0df20 Mon Sep 17 00:00:00 2001 From: rengasamis Date: Tue, 3 Mar 2020 14:11:27 +0100 Subject: [PATCH 1/2] Update TS_103_280.asn1 --- TS_103_280.asn1 | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/TS_103_280.asn1 b/TS_103_280.asn1 index 68cfe54..a833ec7 100644 --- a/TS_103_280.asn1 +++ b/TS_103_280.asn1 @@ -9,7 +9,7 @@ commonParameterDomainId OBJECT IDENTIFIER ::= {itu-t(0) identified-organization( -- Common Parameters (below are as defined in clause 6) -LIID ::= OCTET STRING (SIZE (1..25)) +LIID ::= OCTET STRING (SIZE (10..25)) TCPPort ::= INTEGER (1..65535) @@ -77,7 +77,7 @@ SUPIIMSI ::= IMSI SUPINAI ::= NAI -SUCI ::= OCTET STRING +SUCI ::= OCTET STRING (SIZE(3000)) PEIIMEI ::= IMEI -- GitLab From 5b893e7e587b07428ebf37ecf1dbb8108ff76e88 Mon Sep 17 00:00:00 2001 From: SvS Date: Tue, 3 Mar 2020 14:16:08 +0100 Subject: [PATCH 2/2] Updated after meeting review --- TS_103_280.asn1 | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/TS_103_280.asn1 b/TS_103_280.asn1 index a833ec7..83a4df8 100644 --- a/TS_103_280.asn1 +++ b/TS_103_280.asn1 @@ -1,15 +1,15 @@ Common-Parameters -{itu-t(0) identified-organization(4) etsi(0) common-parameters(3280) version231(231)} +{itu-t(0) identified-organization(4) etsi(0) common-parameters(3280) version232(232)} DEFINITIONS IMPLICIT TAGS EXTENSIBILITY IMPLIED ::= BEGIN -- Object Identifier definitions -commonParameterDomainId OBJECT IDENTIFIER ::= {itu-t(0) identified-organization(4) etsi(0) common-parameters(3280) version231(231)} +commonParameterDomainId OBJECT IDENTIFIER ::= {itu-t(0) identified-organization(4) etsi(0) common-parameters(3280) version232(232)} -- Common Parameters (below are as defined in clause 6) -LIID ::= OCTET STRING (SIZE (10..25)) +LIID ::= OCTET STRING (SIZE (10..9000)) TCPPort ::= INTEGER (1..65535) @@ -77,7 +77,7 @@ SUPIIMSI ::= IMSI SUPINAI ::= NAI -SUCI ::= OCTET STRING (SIZE(3000)) +SUCI ::= OCTET STRING (SIZE(3001)) PEIIMEI ::= IMEI -- GitLab