Added handling of ISO FTAM unstructured binary, as this OID is used in
[obnox/wireshark/wip.git] / asn1 / q932 / Network-Facility-Extension.asn
1 -- Network-Facility-Extension.asn
2 --
3 -- Taken from ITU ASN.1 database
4 -- http://www.itu.int/ITU-T/asn1/database/itu-t/q/q932/1998-Amd1/Network-Facility-Extension.asn
5 --
6 -- $Id$
7 --
8
9 -- Module Network-Facility-Extension (Q.932:05/1998)
10 Network-Facility-Extension {iso(1) standard(0) pss1-generic-procedures(11582)
11   network-facility-extension(2)} DEFINITIONS ::=
12 BEGIN
13
14 EXPORTS NetworkFacilityExtension;
15
16 IMPORTS
17   PartyNumber
18     FROM Addressing-Data-Elements {itu-t recommendation q 932
19       addressing-data-elements(7)};
20
21 NetworkFacilityExtension ::= [10] IMPLICIT SEQUENCE {
22   sourceEntity              [0] IMPLICIT EntityType,
23   sourceEntityAddress       [1]  AddressInformation OPTIONAL,
24   destinationEntity         [2] IMPLICIT EntityType,
25   destinationEntityAddress  [3]  AddressInformation OPTIONAL
26 }
27
28 EntityType ::= ENUMERATED {endPINX(0), anyTypeOfPINX(1)}
29
30 AddressInformation ::= PartyNumber
31
32 END -- of Network Facility Extension
33
34 -- Generated by Asnp, the ASN.1 pretty-printer of France Telecom R&D
35