Kerberos: add kerberos_inject_longterm_key() helper function
[wireshark-sm.git] / epan / dissectors / asn1 / HI2Operations / UmtsHI2Operations.asn
blobf8645c6e97d50e7fd4beaaec632057ead59d0019
1 --- WS Modified UmtsHI2Operations just containing the imported defines
2 ---
4 UmtsHI2Operations {itu-t(0) identified-organization(4) etsi(0) securityDomain(2) lawfulintercept(2)
5 threeGPP(4) hi2(1) r16 (16) version-1 (1)}
6 DEFINITIONS IMPLICIT TAGS ::=
7 BEGIN
8 IMPORTS
9  LawfulInterceptionIdentifier,
10  TimeStamp,
11  Network-Identifier,
12  National-Parameters,
13  National-HI2-ASN1parameters,
14  DataNodeAddress,
15  IPAddress,
16  IP-value,
17  X25Address
18  FROM HI2Operations
19  {itu-t(0) identified-organization(4) etsi(0) securityDomain(2)
20  lawfulIntercept(2) hi2(1) version18(18)}; -- Imported from TS 101 671 v3.14.1
22 CivicAddress ::= CHOICE {
23  detailedCivicAddress SET OF DetailedCivicAddress,
24  xmlCivicAddress XmlCivicAddress,
25  ...
27 XmlCivicAddress ::= UTF8String
28  -- Must conform to the February 2008 version of the XML format on the representation of
29  -- civic location described in IETF RFC 5139[72].
30 DetailedCivicAddress ::= SEQUENCE {
31  building [1] UTF8String OPTIONAL,
32  -- Building (structure), for example Hope Theatre
33  room [2] UTF8String OPTIONAL,
34  -- Unit (apartment, suite), for example 12a
35  placeType [3] UTF8String OPTIONAL,
36  -- Place-type, for example office
37  postalCommunityName [4] UTF8String OPTIONAL,
38  -- Postal Community Name, for example Leonia
39  additionalCode [5] UTF8String OPTIONAL,
40  -- Additional Code, for example 13203000003
41  seat [6] UTF8String OPTIONAL,
42  -- Seat, desk, or cubicle, workstation, for example WS 181
43  primaryRoad [7] UTF8String OPTIONAL,
44  -- RD is the primary road name, for example Broadway
45  primaryRoadDirection [8] UTF8String OPTIONAL,
46  -- PRD is the leading road direction, for example N or North
47  trailingStreetSuffix [9] UTF8String OPTIONAL,
48  -- POD or trailing street suffix, for example SW or South West
49  streetSuffix [10] UTF8String OPTIONAL,
50  -- Street suffix or type, for example Avenue or Platz or Road
51  houseNumber [11] UTF8String OPTIONAL,
52  -- House number, for example 123
53  houseNumberSuffix [12] UTF8String OPTIONAL,
54  -- House number suffix, for example A or Ter
55  landmarkAddress [13] UTF8String OPTIONAL,
56  -- Landmark or vanity address, for example Columbia University
57  additionalLocation [114] UTF8String OPTIONAL,
58  -- Additional location, for example South Wing
59  name [15] UTF8String OPTIONAL,
60  -- Residence and office occupant, for example Joe's Barbershop
61  floor [16] UTF8String OPTIONAL,
62  -- Floor, for example 4th floor
63  primaryStreet [17] UTF8String OPTIONAL,
64  -- Primary street name, for example Broadway
65  primaryStreetDirection [18] UTF8String OPTIONAL,
66  -- PSD is the leading street direction, for example N or North
67  roadSection [19] UTF8String OPTIONAL,
68  -- Road section, for example 14
69  roadBranch [20] UTF8String OPTIONAL,
70  -- Road branch, for example Lane 7
71  roadSubBranch [21] UTF8String OPTIONAL,
72  -- Road sub-branch, for example Alley 8
73  roadPreModifier [22] UTF8String OPTIONAL,
74  -- Road pre-modifier, for example Old
75  roadPostModifier [23] UTF8String OPTIONAL,
76  -- Road post-modifier, for example Extended
77  postalCode [24]UTF8String OPTIONAL,
78  -- Postal/zip code, for example 10027-1234
79  town [25] UTF8String OPTIONAL,
80  county [26] UTF8String OPTIONAL,
81  -- An administrative sub-section, often defined in ISO.3166-2[74] International
82  -- Organization for Standardization, "Codes for the representation of names of
83  -- countries and their subdivisions - Part 2: Country subdivision code"
84  country [27] UTF8String,
85  -- Defined in ISO.3166-1 [39] International Organization for Standardization, "Codes for
86  -- the representation of names of countries and their subdivisions - Part 1: Country
87  -- codes". Such definition is not optional in case of civic address. It is the
88  -- minimum information needed to qualify and describe a civic address, when a
89  -- regulation of a specific country requires such information
90  language [28] UTF8String,
91  -- Language defined in the IANA registry according to the assignments found
92  -- in the standard ISO 639 Part 1, "ISO 639-1:2002[75], Codes for the representation of
93  -- names of languages - Part 1: Alpha-2 code" or using assignments subsequently made
94  -- by the ISO 639 Part 1 maintenance agency
95  ...
98 -- LALS extended location parameters are mapped from the MLP pos element parameters
99 -- and attributes defined in [88]. For details see specific [88] clauses refered below.
100 ExtendedLocParameters ::= SEQUENCE
102  posMethod [0] PrintableString OPTIONAL, -- clause 5.3.93.1
103  mapData [1] -- clause 5.2.2.3
104  CHOICE {base64Map [0] PrintableString, -- clause 5.3.12
105  url [1] PrintableString -- clause 5.3.138
106  } OPTIONAL,
107  altitude [2]
108  SEQUENCE {alt PrintableString, -- clause 5.3.5
109  alt-uncertainty PrintableString OPTIONAL -- clause 5.3.7
110  } OPTIONAL,
111  speed [3] PrintableString OPTIONAL, -- clause 5.3.119
112  direction [4] PrintableString OPTIONAL, -- clause 5.3.26
113  level-conf [5] PrintableString OPTIONAL, -- clause 5.3.24
114  qOS-not-met [6] BOOLEAN OPTIONAL, -- clause 5.3.97
115  motionStateList [7] -- clause 5.2.2.3
116  SEQUENCE {primaryMotionState [0] PrintableString, -- clause 5.3.69
117  secondaryMotionState [1] SEQUENCE OF PrintableString OPTIONAL,
118  confidence [2] PrintableString -- clause 5.3.24
119  } OPTIONAL,
120  floor [8]
121  SEQUENCE {floor-number PrintableString, -- clause 5.3.39
122  floor-number-uncertainty PrintableString OPTIONAL
123  -- clause 5.3.40
124  } OPTIONAL,
125  additional-info [9] PrintableString OPTIONAL, -- clause 5.3.1
126 -- The following parameter contains a copy of the unparsed XML code of
127 -- MLP response message, i.e. the entire XML document containing
128 -- a <slia> (described in [88], clause 5.2.3.2.2) or
129 -- a <slirep> (described in [88], clause 5.2.3.2.3) MLP message.
130 -- This parameter is present when the LI-LCS client cannot fully map
131 -- the MLP response message into an ASN.1 Location object.
133  lALS-rawMLPPosData [10] UTF8String OPTIONAL,
134  ...
136 LocationErrorCode ::= INTEGER (1..699)
137 -- LALS location error codes are the OMA MLP result identifiers defined in [88], Clause 5.4
139 END -- OF UmtsHI2Operations