Commit 71f7348a authored by Luke Mewburn's avatar Luke Mewburn
Browse files

LI-PS-PDU: change ShortString SIZE to 0..255

parent 83c37a53
Loading
Loading
Loading
Loading
Loading
+5 −5
Original line number Diff line number Diff line
@@ -706,8 +706,8 @@ TargetIdentifier ::= CHOICE

TargetIdentifierFormat ::= SEQUENCE
{
    formatOwner                 [1] UTF8String (SIZE (1..255)),
    formatName                  [2] UTF8String (SIZE (1..255)),
    formatOwner                 [1] UTF8String (SIZE (0..255)),
    formatName                  [2] UTF8String (SIZE (0..255)),
    targetValue                 [3] UTF8String,
    ...
}
@@ -730,9 +730,9 @@ DeliveryInformation ::= SEQUENCE

DictionaryEntry ::= SEQUENCE
{
    owner                       [1] UTF8String (SIZE (1..255)),
    name                        [2] UTF8String (SIZE (1..255)),
    value                       [3] UTF8String (SIZE (1..255)),
    owner                       [1] UTF8String (SIZE (0..255)),
    name                        [2] UTF8String (SIZE (0..255)),
    value                       [3] UTF8String (SIZE (0..255)),
    ...
}