MSWSP: use GuidPropertySet_find_guid() in parse_CFullPropSpec()
[wireshark-wip.git] / asn1 / h450 / H4501-Supplementary-ServiceAPDU-Structure.asn
blobad7284dca26105eca97c2606ad39c349b6aa434e
1 -- H4501-Supplementary-ServiceAPDU-Structure.asn
2 --
3 -- Taken from ITU ASN.1 database
4 -- http://www.itu.int/ITU-T/asn1/database/itu-t/h/h450.1/1998/H4501-Supplementary-ServiceAPDU-Structure.asn
5 --
6 -- $Id$
7 --
9 -- Module H4501-Supplementary-ServiceAPDU-Structure (H.450.1:02/1998)
10 H4501-Supplementary-ServiceAPDU-Structure {itu-t recommendation h 450 
11   1 version1(0) h4501-facility-information-structure(2)} DEFINITIONS AUTOMATIC
12 TAGS ::=
13 BEGIN
15 IMPORTS
16   AliasAddress
17     FROM H323-MESSAGES -- see H.225.0 V2
18       
19   OPERATION, ROS{}, InvokeId
20     FROM Remote-Operations-Apdus {itu-t recommendation h 450 1 version1(0)
21       remote-operations-apdus(11)};
23 H4501SupplementaryService ::= SEQUENCE {
24   networkFacilityExtension  NetworkFacilityExtension OPTIONAL, -- see 8.1
25   interpretationApdu        InterpretationApdu OPTIONAL, -- see 8.2
26   serviceApdu               ServiceApdus, -- H.450.x supplementary services
27   ...
30 NetworkFacilityExtension ::= SEQUENCE {
31   sourceEntity              EntityType,
32   sourceEntityAddress       AddressInformation OPTIONAL,
33   destinationEntity         EntityType,
34   destinationEntityAddress  AddressInformation OPTIONAL,
35   ...
38 EntityType ::= CHOICE {endpoint   NULL,
39                        anyEntity  NULL,
40                        ...
43 AddressInformation ::= AliasAddress
45 InterpretationApdu ::= CHOICE {
46   discardAnyUnrecognizedInvokePdu       NULL,
47   clearCallIfAnyInvokePduNotRecognized  NULL,
48   -- this value also applies to Call independent signalling connections 
49   rejectAnyUnrecognizedInvokePdu        NULL,
50   -- this coding is implied by the absence of an interpretation APDU.
51   ...
54 ServiceApdus ::= CHOICE {
55   rosApdus
56     SEQUENCE SIZE (1..MAX) OF
57       ROS{{InvokeIdSet}, {OperationSet}, {OperationSet}},
58   -- see 8.3; other alternatives may be defined in future versions
59   ...
62 InvokeIdSet INTEGER ::= {InvokeIDs, ...}
64 InvokeIDs ::= INTEGER(0..65535)
66 OperationSet OPERATION ::=
67   {...}
69 -- actual values are defined by individual supplementary service specifications 
70 -- (e.g. H.450.x or manufacturer specific)
71 END -- of H4501- Supplementary-ServiceAPDU-Structure 
73 -- Generated by Asnp, the ASN.1 pretty-printer of France Telecom R&D