Commit 891e5e98 authored by canterburym's avatar canterburym
Browse files

Adding MIME and changing some names

parent 9ce0b604
Loading
Loading
Loading
Loading
Loading
+11 −7
Original line number Diff line number Diff line
@@ -6074,11 +6074,14 @@ Redaction ::= SEQUENCE
RedactionLocation ::= CHOICE
{
    predefined         [1] UTF8String,
    stringLocation     [2] NumberRange,
    octetLocation      [3] NumberRange,
    jsonPointer        [4] UTF8String,
    xpath              [5] UTF8String,
    sipHeader          [6] UTF8String
    jSONPointer        [2] UTF8String,
    xpath              [3] UTF8String,
    sipHeader          [4] UTF8String,
    sIPContent         [5] NULL,
    mimeHeader         [6] UTF8String,
    mIMEContent        [7] NULL,
    utf8Location       [8] IndexRange,
    octetLocation      [9] IndexRange
}

RedactionType ::= CHOICE
@@ -6086,10 +6089,11 @@ RedactionType ::= CHOICE
    predefined               [1] NULL,
    removed                  [2] NULL,
    replacedWithCharacter    [3] UTF8String,
    replacedWithOctets       [4] OCTET STRING 
    replacedWithOctets       [4] OCTET STRING,
    nestedRedactions         [5] Redactions
}

NumberRange ::= SEQUENCE
IndexRange ::= SEQUENCE
{
    start [1] INTEGER,
    end   [2] INTEGER