aboutsummaryrefslogtreecommitdiffstats
path: root/asn1/s4406/MMSPerRecipientSpecifierExtensions.asn
diff options
context:
space:
mode:
authorStig Bjørlykke <stig@bjorlykke.org>2010-01-09 20:52:47 +0000
committerStig Bjørlykke <stig@bjorlykke.org>2010-01-09 20:52:47 +0000
commitd94b155f742ecaba59aaa0dd45407ceb273b0188 (patch)
tree64e54d1fd0342cfb21897338aa9178a66351931a /asn1/s4406/MMSPerRecipientSpecifierExtensions.asn
parentfc3f69f9c5e82957125f0476fe9e7b1fe8b2ebff (diff)
Update ASN.1 files.
Added decoding of ADatP3Data, CorrectionsData, ForwardedEncryptedData, ACP127Data and ACP127NotificationResponse. svn path=/trunk/; revision=31474
Diffstat (limited to 'asn1/s4406/MMSPerRecipientSpecifierExtensions.asn')
-rw-r--r--asn1/s4406/MMSPerRecipientSpecifierExtensions.asn35
1 files changed, 35 insertions, 0 deletions
diff --git a/asn1/s4406/MMSPerRecipientSpecifierExtensions.asn b/asn1/s4406/MMSPerRecipientSpecifierExtensions.asn
new file mode 100644
index 0000000000..cf5d3d3c9c
--- /dev/null
+++ b/asn1/s4406/MMSPerRecipientSpecifierExtensions.asn
@@ -0,0 +1,35 @@
+-- $Id$
+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
+