Revert "TODO epan/dissectors/asn1/kerberos/packet-kerberos-template.c new GSS flags"
[wireshark-sm.git] / epan / dissectors / asn1 / isdn-sup / Three-Party-Operations.asn
blob5704d476fe5d37955a9c35a92a96bcfd739a7a84
1 --
2 -- EN 300 188-1 V1.2.4 (1998-06)
3 --
4 Three-Party-Operations {ccitt identified-organization etsi (0) 188 operations-and-types (1)}
6 DEFINITIONS EXPLICIT TAGS ::=
8 BEGIN
10 EXPORTS
11   begin3PTY,
12   end3PTY;
13   
14 IMPORTS
15     OPERATION
16   FROM Remote-Operations-Information-Objects
17   {joint-iso-itu-t remote-operations (4) notation (0)}
20     notSubscribed,
21     notAvailable,
22     invalidCallState,
23     resourceUnavailable,
24     supplementaryServiceInteractionNotAllowed
25   FROM General-Errors
26   {itu-t identified-organization etsi (0) 196 general-errors (2)};
27   
28   begin3PTY OPERATION ::=
29     {
30       ERRORS {
31         notSubscribed |
32         notAvailable |
33         invalidCallState |
34         resourceUnavailable |
35         supplementaryServiceInteractionNotAllowed }
36         -- ETS 300 188, aug 1993 does not provide procedures for the generation
37         -- of the error 'notAvailable'
38         
39       CODE local:4          
40     }
41     
43   end3PTY OPERATION ::=
44     {
45       ERRORS {
46         invalidCallState }
47         
48       CODE local:5  
49     }
53 END