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