2 -- 3GPP TS 29.078 11.0.0 (2011-09)
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
15 ros-InformationObjects,
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)}
22 FROM Remote-Operations-Information-Objects ros-InformationObjects
25 UnavailableNetworkResource
26 FROM CAP-datatypes datatypes
31 errcode-improperCallerResponse,
32 errcode-missingCustomerRecord,
33 errcode-missingParameter,
34 errcode-parameterOutOfRange,
35 errcode-requestedInfoError,
36 errcode-systemFailure,
38 errcode-unavailableResource,
39 errcode-unexpectedComponentSequence,
40 errcode-unexpectedDataValue,
41 errcode-unexpectedParameter,
45 FROM CAP-errorcodes errorcodes
49 -- TYPE DEFINITION FOR CAP ERROR TYPES FOLLOWS
54 -- The operation has been canceled.
56 cancelFailed ERROR ::= {
58 problem [0] ENUMERATED {
61 operationNotCancellable (2)
63 operation [1] InvokeID,
66 CODE errcode-cancelFailed
68 -- The operation failed to be canceled.
71 CODE errcode-eTCFailed
73 -- The establish temporary connection failed.
75 improperCallerResponse ERROR ::= {
76 CODE errcode-improperCallerResponse
78 -- The caller response was not as expected.
80 missingCustomerRecord ERROR ::= {
81 CODE errcode-missingCustomerRecord
83 -- The Service Logic Program could not be found in the gsmSCF.
85 missingParameter ERROR ::= {
86 CODE errcode-missingParameter
88 -- An expected optional parameter was not received.
90 parameterOutOfRange ERROR ::= {
91 CODE errcode-parameterOutOfRange
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)
100 CODE errcode-requestedInfoError
102 -- The requested information cannot be found.
104 systemFailure ERROR ::= {
105 PARAMETER UnavailableNetworkResource
106 CODE errcode-systemFailure
108 -- The operation could not be completed due to a system failure at the serving physical entity.
110 taskRefused ERROR ::= {
111 PARAMETER ENUMERATED {
116 CODE errcode-taskRefused
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
125 -- A requested resource is not available at the serving entity.
127 unexpectedComponentSequence ERROR ::= {
128 CODE errcode-unexpectedComponentSequence
130 -- An incorrect sequence of Components was received (e.g. 'DisconnectForwardConnection'
131 -- followed by 'PlayAnnouncement').
133 unexpectedDataValue ERROR ::= {
134 CODE errcode-unexpectedDataValue
136 -- The data value was not as expected (e.g. route number expected but billing number received)
138 unexpectedParameter ERROR ::= {
139 CODE errcode-unexpectedParameter
141 -- A parameter received was not expected.
143 unknownLegID ERROR ::= {
144 CODE errcode-unknownLegID
146 -- Leg not known to the gsmSSF.
148 unknownCSID ERROR ::= {
149 CODE errcode-unknownCSID
151 -- Call Segment not known to the gsmSSF.
153 unknownPDPID ERROR ::= {
154 CODE errcode-unknownPDPID
156 -- PDPID not known by the receiving entity.