[Automatic update for 2016-03-13]
[metze/wireshark/wip.git] / epan / dissectors / asn1 / qsig / General-Error-List.asn
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
6 General-Error-List {itu-t recommendation q 950 general-error-list(1)}
7 DEFINITIONS ::=
8 BEGIN
9
10 EXPORTS
11   userNotSubscribed, rejectedByNetwork, rejectedByUser, notAvailable,
12     insufficientInformation, invalidServedUserNr, invalidCallState,
13     basicServiceNotProvided, notIncomingCall,
14     supplementaryServiceInteractionNotAllowed, resourceUnavailable,
15     callFailure, proceduralError;
16
17 IMPORTS
18   ERROR
19     FROM Remote-Operations-Information-Objects {joint-iso-itu-t
20       remote-operations(4) informationObjects(5) version1(0)};
21
22 userNotSubscribed ERROR ::= {CODE  local:0
23 }
24
25 --      is an indication that the user has not subscribed to this service.
26 rejectedByNetwork ERROR ::= {CODE  local:1
27 }
28
29 --      is an indication that the requested service is rejected by the network.
30 rejectedByUser ERROR ::= {CODE  local:2
31 }
32
33 --      is an indication that the requested service is provided by the network but that the remote user has rejected this
34 --      service request.
35 notAvailable ERROR ::= {CODE  local:3
36 }
37
38 --      is an indication that the user has subscribed to this service but the requested service is not available combined
39 --      with the basic service or the other services (e.g. operation).
40 insufficientInformation ERROR ::= {CODE  local:5
41 }
42
43 --      is an indication that the content of operation argument is incomplete, or absent entirely.
44 invalidServedUserNr ERROR ::= {CODE  local:6
45 }
46
47 --      is an indication that the requested service cannot be performed because of the usage of an invalid served user
48 --      number.
49 invalidCallState ERROR ::= {CODE  local:7
50 }
51
52 --      is an indication that no match exists between the service request and the valid Basic, Call Control State; this
53 --      applies also to invalid auxiliary states or an invalid combination of Basic call states and auxiliary states.
54 basicServiceNotProvided ERROR ::= {CODE  local:8
55 }
56
57 --      is an indication that the service request is directed to a Basic Service which is not provided (e.g. this return
58 --      error value is used when a supplementary service is invoked with a SETUP message).
59 notIncomingCall ERROR ::= {CODE  local:9
60 }
61
62 --      is an indication that the service request has been invoked for an outgoing call, which is not permitted for that
63 --      service.
64 supplementaryServiceInteractionNotAllowed ERROR ::= {CODE  local:10
65 }
66
67 --      is an indication that the service request is not permitted in combination with either a further requested or active
68 --      supplementary service.
69 resourceUnavailable ERROR ::= {CODE  local:11
70 }
71
72 --      is an indication that the service provider has temporarily no resource available for the provision of the
73 --      requested service.
74 callFailure ERROR ::= {CODE  local:25
75 }
76
77 --      is an indication that the requested supplementary service was not executable by virtue of a Basic Call Failure.
78 proceduralError ERROR ::= {CODE  local:43
79 }
80
81 --      is an indication that a transport message (e.g. SETUP, REGISTER etc.) is received which has one or more
82 --      operation PDUs which have a valid content but which are not specified as valid information content of the
83 --      transport message used.
84 END