From Clemens Auer:
[obnox/wireshark/wip.git] / asn1 / h460 / CIRCUIT-STATUS-MAP.asn
1 -- CIRCUIT-STATUS-MAP.asn
2 --
3 -- Taken from ITU ASN.1 database
4 -- http://www.itu.int/ITU-T/asn1/database/itu-t/h/h460.3/2002/CIRCUIT-STATUS-MAP.asn
5 --
6 -- $Id$
7 --
8
9 -- Module CIRCUIT-STATUS-MAP (H.460.3:11/2002)
10 CIRCUIT-STATUS-MAP DEFINITIONS AUTOMATIC TAGS ::=
11 BEGIN
12
13 IMPORTS CircuitIdentifier
14           FROM H323-MESSAGES;
15
16 CircuitStatus ::= SEQUENCE -- root for Circuit Status Map ASN.1
17                    {
18   circuitStatusMap  SEQUENCE OF CircuitStatusMap OPTIONAL,
19   ...
20 }
21
22 CircuitStatusMap ::= SEQUENCE {
23   statusType     CircuitStatusType,
24   baseCircuitID  CircuitIdentifier,
25   range          INTEGER(0..4095),
26   status         OCTET STRING,
27   ...
28 }
29
30 CircuitStatusType ::= CHOICE {
31   serviceStatus  NULL, -- status: 0 = out-of-service, 1 = in-service
32   busyStatus     NULL, -- status: 0 = free, 1 = in-use
33   ...
34 }
35
36 END
37
38 -- Generated by Asnp, the ASN.1 pretty-printer of France Telecom R&D