Revert "TODO epan/dissectors/asn1/kerberos/packet-kerberos-template.c new GSS flags"
[wireshark-sm.git] / epan / dissectors / asn1 / isdn-sup / Explicit-Call-Transfer-Operations-and-Errors.asn
blob3d054539a50c4cad01efdffb296e4dc8765913d1
1 --
2 -- EN 300 369-1 V1.2.4 (1998-10)
3 --
4 Explicit-Call-Transfer-Operations-and-Errors {ccitt identified-organization etsi(0) 369
5 version(2) operations-and-errors(1)}
7 DEFINITIONS ::=
9  
10 BEGIN
13   EXPORTS
14       ectLinkIdRequest,
15       ectExecute,
16       requestSubaddress,
17       subaddressTransfer,
18       explicitEctExecute,
19       linkIdNotAssignedByNetwork,
20       ectLoopTest,
21       ectInform;
24   IMPORTS
25       OPERATION,
26       ERROR
27     FROM Remote-Operations-Information-Objects
28     {joint-iso-itu-t remote-operations (4) notation (0)} 
31       notAvailable,
32       notSubscribed,
33       resourceUnavailable,
34       supplementaryServiceInteractionNotAllowed,
35       invalidCallState
36     FROM General-Errors
37     {itu-t(0) identified-organization(4) etsi (0) 196 general-errors (2)}
40       PartySubaddress,
41       PresentedNumberUnscreened
42     FROM Addressing-Data-Elements
43     {itu-t(0) identified-organization(4) etsi (0) 196 addressing-data-elements (6)};
46   ectExecute OPERATION::=
47     {
48       ERRORS {
49         notAvailable |
50         notSubscribed |
51         invalidCallState |
52         supplementaryServiceInteractionNotAllowed }  
53         
54       CODE local:6        
55     }
57   ectInform OPERATION::=
58     {
59       ARGUMENT SEQUENCE {
60           en ENUMERATED {
61             alerting (0),
62             active   (1) },
63           redirectionNumber    PresentedNumberUnscreened OPTIONAL }   
64           
65       CODE global:{eCTOID ectInform-operation (5)}           
66     }
68   ectLinkIdRequest OPERATION::=
69     {  
70       RESULT EctLinkIdRequestRes
71       ERRORS {
72         resourceUnavailable }  
73         
74       CODE global:{eCTOID ectLinkIdRequest-operation (4)}      
75     }
77  EctLinkIdRequestRes ::= LinkId
79  ectLoopTest OPERATION::=
80     {
81       ARGUMENT
82           CallTransferIdentity
85       RESULT
86         LoopResult
89       ERRORS {
90         notAvailable }   
91         
92       CODE global:{eCTOID ectLoopTest-operation (6)}       
93     }
96   explicitEctExecute OPERATION::=
97     {  
98       ARGUMENT
99         LinkId        
100         
101       ERRORS {
102         notAvailable |
103         notSubscribed |
104         invalidCallState |
105         supplementaryServiceInteractionNotAllowed |    
106         linkIdNotAssignedByNetwork }
107         
108       CODE global:{eCTOID explicitEctExecute-operation (1)}          
109     }
112   requestSubaddress OPERATION::=
113     {
114       CODE global:{eCTOID requestSubAddress-operation (2)}
115     }      
118   subaddressTransfer OPERATION::=
119      {
120       ARGUMENT  PartySubaddress   
121       
122       CODE global:{eCTOID subaddressTransfer-operation (3)}     
123      }
125   CallTransferIdentity ::= INTEGER (-128..127) 
126   LinkId ::= INTEGER (-32768..32767)
128   LoopResult ::=
129       ENUMERATED {
130         insufficientInformation (0),
131         noLoopExists            (1),
132         simultaneousTransfer    (2) }
135   eCTOID OBJECT IDENTIFIER ::= {itu-t(0) identified-organization(4) etsi (0) 369
136                                 operation-and-errors (1)}
139   linkIdNotAssignedByNetwork ERROR ::= {CODE global:{eCTOID linkIdNotAssignedByNetwork-error (21)}}
142 --  ectExecute EctExecute ::= localValue 6
143         explicitEctExecute                      ExplicitEctExecute                      ::=     globalValue {eCTOID explicitEctExecute-operation(1)}
144         requestSubaddress                       RequestSubaddress                       ::=     globalValue {eCTOID requestSubaddress-operation (2)}
145         subaddressTransfer                      SubaddressTransfer                      ::=     globalValue {eCTOID subaddressTransfer-operation(3)}
146         ectLinkIdRequest                        EctLinkIdRequest                        ::=     globalValue {eCTOID ectLinkIdRequest-operation (4)}
147         ectInform                                       EctInform                                       ::= globalValue {eCTOID ectInform-operation (5)}
148         ectLoopTest                                     EctLoopTest                                     ::= globalValue {eCTOID ectLoopTest-operation (6)}
149         linkIdNotAssignedByNetwork      LinkIdNotAssignedByNetwork      ::= globalValue {eCTOID         linkIdNotAssignedByNetwork-error(21)}
150 END --Explicit-Call-Transfer-Operations-And-Errors