Commit d8ed4156 authored by Luke Mewburn's avatar Luke Mewburn
Browse files

TS_103_280: add more types. change IP to strings

Add UTCDateTime, UTCMicrosecondDateTime, ShortString, LongString.
Change IPv4Address and IPv6Address to UTF8String for human-readable.
parent 69e6c051
Loading
Loading
Loading
Loading
Loading
+10 −2
Original line number Diff line number Diff line
@@ -11,6 +11,10 @@ commonParameterDomainId OBJECT IDENTIFIER ::= {itu-t(0) identified-organization(

LIID ::= OCTET STRING (SIZE (1..25))

UTCDateTime ::= GeneralizedTime

UTCMicrosecondDateTime ::= GeneralizedTime

QualifiedDateTime ::= GeneralizedTime

QualifiedMicrosecondDateTime ::= GeneralizedTime
@@ -25,7 +29,7 @@ IMEICheckDigit ::= NumericString (SIZE(15))

IMEISV ::= NumericString (SIZE(16))

IPv4Address ::= OCTET STRING (SIZE(4))
IPv4Address ::= UTF8String (SIZE (7..15))

IPv4CIDR ::= SEQUENCE
{
@@ -33,7 +37,7 @@ IPv4CIDR ::= SEQUENCE
    prefix  [1] INTEGER (0..32)
}

IPv6Address ::= OCTET STRING (SIZE(16))
IPv6Address ::= UTF8String (SIZE (39))

IPv6CIDR ::= SEQUENCE
{
@@ -101,6 +105,10 @@ UUID ::= PrintableString (SIZE (36))

ISOCountryCode ::= PrintableString (SIZE (2))

ShortString ::= UTFString (SIZE (0..255))

LongString ::= UTF8String (SIZE (0..65535))

SIPURI ::= UTF8String

TELURI ::= UTF8String