Renamed x411 to p1, x420 to p22 and s4406 to p772 to be consistent
[obnox/wireshark/wip.git] / asn1 / p772 / MMSPerRecipientSpecifierExtensions.asn
1 -- $Id$
2 MMSPerRecipientSpecifierExtensions {iso(1) identified-organization(3) 
3   nato(26) stanags(0) mmhs(4406) object-identifiers(0) module(0)
4   per-recipient-specifier-extensions(11)} DEFINITIONS IMPLICIT TAGS ::=
5 BEGIN
6
7 -- Prologue
8 -- Exports Everything
9 IMPORTS
10   -- IPMS information objects
11   IPMS-EXTENSION
12     --=
13     FROM IPMSInformationObjects {joint-iso-ccitt mhs-motis(6) ipms(1)
14       modules(0) information-objects(2)}
15   -- MMS object identifiers
16   id-nato-mmhs-mm-acp127-notification-request
17     --=
18     FROM MMSObjectIdentifiers {iso(1) identified-organization(3) nato(26)
19       stanags(0) mmhs(4406) object-identifiers(0)};
20
21 -- ACP127 notification request
22 -- The following definitions are made in order to support
23 -- informing the originator of a message that the subject message
24 -- has reached a gateway to an ACP 127 domain.
25 --acp127-notification-request IPMS-EXTENSION ::= {
26 --  VALUE          Acp127NotificationType
27 --  IDENTIFIED BY  id-nato-mmhs-mm-acp127-notification-request}
28
29 Acp127NotificationType ::= BIT STRING {
30   acp127-nn(0), -- negative notification
31   acp127-pn(1), -- positive notification
32   acp127-tn(2)} -- transfer notification
33
34 END -- of MMS per recipient pecifier extensions
35