Commit 4e5a0a69 authored by grahamj's avatar grahamj
Browse files

Update 33128/r18/TS33128Payloads.asn

parent f5039efd
Loading
Loading
Loading
Loading
Loading
+5 −4
Original line number Diff line number Diff line
@@ -6088,10 +6088,11 @@ SMSRPLocation ::= CHOICE
ModificationType ::= CHOICE
{
    predefined               [1] NULL,
    removed                  [2] PayloadInformationRemoved,
    replacedWithCharacter    [3] UTF8String,
    replacedWithOctets       [4] OCTET STRING,
    nestedModifications      [5] SEQUENCE OF PayloadModification
    nestedModifications      [2] SEQUENCE OF PayloadModification
    removed                  [3] PayloadInformationRemoved,
    replacedWithCharacters   [4] UTF8String,
    replacedWithOctets       [5] OCTET STRING,
    replacedWithBits         [6] BIT STRING -- not sure if we need this, but in some cases it might be necessary if the replaced element is not a round octet or a char string?
}

PayloadInformationRemoved ::= CHOICE