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

LI-PS-PDU: SIZE restrict all ShortString/LongString

parent 2aa42c57
Loading
Loading
Loading
Loading
Loading
+3 −3
Original line number Diff line number Diff line
@@ -692,8 +692,8 @@ HI4LINotification ::= SEQUENCE
    serviceType                 [4] DictionaryEntry OPTIONAL,
    targetIdentifierSubtype     [5] DictionaryEntry OPTIONAL,
    interceptType               [6] InterceptType OPTIONAL,
    ownerIdentifier             [7] UTF8String OPTIONAL,
    authorizationReference      [8] UTF8String OPTIONAL,
    ownerIdentifier             [7] UTF8String (SIZE (0..255)) OPTIONAL,
    authorizationReference      [8] UTF8String (SIZE (0..65535)) OPTIONAL,
    deliveryDetails             [9] SEQUENCE OF DeliveryDestination OPTIONAL,
    ...
}
@@ -708,7 +708,7 @@ TargetIdentifierFormat ::= SEQUENCE
{
    formatOwner                 [1] UTF8String (SIZE (0..255)),
    formatName                  [2] UTF8String (SIZE (0..255)),
    targetValue                 [3] UTF8String,
    targetValue                 [3] UTF8String (SIZE (0..65535)),
    ...
}