Fix crash caused by trying to apply a field of type BASE_CUSTOM as a column. Fixes...
[obnox/wireshark/wip.git] / asn1 / HI2Operations / TS101909201.asn
1 -- $Id$
2 TS101909201 {itu-t (0) identified-organization (4) etsi (0) ts101909 (1909) part20 (20) subpart1(1) interceptVersion (0)}
3
4 DEFINITIONS AUTOMATIC TAGS ::=
5
6 BEGIN
7
8 IMPORTS
9
10 CdcPdu FROM
11         PCESP {iso(1) identified-organization(3) dod(6) internet(1) private(4)
12         enterprise(1) cable-Television-Laboratories-Inc(4491) clabProject(2)
13         clabProjPacketCable(2) pktcLawfulIntercept(5) pcesp(1) version-4(4)};
14
15 TARGETACTIVITYMONITOR-1 ::= SEQUENCE
16 {
17         version                                 INTEGER DEFAULT 1, -- header, version -
18         lIInstanceid                    LIIDType, -- header, who -
19         timestamp                               UTCTime, -- header, when -
20         targetLocation                  LocationType, -- header, where -
21         direction                               DirectionType,
22         iRITransaction                  IRITransactionType DEFAULT iRIreport,
23         iRITransactionNumber    INTEGER,
24         userSignal                              UserSignalType, -- Either copy or interpreted signalling
25         cryptoCheckSum                  BIT STRING OPTIONAL
26 }
27
28 TTRAFFIC ::= SEQUENCE
29 {
30         version                                 INTEGER DEFAULT 1, -- header, version -
31         lIInstanceid                    LIIDType,
32         iRITransactionNumber    INTEGER,
33         trafficPacket                   BIT STRING,
34         cryptoChecksum                  BIT STRING OPTIONAL
35 }
36
37 CTTRAFFIC ::= SEQUENCE
38 {
39         version                                 INTEGER DEFAULT 1, -- header, version -
40         lIInstanceid                    LIIDType,
41         correspondentCount              INTEGER,
42         iRITransactionNumber    INTEGER,
43         trafficPacket                   BIT STRING,
44         cryptoChecksum                  BIT STRING OPTIONAL
45 }
46
47 DirectionType ::= ENUMERATED
48 {
49         toTarget,
50         fromTarget,
51         unknown
52 }
53
54 UserSignalType ::= CHOICE
55 {
56         copySignal                              BIT STRING,
57         interpretedSignal               INTEGER,
58         cdcPdu                                  CdcPdu
59 }
60
61 IRITransactionType ::= ENUMERATED
62 {
63         iRIbegin,
64         iRIcontinue,
65         iRIend,
66         iRIreport
67 }
68
69 LocationType ::= CHOICE
70 {
71         geodeticData                    BIT STRING,
72         nameAddress                             PrintableString (SIZE (1..100))
73 }
74
75 LIIDType ::= INTEGER (0..65535) -- 16 bit integer to identify interception
76
77 END