Commit 50749aac authored by grahamj's avatar grahamj Committed by canterburym
Browse files

Update 33128/r18/TS33128Payloads.asn

parent 5e3b95d2
Loading
Loading
Loading
Loading
+16 −16
Original line number Diff line number Diff line
@@ -6476,17 +6476,17 @@ PayloadModification ::= SEQUENCE

ModificationLocation ::= CHOICE
{
    jSONPointer        [2] UTF8String,
    xPath              [3] UTF8String,
    sIPHeader          [4] UTF8String,
    sIPBody            [5] NULL,
    mIMEHeader         [6] UTF8String,
    mIMEBody           [7] MIMEBody,
    uTF8Location       [8] IndexRange,
    octetLocation      [9] IndexRange,
    sMSTPIEI           [10] SMSTPIEI,
    sMSRPIEI           [11] SMSRPIEI,
    aBNFRule           [12] ABNFRuleLocation
    jSONPointer        [1] UTF8String,
    xPath              [2] UTF8String,
    sIPHeader          [3] UTF8String,
    sIPBody            [4] NULL,
    mIMEHeader         [5] UTF8String,
    mIMEBody           [6] MIMEBody,
    uTF8Location       [7] IndexRange,
    octetLocation      [8] IndexRange,
    sMSTPIEI           [9] SMSTPIEI,
    sMSRPIEI           [10] SMSRPIEI,
    aBNFRule           [11] ABNFRuleLocation
}

ABNFRuleLocation ::= UTF8String
@@ -6506,11 +6506,11 @@ SMSRPIEI ::= CHOICE

ModificationType ::= CHOICE
{
    nestedModifications      [2] SEQUENCE OF PayloadModification,
    removed                  [3] PayloadInformationRemoved,
    replacedWithCharacters   [4] PayloadInformationReplacedWithCharacters,
    replacedWithOctets       [5] OCTET STRING,
    replacedWithBits         [6] BIT STRING
    nestedModifications      [1] SEQUENCE OF PayloadModification,
    removed                  [2] PayloadInformationRemoved,
    replacedWithCharacters   [3] PayloadInformationReplacedWithCharacters,
    replacedWithOctets       [4] OCTET STRING,
    replacedWithBits         [5] BIT STRING
}

PayloadInformationRemoved ::= CHOICE