Commit 6149a4f4 authored by Luke Mewburn's avatar Luke Mewburn
Browse files

TS_103_280.asn1: restrict LDID. consistent UTF8String

parent 0b322da6
Loading
Loading
Loading
Loading
Loading
+9 −9
Original line number Diff line number Diff line
@@ -97,13 +97,13 @@ IPAddressPortRange ::= SEQUENCE
    portRange [1] PortRange
}

MACAddress ::= PrintableString (SIZE (17))
MACAddress ::= UTF8String (SIZE (17))

EmailAddress ::= UTF8String

UUID ::= PrintableString (SIZE (36))
UUID ::= UTF8String (SIZE (36))

ISOCountryCode ::= PrintableString (SIZE (2))
ISOCountryCode ::= UTF8String (SIZE (2))

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

@@ -151,17 +151,17 @@ GPSINAI ::= NAI

NAI ::= UTF8String

LDID ::= PrintableString
LDID ::= UTF8String (SIZE (3..MAX))

InternationalizedEmailAddress ::= UTF8String

EUI64 ::= PrintableString (SIZE (23))
EUI64 ::= UTF8String (SIZE (23))

CGI ::= PrintableString (SIZE (16..17))
CGI ::= UTF8String (SIZE (16..17))

ECGI ::= PrintableString (SIZE (14..15))
ECGI ::= UTF8String (SIZE (14..15))

NCGI ::= PrintableString (SIZE (16..17))
NCGI ::= UTF8String (SIZE (16..17))

ICCID ::= NumericString (SIZE (19..20))

@@ -169,7 +169,7 @@ IPProtocol ::= INTEGER (0..255)

VLANID ::= INTEGER (0..4095)

VIN ::= PrintableString (SIZE (17))
VIN ::= UTF8String (SIZE (17))

ServiceAccessIdentifier ::= UTF8String