From 672696cf73e40528e217b97492fdc8218d72dbcc Mon Sep 17 00:00:00 2001 From: mark Date: Mon, 15 Jun 2020 10:11:56 +0100 Subject: [PATCH] Cleaning up prior to LI#54 --- TS_103_280.asn1 | 94 ------------------- ts_103280.xsd | 239 ------------------------------------------------ 2 files changed, 333 deletions(-) delete mode 100644 TS_103_280.asn1 delete mode 100644 ts_103280.xsd diff --git a/TS_103_280.asn1 b/TS_103_280.asn1 deleted file mode 100644 index 83a4df8..0000000 --- a/TS_103_280.asn1 +++ /dev/null @@ -1,94 +0,0 @@ -Common-Parameters -{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) version232(232)} - --- Common Parameters (below are as defined in clause 6) - -LIID ::= OCTET STRING (SIZE (10..9000)) - -TCPPort ::= INTEGER (1..65535) - -TCPPortRange ::= SEQUENCE -{ - start [0] TCPPort, - end [1] TCPPort -} - -UDPPort ::= INTEGER (0..65535) - -UDPPortRange ::= SEQUENCE -{ - start [0] UDPPort, - end [1] UDPPort -} - -Port ::= CHOICE -{ - tCPPort [0] TCPPort, - uDPPort [1] UDPPort -} - -PortRange ::= CHOICE -{ - tCPPortRange [0] TCPPortRange, - uDPPortRange [1] UDPPortRange -} - -QualifiedDateTime ::= GeneralizedTime - -QualifiedMicrosecondDateTime ::= GeneralizedTime - -WGS84CoordinateDecimal ::= SEQUENCE -{ - latitude [0] WGS84LatitudeDecimal, - longitude [1] WGS84LongitudeDecimal -} - -WGS84LatitudeDecimal ::= OCTET STRING (SIZE (10)) - -WGS84LongitudeDecimal ::= OCTET STRING (SIZE (11)) - -WGS84CoordinateAngular ::= SEQUENCE -{ - latitude [0] WGS84LatitudeAngular, - longitude [1] WGS84LongitudeAngular -} - -WGS84LatitudeAngular ::= OCTET STRING (SIZE (10)) - -WGS84LongitudeAngular ::= OCTET STRING (SIZE (11)) - -InternationalE164 ::= NumericString (SIZE(1..15)) - -IMSI ::= NumericString (SIZE(6..15)) - -IMEI ::= NumericString (SIZE(14)) - -IMEICheckDigit ::= NumericString (SIZE(15)) - -IMEISV ::= NumericString (SIZE(16)) - -SUPIIMSI ::= IMSI - -SUPINAI ::= NAI - -SUCI ::= OCTET STRING (SIZE(3001)) - -PEIIMEI ::= IMEI - -PEIIMEICheckDigit ::= IMEICheckDigit - -PEIIMEISV ::= IMEISV - -GPSIMSISDN ::= NumericString (SIZE(1..15)) - -GPSINAI ::= NAI - -NAI ::= UTF8String - -END diff --git a/ts_103280.xsd b/ts_103280.xsd deleted file mode 100644 index e5c0bde..0000000 --- a/ts_103280.xsd +++ /dev/null @@ -1,239 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -- GitLab