1 -- H4501-Supplementary-ServiceAPDU-Structure.asn
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
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
17 FROM H323-MESSAGES -- see H.225.0 V2
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
30 NetworkFacilityExtension ::= SEQUENCE {
31 sourceEntity EntityType,
32 sourceEntityAddress AddressInformation OPTIONAL,
33 destinationEntity EntityType,
34 destinationEntityAddress AddressInformation OPTIONAL,
38 EntityType ::= CHOICE {endpoint NULL,
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.
54 ServiceApdus ::= CHOICE {
56 SEQUENCE SIZE (1..MAX) OF
57 ROS{{InvokeIdSet}, {OperationSet}, {OperationSet}},
58 -- see 8.3; other alternatives may be defined in future versions
62 InvokeIdSet INTEGER ::= {InvokeIDs, ...}
64 InvokeIDs ::= INTEGER(0..65535)
66 OperationSet OPERATION ::=
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