Commit 49f3d3cb authored by Luke Mewburn's avatar Luke Mewburn
Browse files

EmailPDU: add more Messaging-System-Type values

parent 5e51bd06
Loading
Loading
Loading
Loading
Loading
+10 −1
Original line number Diff line number Diff line
@@ -272,7 +272,16 @@ MessagingIRI ::= SEQUENCE
Messaging-System-Type ::= ENUMERATED
{
    unified-messaging(1),
    ...
    ...,
    unknown(0),
        -- The protocol is not known or not representable by the current enumeration
    smtp(2),
    pop3(3),
    imap4(4),
    webmail(5),
    mms(6),
    rcs(7),
    sms(8)
}

Messaging-Event-Category ::= CHOICE