Remove Makefile.common files
[metze/wireshark/wip.git] / epan / dissectors / asn1 / h450 / Call-Waiting-Operations.asn
1 -- Call-Waiting-Operations.asn
2 --
3 -- Taken from ITU ASN.1 database
4 -- http://www.itu.int/ITU-T/asn1/database/itu-t/h/h450.6/1999/Call-Waiting-Operations.asn
5 --
6
7 -- Module Call-Waiting-Operations (H.450.6:05/1999)
8 Call-Waiting-Operations {itu-t recommendation h 450 6 version1(0)
9   call-waiting-operations(0)} DEFINITIONS AUTOMATIC TAGS ::=
10 BEGIN
11
12 IMPORTS
13   OPERATION, ERROR
14     FROM Remote-Operations-Information-Objects {joint-iso-itu-t
15       remote-operations(4) informationObjects(5) version1(0)}
16   EXTENSION, Extension{}
17     FROM Manufacturer-specific-service-extension-definition {itu-t
18       recommendation h 450 1 version1(0) msi-definition(18)}
19   MixedExtension
20     FROM Call-Hold-Operations {itu-t recommendation h 450 4 version1(0)
21       call-hold-operations(0)};
22
23 CallWaitingOperations OPERATION ::= {callWaiting}
24
25 callWaiting OPERATION ::=
26   { -- sent from served endpoint to the calling endpoint in ALERTING message
27   ARGUMENT         CallWaitingArg
28   OPTIONAL         TRUE
29   RETURN RESULT    FALSE
30   ALWAYS RESPONDS  FALSE
31   CODE             local:105
32 }
33
34 CallWaitingArg ::= SEQUENCE {
35   nbOfAddWaitingCalls  INTEGER(0..255) OPTIONAL,
36   -- indicates the number of waiting calls at the served user 
37   -- in addition to the call to which this operation applies.
38   extensionArg         SEQUENCE SIZE (0..255) OF MixedExtension OPTIONAL,
39   ...
40 }
41
42 END -- of Call-Waiting-Operations
43
44 -- Generated by Asnp, the ASN.1 pretty-printer of France Telecom R&D
45