aboutsummaryrefslogtreecommitdiffstats
path: root/asn1/cmip/CMIP-A-ASSOCIATE-Information.asn
diff options
context:
space:
mode:
authorAnders Broman <anders.broman@ericsson.com>2007-06-11 22:17:28 +0000
committerAnders Broman <anders.broman@ericsson.com>2007-06-11 22:17:28 +0000
commitf0a231a2f47e0600285cc7b51bf8c46ed534155e (patch)
tree22c914c18a23724402206e64785ae7c0e4dbed40 /asn1/cmip/CMIP-A-ASSOCIATE-Information.asn
parent9bf0729452295628d8518b560eff0bb26152e32d (diff)
Add some more asn1 modules.
svn path=/trunk/; revision=22077
Diffstat (limited to 'asn1/cmip/CMIP-A-ASSOCIATE-Information.asn')
-rw-r--r--asn1/cmip/CMIP-A-ASSOCIATE-Information.asn24
1 files changed, 24 insertions, 0 deletions
diff --git a/asn1/cmip/CMIP-A-ASSOCIATE-Information.asn b/asn1/cmip/CMIP-A-ASSOCIATE-Information.asn
new file mode 100644
index 0000000000..0516dd5e8f
--- /dev/null
+++ b/asn1/cmip/CMIP-A-ASSOCIATE-Information.asn
@@ -0,0 +1,24 @@
+-- Module CMIP-A-ASSOCIATE-Information (X.711:10/1997)
+CMIP-A-ASSOCIATE-Information {joint-iso-itu-t ms(9) cmip(1) modules(0)
+ aAssociateUserInfo(1)} DEFINITIONS ::=
+BEGIN
+
+FunctionalUnits ::= BIT STRING {
+ multipleObjectSelection(0), filter(1), multipleReply(2), extendedService(3),
+ cancelGet(4)}
+
+-- Functional unit i is supported if and only if bit i is one
+-- Information carried in user-information parameter of A-ASSOCIATE
+CMIPUserInfo ::= SEQUENCE {
+ protocolVersion [0] IMPLICIT ProtocolVersion DEFAULT {version1},
+ functionalUnits [1] IMPLICIT FunctionalUnits DEFAULT {},
+ accessControl [2] EXTERNAL OPTIONAL,
+ userInfo [3] EXTERNAL OPTIONAL
+}
+
+ProtocolVersion ::= BIT STRING {version1(0), version2(1)}
+
+END
+
+-- Generated by Asnp, the ASN.1 pretty-printer of France Telecom R&D
+