aboutsummaryrefslogtreecommitdiffstats
path: root/asn1/isdn-sup/Three-Party-Operations.asn
blob: 5704d476fe5d37955a9c35a92a96bcfd739a7a84 (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
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
--
-- EN 300 188-1 V1.2.4 (1998-06)
--
Three-Party-Operations {ccitt identified-organization etsi (0) 188 operations-and-types (1)}

DEFINITIONS EXPLICIT TAGS ::=

BEGIN

EXPORTS
  begin3PTY,
  end3PTY;
  
IMPORTS
    OPERATION
  FROM Remote-Operations-Information-Objects
  {joint-iso-itu-t remote-operations (4) notation (0)}

 
    notSubscribed,
    notAvailable,
    invalidCallState,
    resourceUnavailable,
    supplementaryServiceInteractionNotAllowed
  FROM General-Errors
  {itu-t identified-organization etsi (0) 196 general-errors (2)};
  
  begin3PTY OPERATION ::=
    {
      ERRORS {
        notSubscribed |
        notAvailable |
        invalidCallState |
        resourceUnavailable |
        supplementaryServiceInteractionNotAllowed }
        -- ETS 300 188, aug 1993 does not provide procedures for the generation
        -- of the error 'notAvailable'
        
      CODE local:4          
    }
    
 
  end3PTY OPERATION ::=
    {
      ERRORS {
        invalidCallState }
        
      CODE local:5  
    }


 
END