From 60d9a1048e5a5947f4a776166f86163f4cf00aa0 Mon Sep 17 00:00:00 2001 From: mark Date: Mon, 15 Jun 2020 12:32:56 +0100 Subject: [PATCH] TS 103 280 v2.1.1 (2017-08-04) agreed at LI#45 (Tallinn, 2017-06-20) --- 103280/TS_103_280.asn1 | 44 ++++++++++++++- 103280/TS_103_280.xsd | 26 ++++++--- 103280/portal/TS_103_280_v010201.asn1 | 14 ----- 103280/portal/TS_103_280_v020101.asn1 | 54 +++++++++++++++++++ ...280_v010101.xsd => TS_103_280_v020101.xsd} | 26 ++++++--- 5 files changed, 132 insertions(+), 32 deletions(-) delete mode 100644 103280/portal/TS_103_280_v010201.asn1 create mode 100644 103280/portal/TS_103_280_v020101.asn1 rename 103280/portal/{TS_103_280_v010101.xsd => TS_103_280_v020101.xsd} (89%) diff --git a/103280/TS_103_280.asn1 b/103280/TS_103_280.asn1 index 406dc28..e1d9936 100644 --- a/103280/TS_103_280.asn1 +++ b/103280/TS_103_280.asn1 @@ -1,14 +1,54 @@ Common-Parameters -{itu-t(0) identified-organization(4) etsi(0) common-parameters(3280) version121(121)} +{itu-t(0) identified-organization(4) etsi(0) common-parameters(3280) version211(211)} DEFINITIONS IMPLICIT TAGS EXTENSIBILITY IMPLIED ::= BEGIN -- Object Identifier definitions -commonParameterDomainId OBJECT IDENTIFIER ::= {itu-t(0) identified-organization(4) etsi(0) common-parameters(3280) version121(121)} +commonParameterDomainId OBJECT IDENTIFIER ::= {itu-t(0) identified-organization(4) etsi(0) common-parameters(3280) version211(211)} -- Common Parameter: LIID (as defined in clause 6) LIID ::= OCTET STRING (SIZE (1..25)) +-- Common Parameter: TCPPort (as defined in clause 6) + +TCPPort ::= INTEGER (1..65535) + +-- Common Parameter: TCPPortRange (as defined in clause 6) + +TCPPortRange ::= SEQUENCE +{ + start [0] TCPPort, + end [1] TCPPort +} + +-- Common Parameter: UDPPort (as defined in clause 6) + +UDPPort ::= INTEGER (0..65535) + +-- Common Parameter: UDPPortRange (as defined in clause 6) + +UDPPortRange ::= SEQUENCE +{ + start [0] UDPPort, + end [1] UDPPort +} + +-- Common Parameter: Port (as defined in clause 6) + +Port ::= CHOICE +{ + tCPPort [0] TCPPort, + uDPPort [1] UDPPort +} + +-- Common Parameter: PortRange (as defined clause 6) + +PortRange ::= CHOICE +{ + tCPPortRange [0] TCPPortRange, + uDPPortRange [1] UDPPortRange +} + END diff --git a/103280/TS_103_280.xsd b/103280/TS_103_280.xsd index a99f0b0..23d5c12 100644 --- a/103280/TS_103_280.xsd +++ b/103280/TS_103_280.xsd @@ -1,5 +1,5 @@ - + @@ -42,7 +42,7 @@ - + @@ -80,13 +80,13 @@ - + - + @@ -116,25 +116,25 @@ - + - + - + - + @@ -155,4 +155,14 @@ + + + + + + + + + + diff --git a/103280/portal/TS_103_280_v010201.asn1 b/103280/portal/TS_103_280_v010201.asn1 deleted file mode 100644 index 406dc28..0000000 --- a/103280/portal/TS_103_280_v010201.asn1 +++ /dev/null @@ -1,14 +0,0 @@ -Common-Parameters -{itu-t(0) identified-organization(4) etsi(0) common-parameters(3280) version121(121)} - -DEFINITIONS IMPLICIT TAGS EXTENSIBILITY IMPLIED ::= BEGIN - --- Object Identifier definitions - -commonParameterDomainId OBJECT IDENTIFIER ::= {itu-t(0) identified-organization(4) etsi(0) common-parameters(3280) version121(121)} - --- Common Parameter: LIID (as defined in clause 6) - -LIID ::= OCTET STRING (SIZE (1..25)) - -END diff --git a/103280/portal/TS_103_280_v020101.asn1 b/103280/portal/TS_103_280_v020101.asn1 new file mode 100644 index 0000000..e1d9936 --- /dev/null +++ b/103280/portal/TS_103_280_v020101.asn1 @@ -0,0 +1,54 @@ +Common-Parameters +{itu-t(0) identified-organization(4) etsi(0) common-parameters(3280) version211(211)} + +DEFINITIONS IMPLICIT TAGS EXTENSIBILITY IMPLIED ::= BEGIN + +-- Object Identifier definitions + +commonParameterDomainId OBJECT IDENTIFIER ::= {itu-t(0) identified-organization(4) etsi(0) common-parameters(3280) version211(211)} + +-- Common Parameter: LIID (as defined in clause 6) + +LIID ::= OCTET STRING (SIZE (1..25)) + +-- Common Parameter: TCPPort (as defined in clause 6) + +TCPPort ::= INTEGER (1..65535) + +-- Common Parameter: TCPPortRange (as defined in clause 6) + +TCPPortRange ::= SEQUENCE +{ + start [0] TCPPort, + end [1] TCPPort +} + +-- Common Parameter: UDPPort (as defined in clause 6) + +UDPPort ::= INTEGER (0..65535) + +-- Common Parameter: UDPPortRange (as defined in clause 6) + +UDPPortRange ::= SEQUENCE +{ + start [0] UDPPort, + end [1] UDPPort +} + +-- Common Parameter: Port (as defined in clause 6) + +Port ::= CHOICE +{ + tCPPort [0] TCPPort, + uDPPort [1] UDPPort +} + +-- Common Parameter: PortRange (as defined clause 6) + +PortRange ::= CHOICE +{ + tCPPortRange [0] TCPPortRange, + uDPPortRange [1] UDPPortRange +} + +END diff --git a/103280/portal/TS_103_280_v010101.xsd b/103280/portal/TS_103_280_v020101.xsd similarity index 89% rename from 103280/portal/TS_103_280_v010101.xsd rename to 103280/portal/TS_103_280_v020101.xsd index a99f0b0..23d5c12 100644 --- a/103280/portal/TS_103_280_v010101.xsd +++ b/103280/portal/TS_103_280_v020101.xsd @@ -1,5 +1,5 @@ - + @@ -42,7 +42,7 @@ - + @@ -80,13 +80,13 @@ - + - + @@ -116,25 +116,25 @@ - + - + - + - + @@ -155,4 +155,14 @@ + + + + + + + + + + -- GitLab