Witness: enum witness_notifyResponse_type
[wireshark-wip.git] / asn1 / isdn-sup / General-Errors.asn
blob3f32168e42fa3d0a6b5dd862614c581d4441107d
1 --
2 -- $Id$
3 --
4 -- EN 300 196-1 Ver. 1.3.2
5 --
7 General-Errors {itu-t identified-organization etsi(0) 196 general-errors(2)}
9 DEFINITIONS EXPLICIT TAGS ::=
11 BEGIN
13 EXPORTS                 notSubscribed, notAvailable, notImplemented, invalidServedUserNr,
14                         invalidCallState, basicServiceNotProvided, notIncomingCall,
15                         supplementaryServiceInteractionNotAllowed, resourceUnavailable;
17 IMPORTS                 ERROR
18                         FROM Remote-Operations-Information-Objects 
19     {joint-iso-itu-t (2) remote-operations (4) informationObjects(5) version1(0)};
21 notSubscribed  ERROR ::= { CODE  local: 0}
24         -- The requested service or function has not been subscribed for the basic service, and
25         -- optionally the served user's ISDN number, included in the activation invoke component.
26         -- Alternatively the basic service may not have been subscribed.
29 notAvailable  ERROR ::= { CODE  local: 3}
31         -- The requested supplementary service or function is not available for the basic service,
32         -- and optionally the served user's ISDN number (e.g. temporary fault).
34 notImplemented  ERROR ::= { CODE  local: 4}
36         -- The supplementary service or function requested is not implemented for the basic
37         -- service, and optionally the served user's ISDN number (e.g. service not provided).
39 invalidServedUserNr  ERROR ::= { CODE  local: 6}
41         -- The served user's number provided is not a valid number.
43 invalidCallState  ERROR ::= { CODE  local: 7}
45         -- The supplementary service or function cannot be requested in the current basic call state
46         -- or auxiliary state.
48 basicServiceNotProvided  ERROR ::= { CODE  local: 8}
50         -- The served user has not subscribed to the basic service (bearer and/or teleservice) for
51         -- which the supplementary service or function was requested.
53 notIncomingCall  ERROR ::= { CODE  local: 9}
55         -- The supplementary service or function was not requested for an incoming call.
57 supplementaryServiceInteractionNotAllowed  ERROR ::= { CODE  local: 10}
59         -- The performance of the requested supplementary service or function is prohibited
60         -- by another supplementary service or function.
62 resourceUnavailable  ERROR ::= { CODE  local: 11}
64         -- The resources required to perform adequately the requested supplementary service or
65         -- function are not available.
67 END -- of General-Errors