TODO netlogon_user_flags_ntlmv2_enabled
[wireshark-sm.git] / epan / dissectors / asn1 / HI2Operations / HI3CCLinkData.asn
blob2588543a060614dfa2fa83f80c2bab783a94acb8
1 HI3CCLinkData
2 {itu-t(0) identified-organization(4) etsi(0) securityDomain(2) lawfulIntercept(2) hi3(2) cclinkLI(4) version4(4)}
4 DEFINITIONS IMPLICIT TAGS ::=
6 BEGIN
8 IMPORTS
9         -- from clause D.5
10         LawfulInterceptionIdentifier,
11         CommunicationIdentifier,
12         CC-Link-Identifier
13                 FROM HI2Operations
14                 {itu-t(0) identified-organization(4) etsi(0) securityDomain(2) lawfulIntercept(2) hi2(1) version8(8)};
16 -- =============================
17 -- Object Identifier Definitions
18 -- =============================
20 -- LawfulIntercept DomainId
21 -- WS Allready in HI2... lawfulInterceptDomainId OBJECT IDENTIFIER ::= {itu-t(0) identified-organization(4) etsi(0) securityDomain(2) lawfulIntercept(2)}
23 -- hi3 Domain
24 hi3CCLinkId OBJECT IDENTIFIER ::= {lawfulInterceptDomainId hi3(2) ccLinkLI(4)}
25 hi3CCLinkIdOperationId OBJECT IDENTIFIER ::= {hi3CCLinkId version4(4)}
27 UUS1-Content    ::= SEQUENCE
29         domainID                                                        [0] OBJECT IDENTIFIER (hi3CCLinkIdOperationId) OPTIONAL,
30                 -- Once using FTP delivery mechanism
31         lawfullInterceptionIdentifier           [1] LawfulInterceptionIdentifier,
32         communicationIdentifier                         [2] CommunicationIdentifier,
33         cC-Link-Identifier                                      [3] CC-Link-Identifier OPTIONAL,
34         direction-Indication                            [4] Direction-Indication,
35         bearer-capability                                       [5] OCTET STRING (SIZE(1..12)) OPTIONAL,
36                 -- transport the Bearer capability information element (value part)
37                 -- Protocol: EN 300 403-1 [6]
38         service-Information                                     [7] Service-Information OPTIONAL,
39         ...
42 -- ==================
43 -- PARAMETERS FORMATS
44 -- ==================
46 Direction-Indication    ::= ENUMERATED
48         mono-mode(0),
49         cc-from-target(1),
50         cc-from-other-party(2),
51         ...,
52         direction-unknown(3)
55 Service-Information ::= SET
57         high-layer-capability   [0] OCTET STRING (SIZE(1)) OPTIONAL,
58                 -- HLC (octet 4 only)
59                 -- Protocol: EN 300 403-1 [6]
60         tMR                                     [1] OCTET STRING (SIZE(1)) OPTIONAL,
61                 -- Transmission Medium Requirement
62                 -- Protocol: ISUP EN 300 356 [5]
63         bearerServiceCode               [2] OCTET STRING (SIZE(1)) OPTIONAL,
64         teleServiceCode                 [3] OCTET STRING (SIZE(1)) OPTIONAL
65                 -- from MAP, TS GSM 09.02 [32], clause 14.7.9 and clause 14.7.10
68 END -- end of HI3CCLinkData