[Automatic update for 2016-03-13]
[metze/wireshark/wip.git] / epan / dissectors / asn1 / inap / IN-common-datatypes.asn
1 -- Module IN-common-datatypes (Q.1248.1:07/2001)
2 IN-common-datatypes {itu-t recommendation q 1248 modules(1)
3   in-common-datatypes(1) version1(0)} DEFINITIONS IMPLICIT TAGS ::=
4 BEGIN
5
6 IMPORTS
7   common-classes
8     FROM IN-object-identifiers {itu-t recommendation q 1248 modules(1)
9       in-object-identifiers(0) version1(0)}
10   EXTENSION, COMMON-BOUNDS, SupportedExtensions
11     FROM IN-common-classes common-classes;
12
13 CriticalityType ::= ENUMERATED {ignore(0), abort(1)}
14
15 Extensions{COMMON-BOUNDS:b1} ::=
16   SEQUENCE SIZE (1..b1.&numOfExtensions) OF ExtensionField
17
18 ExtensionField ::= SEQUENCE {
19   type         EXTENSION.&id({SupportedExtensions}),
20   -- shall identify the value of an EXTENSION type
21   criticality  CriticalityType DEFAULT ignore,
22   value        [1]  EXTENSION.&ExtensionType({SupportedExtensions}{@type})
23 }
24
25 --This parameter indicates an extension of an argument data type. Its content is network operator specific
26 Integer4 ::= INTEGER(0..2147483647)
27
28 InvokeID ::= INTEGER(-128..127)
29
30 UnavailableNetworkResource ::= ENUMERATED {
31   unavailableResources(0), componentFailure(1),
32   basicCallProcessingException(2), resourceStatusFailure(3), endUserFailure(4),
33   screening(5)}
34
35 -- Indicates the network resource that failed
36 -- Note that in IN CS4 the screening value can only be used by the SCF.
37 END
38
39 -- Generated by Asnp, the ASN.1 pretty-printer of France Telecom R&D
40