MSWSP: add parse_CNatLanguageRestriction()
[wireshark-wip.git] / asn1 / isdn-sup / MCID-Operations.asn
blob00715f6eeae020c70dcbf6631636cd77a9b530a4
1 --
2 -- $Id$
3 --
4 -- EN 300 130-1 Ver. 1.2.4
5 --
7 MCID-Operations {ccitt identified-organization etsi (0) 130 operations-and-errors (1)}
9 DEFINITIONS ::=
10 BEGIN
12 EXPORTS                         MCIDRequest;
15 IMPORTS                         
16                     --OPERATION
17                                         --FROM Remote-Operation-Notation 
18                                         --      {joint-iso-ccitt remote-operations(4) notation (0)}
19                                         notAvailable,
20                                         notSubscribed,
21                                         invalidCallState,
22                                         notIncomingCall,
23                                         supplementaryServiceInteractionNotAllowed
24                                         FROM General-Errors
25                                                 {ccitt identified-organization etsi (0) 196 general errors};
29         mCIDRequest OPERATION ::= {
30            RETURN RESULT     FALSE 
31        ERRORS {
32             notAvailable |
33             invalidCallState |
34             notIncomingCall |
35             supplementaryServiceInteractionNotAllowed}
36            CODE        local:  3} 
38 -- mCIDRequest MCIDRequest ::= 3
40 END -- of MCID-Operations