MSWSP: use GuidPropertySet_find_guid() in parse_CFullPropSpec()
[wireshark-wip.git] / asn1 / camel / CAP-errortypes.asn
blobe48ff64d83833f9fe50da916dc551852baea11ee
1 -- $Id$
2 -- 3GPP TS 29.078 11.0.0 (2011-09)
3 -- 5.2  Error types
5 CAP-errortypes {itu-t(0) identified-organization(4) etsi(0) mobileDomain(0) umts-network(1) modules(3) cap-errortypes(51) version8(7)}
7 -- This module contains the type definitions for the CAP Error Types.
8 -- Where a parameter of type CHOICE is tagged with a specific tag value, the tag is automatically
9 -- replaced with an EXPLICIT tag of the same value.
11 DEFINITIONS IMPLICIT TAGS ::= BEGIN
13 IMPORTS
15         ros-InformationObjects,
16         datatypes,
17         errorcodes
18 FROM CAP-object-identifiers {itu-t(0) identified-organization(4) etsi(0) mobileDomain(0)
19 umts-network(1) modules(3) cap-object-identifiers(100) version8(7)}
21         ERROR
22 FROM Remote-Operations-Information-Objects ros-InformationObjects
24         InvokeID,
25         UnavailableNetworkResource
26 FROM CAP-datatypes datatypes
28         errcode-canceled,
29         errcode-cancelFailed,
30         errcode-eTCFailed,
31         errcode-improperCallerResponse,
32         errcode-missingCustomerRecord,
33         errcode-missingParameter,
34         errcode-parameterOutOfRange,
35         errcode-requestedInfoError,
36         errcode-systemFailure,
37         errcode-taskRefused,
38         errcode-unavailableResource,
39         errcode-unexpectedComponentSequence,
40         errcode-unexpectedDataValue,
41         errcode-unexpectedParameter,
42         errcode-unknownLegID,
43         errcode-unknownCSID,
44         errcode-unknownPDPID
45 FROM CAP-errorcodes errorcodes
49 -- TYPE DEFINITION FOR CAP ERROR TYPES FOLLOWS
51 canceled ERROR ::= {
52         CODE    errcode-canceled
53         }
54 -- The operation has been canceled.
56 cancelFailed ERROR ::= {
57         PARAMETER       SEQUENCE {
58                 problem                                 [0] ENUMERATED {
59                         unknownOperation                (0),
60                         tooLate                                 (1),
61                         operationNotCancellable (2)
62                         },
63                 operation                               [1] InvokeID,
64                 ...
65                 }
66         CODE    errcode-cancelFailed
67         }
68 -- The operation failed to be canceled.
70 eTCFailed ERROR ::= {
71         CODE    errcode-eTCFailed
72         }
73 -- The establish temporary connection failed.
75 improperCallerResponse ERROR ::= {
76         CODE    errcode-improperCallerResponse
77         }
78 -- The caller response was not as expected.
80 missingCustomerRecord ERROR ::= {
81         CODE    errcode-missingCustomerRecord
82         }
83 -- The Service Logic Program could not be found in the gsmSCF.
85 missingParameter ERROR ::= {
86         CODE    errcode-missingParameter
87         }
88 -- An expected optional parameter was not received.
90 parameterOutOfRange ERROR ::= {
91         CODE    errcode-parameterOutOfRange
92         }
93 -- The parameter was not as expected (e.g. missing or out of range).
95 requestedInfoError ERROR ::= {
96         PARAMETER       ENUMERATED {
97                         unknownRequestedInfo            (1),
98                         requestedInfoNotAvailable       (2)
99                         }
100         CODE    errcode-requestedInfoError
101         }
102 -- The requested information cannot be found.
104 systemFailure ERROR ::= {
105         PARAMETER       UnavailableNetworkResource
106         CODE    errcode-systemFailure
107         }
108 -- The operation could not be completed due to a system failure at the serving physical entity.
110 taskRefused ERROR ::= {
111         PARAMETER       ENUMERATED {
112                         generic                                         (0),
113                         unobtainable                            (1),
114                         congestion                                      (2)
115                         }
116         CODE    errcode-taskRefused
117         }
118 -- An entity normally capable of the task requested cannot or chooses not to perform the task at
119 -- this time. This includes error situations like congestion and unobtainable address as used in
120 -- e.g. the connect operation.)
122 unavailableResource ERROR ::= {
123         CODE    errcode-unavailableResource
124         }
125 -- A requested resource is not available at the serving entity.
127 unexpectedComponentSequence ERROR ::= {
128         CODE    errcode-unexpectedComponentSequence
129         }
130 -- An incorrect sequence of Components was received (e.g. 'DisconnectForwardConnection'
131 -- followed by 'PlayAnnouncement').
133 unexpectedDataValue ERROR ::= {
134         CODE    errcode-unexpectedDataValue
135         }
136 -- The data value was not as expected (e.g. route number expected but billing number received)
138 unexpectedParameter ERROR ::= {
139         CODE    errcode-unexpectedParameter
140         }
141 -- A parameter received was not expected.
143 unknownLegID ERROR ::= {
144         CODE    errcode-unknownLegID
145         }
146 -- Leg not known to the gsmSSF.
148 unknownCSID ERROR ::= {
149         CODE    errcode-unknownCSID
150         }
151 -- Call Segment not known to the gsmSSF.
153 unknownPDPID ERROR ::= {
154         CODE    errcode-unknownPDPID
155         }
156 -- PDPID not known by the receiving entity.