Add some more asn1 modules.
[metze/wireshark/wip.git] / asn1 / cmip / CMIP-A-ABORT-Information.asn
1 -- Module CMIP-A-ABORT-Information (X.711:10/1997)
2 CMIP-A-ABORT-Information {joint-iso-itu-t ms(9) cmip(1) modules(0)
3   aAbortUserInfo(2)} DEFINITIONS ::=
4 BEGIN
5
6 --      Information carried in user-information parameter of A-ABORT
7 CMIPAbortInfo ::= SEQUENCE {
8   abortSource  [0] IMPLICIT CMIPAbortSource,
9   userInfo     [1]  EXTERNAL OPTIONAL
10 }
11
12 CMIPAbortSource ::= ENUMERATED {cmiseServiceUser(0), cmiseServiceProvider(1)}
13
14 END
15
16 -- Generated by Asnp, the ASN.1 pretty-printer of France Telecom R&D
17