Commit 767faf23 authored by Luke Mewburn's avatar Luke Mewburn
Browse files

EmailPDU: add octet counts to MessagingIRI

parent b63a00bc
Loading
Loading
Loading
Loading
Loading
+3 −1
Original line number Diff line number Diff line
@@ -264,7 +264,9 @@ MessagingIRI ::= SEQUENCE
    original-message            [9] OCTET STRING OPTIONAL,
    ...,
    box-identifier              [10] OCTET STRING OPTIONAL,
    total-recipient-count       [11] INTEGER (0..4294967295) OPTIONAL
    total-recipient-count       [11] INTEGER (0..4294967295) OPTIONAL,
    server-octets-sent          [12] INTEGER (0..18446744073709551615) OPTIONAL,
    client-octets-sent          [13] INTEGER (0..18446744073709551615) OPTIONAL
}

Messaging-System-Type ::= ENUMERATED