aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/asn1/isdn-sup/MCID-Operations.asn
blob: 2f8da479f3ba8452c85c10207dc41b3a2cfad4a3 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
--
-- EN 300 130-1 Ver. 1.2.4
--

MCID-Operations {ccitt identified-organization etsi (0) 130 operations-and-errors (1)}

DEFINITIONS ::=
BEGIN

EXPORTS				MCIDRequest;


IMPORTS				
                    --OPERATION
					--FROM Remote-Operation-Notation 
					--	{joint-iso-ccitt remote-operations(4) notation (0)}
					notAvailable,
					notSubscribed,
					invalidCallState,
					notIncomingCall,
					supplementaryServiceInteractionNotAllowed
					FROM General-Errors
						{ccitt identified-organization etsi (0) 196 general errors};



	mCIDRequest OPERATION ::= {
	   RETURN RESULT     FALSE 
       ERRORS {
            notAvailable |
            invalidCallState |
            notIncomingCall |
            supplementaryServiceInteractionNotAllowed}
	   CODE        local:  3} 

-- mCIDRequest MCIDRequest ::= 3

END -- of MCID-Operations