diff options
author | Daniel Baumann <daniel.baumann@progress-linux.org> | 2024-04-10 20:34:10 +0000 |
---|---|---|
committer | Daniel Baumann <daniel.baumann@progress-linux.org> | 2024-04-10 20:34:10 +0000 |
commit | e4ba6dbc3f1e76890b22773807ea37fe8fa2b1bc (patch) | |
tree | 68cb5ef9081156392f1dd62a00c6ccc1451b93df /epan/dissectors/asn1/p772/MMSPerRecipientSpecifierExtensions.asn | |
parent | Initial commit. (diff) | |
download | wireshark-e4ba6dbc3f1e76890b22773807ea37fe8fa2b1bc.tar.xz wireshark-e4ba6dbc3f1e76890b22773807ea37fe8fa2b1bc.zip |
Adding upstream version 4.2.2.upstream/4.2.2
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
Diffstat (limited to 'epan/dissectors/asn1/p772/MMSPerRecipientSpecifierExtensions.asn')
-rw-r--r-- | epan/dissectors/asn1/p772/MMSPerRecipientSpecifierExtensions.asn | 34 |
1 files changed, 34 insertions, 0 deletions
diff --git a/epan/dissectors/asn1/p772/MMSPerRecipientSpecifierExtensions.asn b/epan/dissectors/asn1/p772/MMSPerRecipientSpecifierExtensions.asn new file mode 100644 index 00000000..b7d001a8 --- /dev/null +++ b/epan/dissectors/asn1/p772/MMSPerRecipientSpecifierExtensions.asn @@ -0,0 +1,34 @@ +MMSPerRecipientSpecifierExtensions {iso(1) identified-organization(3) + nato(26) stanags(0) mmhs(4406) object-identifiers(0) module(0) + per-recipient-specifier-extensions(11)} DEFINITIONS IMPLICIT TAGS ::= +BEGIN + +-- Prologue +-- Exports Everything +IMPORTS + -- IPMS information objects + IPMS-EXTENSION + --= + FROM IPMSInformationObjects {joint-iso-ccitt mhs-motis(6) ipms(1) + modules(0) information-objects(2)} + -- MMS object identifiers + id-nato-mmhs-mm-acp127-notification-request + --= + FROM MMSObjectIdentifiers {iso(1) identified-organization(3) nato(26) + stanags(0) mmhs(4406) object-identifiers(0)}; + +-- ACP127 notification request +-- The following definitions are made in order to support +-- informing the originator of a message that the subject message +-- has reached a gateway to an ACP 127 domain. +--acp127-notification-request IPMS-EXTENSION ::= { +-- VALUE Acp127NotificationType +-- IDENTIFIED BY id-nato-mmhs-mm-acp127-notification-request} + +Acp127NotificationType ::= BIT STRING { + acp127-nn(0), -- negative notification + acp127-pn(1), -- positive notification + acp127-tn(2)} -- transfer notification + +END -- of MMS per recipient pecifier extensions + |