MSWSP: use GuidPropertySet_find_guid() in parse_CFullPropSpec()
[wireshark-wip.git] / asn1 / qsig / General-Error-List.asn
blob9eb1cb1f5a39365a295df67e1b02d34dc81125da
1 -- Module General-Error-List (Q.950:06/2000)
2 -- See also ITU-T Q.950 (06/2000)
3 -- See also the index of all ASN.1 assignments needed in this document
4 --
5 -- $Id$
6 --
8 General-Error-List {itu-t recommendation q 950 general-error-list(1)}
9 DEFINITIONS ::=
10 BEGIN
12 EXPORTS
13   userNotSubscribed, rejectedByNetwork, rejectedByUser, notAvailable,
14     insufficientInformation, invalidServedUserNr, invalidCallState,
15     basicServiceNotProvided, notIncomingCall,
16     supplementaryServiceInteractionNotAllowed, resourceUnavailable,
17     callFailure, proceduralError;
19 IMPORTS
20   ERROR
21     FROM Remote-Operations-Information-Objects {joint-iso-itu-t
22       remote-operations(4) informationObjects(5) version1(0)};
24 userNotSubscribed ERROR ::= {CODE  local:0
27 --      is an indication that the user has not subscribed to this service.
28 rejectedByNetwork ERROR ::= {CODE  local:1
31 --      is an indication that the requested service is rejected by the network.
32 rejectedByUser ERROR ::= {CODE  local:2
35 --      is an indication that the requested service is provided by the network but that the remote user has rejected this
36 --      service request.
37 notAvailable ERROR ::= {CODE  local:3
40 --      is an indication that the user has subscribed to this service but the requested service is not available combined
41 --      with the basic service or the other services (e.g. operation).
42 insufficientInformation ERROR ::= {CODE  local:5
45 --      is an indication that the content of operation argument is incomplete, or absent entirely.
46 invalidServedUserNr ERROR ::= {CODE  local:6
49 --      is an indication that the requested service cannot be performed because of the usage of an invalid served user
50 --      number.
51 invalidCallState ERROR ::= {CODE  local:7
54 --      is an indication that no match exists between the service request and the valid Basic, Call Control State; this
55 --      applies also to invalid auxiliary states or an invalid combination of Basic call states and auxiliary states.
56 basicServiceNotProvided ERROR ::= {CODE  local:8
59 --      is an indication that the service request is directed to a Basic Service which is not provided (e.g. this return
60 --      error value is used when a supplementary service is invoked with a SETUP message).
61 notIncomingCall ERROR ::= {CODE  local:9
64 --      is an indication that the service request has been invoked for an outgoing call, which is not permitted for that
65 --      service.
66 supplementaryServiceInteractionNotAllowed ERROR ::= {CODE  local:10
69 --      is an indication that the service request is not permitted in combination with either a further requested or active
70 --      supplementary service.
71 resourceUnavailable ERROR ::= {CODE  local:11
74 --      is an indication that the service provider has temporarily no resource available for the provision of the
75 --      requested service.
76 callFailure ERROR ::= {CODE  local:25
79 --      is an indication that the requested supplementary service was not executable by virtue of a Basic Call Failure.
80 proceduralError ERROR ::= {CODE  local:43
83 --      is an indication that a transport message (e.g. SETUP, REGISTER etc.) is received which has one or more
84 --      operation PDUs which have a valid content but which are not specified as valid information content of the
85 --      transport message used.
86 END