1 -- http://www.itu.int/ITU-T/asn1/database/itu-t/h/h283/1999/LCT-PROTOCOL.asn
3 -- Module LCT-PROTOCOL (H.283:05/1999)
4 LCT-PROTOCOL {itu-t recommendation h 283 version(0) 1} DEFINITIONS AUTOMATIC
8 H221NonStandard ::= SEQUENCE {
9 t35CountryCode INTEGER(0..255), -- country, as per Recommendation T.35
10 t35Extension INTEGER(0..255), -- assigned nationally
11 manufacturerCode INTEGER(0..65535)
12 } -- assigned nationally
14 NonStandardIdentifier ::= CHOICE {
15 object OBJECT IDENTIFIER,
16 h221NonStandard H221NonStandard,
20 NonStandardParameter ::= SEQUENCE {
21 nonStandardIdentifier NonStandardIdentifier,
28 timestamp INTEGER(0..4294967295), -- milliseconds
29 seqNumber INTEGER(0..65535),
30 pduType CHOICE {ack NULL,
32 nonStandardParameters SEQUENCE OF NonStandardParameter OPTIONAL,
36 MTAddress ::= SEQUENCE {
37 mAddress INTEGER(0..65535),
38 tAddress INTEGER(0..65535)
41 RDCData ::= SEQUENCE {
43 dataType CHOICE {lctMessage LCTMessage,
44 rdcPDU OCTET STRING}, -- Common RDC PDU
48 LCTMessage ::= CHOICE {
49 lctRequest LCTRequest,
50 lctResponse LCTResponse,
51 lctIndication LCTIndication,
52 nonStandardMessage NonStandardMessage,
56 LCTRequest ::= CHOICE {announceReq NULL,
61 LCTResponse ::= CHOICE {
63 deviceListResp OCTET STRING, -- Common RDC
67 LCTIndication ::= CHOICE {deviceChange NULL,
71 NonStandardMessage ::= SEQUENCE {
72 nonStandardParameters SEQUENCE OF NonStandardParameter OPTIONAL,
78 -- Generated by Asnp, the ASN.1 pretty-printer of France Telecom R&D