Commit 2f8a4f5a authored by canterburym's avatar canterburym
Browse files

MIME

parent 891e5e98
Loading
Loading
Loading
Loading
Loading
+7 −1
Original line number Diff line number Diff line
@@ -6079,7 +6079,7 @@ RedactionLocation ::= CHOICE
    sipHeader          [4] UTF8String,
    sIPContent         [5] NULL,
    mimeHeader         [6] UTF8String,
    mIMEContent        [7] NULL,
    mIMEContent        [7] MIMEPartIdentifier,
    utf8Location       [8] IndexRange,
    octetLocation      [9] IndexRange
}
@@ -6099,5 +6099,11 @@ IndexRange ::= SEQUENCE
    end   [2] INTEGER
}

MIMEPartIdentifier ::= CHOICE 
{
    index     [1] INTEGER,
    boundary  [2] UTF8String
}


END