sec_vt_header: dissect cont_id + opnum
[wireshark-wip.git] / asn1 / isdn-sup / Three-Party-Operations.asn
blobbe55704a285570b1af64407e9aebe87fda59e77b
1 --
2 -- $Id$
3 --
4 -- EN 300 188-1 V1.2.4 (1998-06)
5 --
6 Three-Party-Operations {ccitt identified-organization etsi (0) 188 operations-and-types (1)}
8 DEFINITIONS EXPLICIT TAGS ::=
10 BEGIN
12 EXPORTS
13   begin3PTY,
14   end3PTY;
15   
16 IMPORTS
17     OPERATION
18   FROM Remote-Operations-Information-Objects
19   {joint-iso-itu-t remote-operations (4) notation (0)}
22     notSubscribed,
23     notAvailable,
24     invalidCallState,
25     resourceUnavailable,
26     supplementaryServiceInteractionNotAllowed
27   FROM General-Errors
28   {itu-t identified-organization etsi (0) 196 general-errors (2)};
29   
30   begin3PTY OPERATION ::=
31     {
32       ERRORS {
33         notSubscribed |
34         notAvailable |
35         invalidCallState |
36         resourceUnavailable |
37         supplementaryServiceInteractionNotAllowed }
38         -- ETS 300 188, aug 1993 does not provide procedures for the generation
39         -- of the error 'notAvailable'
40         
41       CODE local:4          
42     }
43     
45   end3PTY OPERATION ::=
46     {
47       ERRORS {
48         invalidCallState }
49         
50       CODE local:5  
51     }
55 END