Revert "TODO epan/dissectors/asn1/kerberos/packet-kerberos-template.c new GSS flags"
[wireshark-sm.git] / epan / dissectors / asn1 / isdn-sup / MCID-Operations.asn
blob2f8da479f3ba8452c85c10207dc41b3a2cfad4a3
1 --
2 -- EN 300 130-1 Ver. 1.2.4
3 --
5 MCID-Operations {ccitt identified-organization etsi (0) 130 operations-and-errors (1)}
7 DEFINITIONS ::=
8 BEGIN
10 EXPORTS                         MCIDRequest;
13 IMPORTS                         
14                     --OPERATION
15                                         --FROM Remote-Operation-Notation 
16                                         --      {joint-iso-ccitt remote-operations(4) notation (0)}
17                                         notAvailable,
18                                         notSubscribed,
19                                         invalidCallState,
20                                         notIncomingCall,
21                                         supplementaryServiceInteractionNotAllowed
22                                         FROM General-Errors
23                                                 {ccitt identified-organization etsi (0) 196 general errors};
27         mCIDRequest OPERATION ::= {
28            RETURN RESULT     FALSE 
29        ERRORS {
30             notAvailable |
31             invalidCallState |
32             notIncomingCall |
33             supplementaryServiceInteractionNotAllowed}
34            CODE        local:  3} 
36 -- mCIDRequest MCIDRequest ::= 3
38 END -- of MCID-Operations