Newer
Older
<?xml version="1.0" encoding="utf-8" ?>
<Dictionaries xmlns="http://uri.etsi.org/03280/common/2019/10/Dictionaries">
<Dictionary>
<Owner>ETSI</Owner>
<Name>ObjectType</Name>
<DictionaryEntries>
<DictionaryEntry>
<Value>Authorisation</Value>
<Meaning>An Authorisation Object as defined in section 7.2</Meaning>
</DictionaryEntry>
<DictionaryEntry>
<Value>Document</Value>
<Meaning>A Document Object as defined in section 7.3</Meaning>
</DictionaryEntry>
<DictionaryEntry>
<Value>Notification</Value>
<Meaning>A Notification Object as defined in section 7.4</Meaning>
</DictionaryEntry>
<DictionaryEntry>
<Value>Task</Value>
<Meaning>An LI Task Object as defined in section 8.2</Meaning>
</DictionaryEntry>
<DictionaryEntry>
<Value>LDTask</Value>
<Meaning>An LD Task Object as defined in section 8.3</Meaning>
</DictionaryEntry>
<DictionaryEntry>
<Value>Delivery</Value>
<Meaning>A Delivery Object as defined in section 10</Meaning>
</DictionaryEntry>
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
</DictionaryEntries>
</Dictionary>
<Dictionary>
<Owner>ETSI</Owner>
<Name>AuthorisationLegalType</Name>
<DictionaryEntries>
<DictionaryEntry>
<Value>Manual</Value>
<Meaning>The implementation should consult the AuthorisationManualInformation field for details on the type of legal Authorisation</Meaning>
</DictionaryEntry>
</DictionaryEntries>
</Dictionary>
<Dictionary>
<Owner>ETSI</Owner>
<Name>AuthorisationPriority</Name>
<DictionaryEntries>
<DictionaryEntry>
<Value>High</Value>
<Meaning>An Authorisation has high priority</Meaning>
</DictionaryEntry>
<DictionaryEntry>
<Value>Routine</Value>
<Meaning>The Authorisation has a routine priority</Meaning>
</DictionaryEntry>
</DictionaryEntries>
</Dictionary>
<Dictionary>
<Owner>ETSI</Owner>
<Name>AuthorisationStatus</Name>
<DictionaryEntries>
<DictionaryEntry>
<Value>AwaitingApproval</Value>
<Meaning>Authorisation is still waiting approval from one or more relevant authorities</Meaning>
</DictionaryEntry>
<DictionaryEntry>
<Value>EmergencyApproval</Value>
<Meaning>The Authorisation has been approved under emergency procedures</Meaning>
</DictionaryEntry>
<DictionaryEntry>
<Value>Approved</Value>
<Meaning>The Authorisation has been approved by the relevant authorities</Meaning>
</DictionaryEntry>
<DictionaryEntry>
<Value>Rejected</Value>
<Meaning>The Authorisation has been explicitly denied or rejected by one or more relevant authorities</Meaning>
</DictionaryEntry>
<DictionaryEntry>
<Value>Suspended</Value>
<Meaning>The Authorisation has been suspended temporarily</Meaning>
</DictionaryEntry>
<DictionaryEntry>
<Value>Cancelled</Value>
<Meaning>The Authorisation has been permanently cancelled</Meaning>
</DictionaryEntry>
<DictionaryEntry>
<Value>Expired</Value>
<Meaning>The expiry date for this Authorisation has passed, meaning that the Authorisation has lapsed.</Meaning>
</DictionaryEntry>
<DictionaryEntry>
<Value>Invalid</Value>
<Meaning>The Authorisation is not active due to a problem with the current information populated in the Authorisation Object.</Meaning>
</DictionaryEntry>
</DictionaryEntries>
</Dictionary>
<Dictionary>
<Owner>ETSI</Owner>
<Name>AuthorisationDesiredStatus</Name>
<DictionaryEntries>
<DictionaryEntry>
<Value>AwaitingApproval</Value>
<Meaning>Authorisation is still waiting approval from one or more relevant authorities</Meaning>
</DictionaryEntry>
<DictionaryEntry>
<Value>EmergencyApproval</Value>
<Meaning>The Authorisation has been approved under emergency procedures</Meaning>
</DictionaryEntry>
<DictionaryEntry>
<Value>Approved</Value>
<Meaning>The Authorisation has been approved by the relevant authorities</Meaning>
</DictionaryEntry>
<DictionaryEntry>
<Value>Rejected</Value>
<Meaning>The Authorisation has been explicitly denied or rejected by one or more relevant authorities</Meaning>
</DictionaryEntry>
<DictionaryEntry>
<Value>Suspended</Value>
<Meaning>The Authorisation has been suspended temporarily</Meaning>
</DictionaryEntry>
<DictionaryEntry>
<Value>Cancelled</Value>
<Meaning>The Authorisation has been permanently cancelled</Meaning>
</DictionaryEntry>
<DictionaryEntry>
<Value>Expired</Value>
<Meaning>The expiry date for this Authorisation has passed, meaning that the Authorisation has lapsed.</Meaning>
</DictionaryEntry>
</DictionaryEntries>
</Dictionary>
<Dictionary>
<Owner>ETSI</Owner>
<Name>AuthorisationFlag</Name>
<DictionaryEntries>
<DictionaryEntry>
<Value>IsEmergency</Value>
<Meaning>Indicates if the authorisation was issued under nationally-defined emergency procedures (e.g. orally). The circumstances and consequences for setting the field shall be defined by the relevant national profile</Meaning>
</DictionaryEntry>
<DictionaryEntry>
<Value>IsConsensual</Value>
<Meaning>Indicates that the current authorisation is for consensual interception. This may alter the process or documentation accompanying the authorisation</Meaning>
</DictionaryEntry>
<DictionaryEntry>
<Value>IsTest</Value>
<Meaning>Indicates that the current authorisation is given for test purposes. This may alter the process or documentation accompanying the authorisation</Meaning>
</DictionaryEntry>
</DictionaryEntries>
</Dictionary>
<Dictionary>
<Owner>ETSI</Owner>
<Name>DocumentStatus</Name>
<DictionaryEntries>
<DictionaryEntry>
<Value>AwaitingApproval</Value>
<Meaning>The Document is still waiting approval from one or more relevant authorities</Meaning>
</DictionaryEntry>
<DictionaryEntry>
<Value>Approved</Value>
<Meaning>The Document has been approved by the relevant authorities</Meaning>
</DictionaryEntry>
<DictionaryEntry>
<Value>Rejected</Value>
<Meaning>The Document has been explicitly denied or rejected by one or more relevant authorities</Meaning>
</DictionaryEntry>
<DictionaryEntry>
<Value>Suspended</Value>
<Meaning>The Document has been suspended temporarily</Meaning>
</DictionaryEntry>
<DictionaryEntry>
<Value>Cancelled</Value>
<Meaning>The Document has been permanently cancelled</Meaning>
</DictionaryEntry>
<DictionaryEntry>
<Value>Expired</Value>
<Meaning>The expiry date for this Document has passed.</Meaning>
</DictionaryEntry>
<DictionaryEntry>
<Value>Invalid</Value>
<Meaning>The Document is invalid due to a problem with the current information populated in the Document Object.</Meaning>
</DictionaryEntry>
</DictionaryEntries>
</Dictionary>
<Dictionary>
<Owner>ETSI</Owner>
<Name>DocumentDesiredStatus</Name>
<DictionaryEntries>
<DictionaryEntry>
<Value>AwaitingApproval</Value>
<Meaning>The Document is still waiting approval from one or more relevant authorities</Meaning>
</DictionaryEntry>
<DictionaryEntry>
<Value>Approved</Value>
<Meaning>The Document has been approved by the relevant authorities</Meaning>
</DictionaryEntry>
<DictionaryEntry>
<Value>Rejected</Value>
<Meaning>The Document has been explicitly denied or rejected by one or more relevant authorities</Meaning>
</DictionaryEntry>
<DictionaryEntry>
<Value>Suspended</Value>
<Meaning>The Document has been suspended temporarily</Meaning>
</DictionaryEntry>
<DictionaryEntry>
<Value>Cancelled</Value>
<Meaning>The Document has been permanently cancelled</Meaning>
</DictionaryEntry>
<DictionaryEntry>
<Value>Expired</Value>
<Meaning>The expiry date for this Document has passed.</Meaning>
</DictionaryEntry>
</DictionaryEntries>
</Dictionary>
<Dictionary>
<Owner>ETSI</Owner>
<Name>DocumentType</Name>
<DictionaryEntries>
<DictionaryEntry>
<Value>Warrant</Value>
<Meaning>This Document represents a legal Warrant</Meaning>
</DictionaryEntry>
</DictionaryEntries>
</Dictionary>
<Dictionary>
<Owner>ETSI</Owner>
<Name>NotificationType</Name>
<DictionaryEntries>
<DictionaryEntry>
<Value>General</Value>
<Meaning>A general notification that a change has occurred with the specified Objects</Meaning>
</DictionaryEntry>
</DictionaryEntries>
</Dictionary>
<Dictionary>
<Owner>ETSI</Owner>
<Name>TaskStatus</Name>
<DictionaryEntries>
<DictionaryEntry>
<Value>AwaitingApproval</Value>
<Meaning>The Task is still waiting approval from one or more relevant authorities</Meaning>
</DictionaryEntry>
<DictionaryEntry>
<Value>AwaitingProvisioning</Value>
<Meaning>The Task is approved, but is not yet provisioned in the LI system</Meaning>
</DictionaryEntry>
<DictionaryEntry>
<Value>Active</Value>
<Meaning>The Task is active and can produce LI traffic</Meaning>
</DictionaryEntry>
<DictionaryEntry>
<Value>Rejected</Value>
<Meaning>The Task has been explicitly denied or rejected by one or more relevant authorities</Meaning>
</DictionaryEntry>
<DictionaryEntry>
<Value>Suspended</Value>
<Meaning>The Task has been suspended temporarily</Meaning>
</DictionaryEntry>
<DictionaryEntry>
<Value>Cancelled</Value>
<Meaning>The Task has been permanently cancelled</Meaning>
</DictionaryEntry>
<DictionaryEntry>
<Value>Expired</Value>
<Meaning>The Task date for this Document has passed, meaning that the Task has lapsed</Meaning>
</DictionaryEntry>
<DictionaryEntry>
<Value>Error</Value>
<Meaning>The Task is not active due to a problem with the underlying LI system</Meaning>
</DictionaryEntry>
<DictionaryEntry>
<Value>Invalid</Value>
<Meaning>The Task is not active due to a problem with the current information populated in the Task Object</Meaning>
</DictionaryEntry>
</DictionaryEntries>
</Dictionary>
<Dictionary>
<Owner>ETSI</Owner>
<Name>TaskDesiredStatus</Name>
<DictionaryEntries>
<DictionaryEntry>
<Value>AwaitingApproval</Value>
<Meaning>The Task is still waiting approval from one or more relevant authorities</Meaning>
</DictionaryEntry>
<DictionaryEntry>
<Value>AwaitingProvisioning</Value>
<Meaning>The Task is approved, but is not yet provisioned in the LI system</Meaning>
</DictionaryEntry>
<DictionaryEntry>
<Value>Active</Value>
<Meaning>The Task is active and can produce LI traffic</Meaning>
</DictionaryEntry>
<DictionaryEntry>
<Value>Rejected</Value>
<Meaning>The Task has been explicitly denied or rejected by one or more relevant authorities</Meaning>
</DictionaryEntry>
<DictionaryEntry>
<Value>Suspended</Value>
<Meaning>The Task has been suspended temporarily</Meaning>
</DictionaryEntry>
<DictionaryEntry>
<Value>Cancelled</Value>
<Meaning>The Task has been permanently cancelled</Meaning>
</DictionaryEntry>
<DictionaryEntry>
<Value>Expired</Value>
<Meaning>The Task date for this Document has passed, meaning that the Task has lapsed</Meaning>
</DictionaryEntry>
</DictionaryEntries>
</Dictionary>
<Dictionary>
<Owner>ETSI</Owner>
<Name>TaskServiceType</Name>
<DictionaryEntries></DictionaryEntries>
</Dictionary>
<Dictionary>
<Owner>ETSI</Owner>
<Name>TaskDeliveryType</Name>
<DictionaryEntries>
<DictionaryEntry>
<Value>IRIOnly</Value>
<Meaning>Only IRI is delivered</Meaning>
</DictionaryEntry>
<DictionaryEntry>
<Value>CCOnly</Value>
<Meaning>Only CC is delivered</Meaning>
</DictionaryEntry>
<DictionaryEntry>
<Value>IRIandCC</Value>
<Meaning>Both IRI and CC is delivered</Meaning>
</DictionaryEntry>
</DictionaryEntries>
</Dictionary>
<Dictionary>
<Owner>ETSI</Owner>
<Name>HandoverFormat</Name>
<DictionaryEntries>
<DictionaryEntry>
<Value>TS102232-2</Value>
<Meaning>Handed over in TS 102 232 part 2 format</Meaning>
</DictionaryEntry>
<DictionaryEntry>
<Value>TS102232-3</Value>
<Meaning>Handed over in TS 102 232 part 3 format</Meaning>
</DictionaryEntry>
<DictionaryEntry>
<Value>TS102232-4</Value>
<Meaning>Handed over in TS 102 232 part 4 format</Meaning>
</DictionaryEntry>
<DictionaryEntry>
<Value>TS102232-5</Value>
<Meaning>Handed over in TS 102 232 part 5 format</Meaning>
</DictionaryEntry>
<DictionaryEntry>
<Value>TS102232-6</Value>
<Meaning>Handed over in TS 102 232 part 6 format</Meaning>
</DictionaryEntry>
<DictionaryEntry>
<Value>TS102232-7</Value>
<Meaning>Handed over in TS 102 232 part 7 format</Meaning>
</DictionaryEntry>
</DictionaryEntries>
</Dictionary>
<Dictionary>
<Owner>ETSI</Owner>
<Name>TaskFlag</Name>
<DictionaryEntries>
<DictionaryEntry>
<Value>IsTest</Value>
<Meaning>Indicates that the current Task is for test purposes. This may alter the process or documentation accompanying the authorisation</Meaning>
</DictionaryEntry>
<DictionaryEntry>
<Value>IsEmergency</Value>
<Meaning>Indicates if the LI Task was issued under nationally-defined emergency procedures. The circumstances and consequences for setting the field shall be defined by the relevant national profile (see clause B.1.3)</Meaning>
</DictionaryEntry>
<DictionaryEntry>
<Value>IsNonLocal</Value>
<Meaning>Indicates that the current Task shall be intercepted as a non-local identity.</Meaning>
</DictionaryEntry>
<DictionaryEntry>
<Value>IsLocal</Value>
<Meaning>Indicates that the current Task shall be intercepted as local identity. If both the IsNonLocal and IsLocal flag are absent, the Task shall be intercepted as a local identity unless otherwise agreed.</Meaning>
</DictionaryEntry>
</DictionaryEntries>
</Dictionary>
<Dictionary>
<Owner>ETSI</Owner>
<Name>LDHandoverFormat</Name>
<DictionaryEntries>
<DictionaryEntry>
<Value>TS102657</Value>
<Meaning>Handed over in ETSI TS 102 657 format, using HI-B</Meaning>
</DictionaryEntry>
<DictionaryEntry>
<Value>EncapsulatedTS102657</Value>
<Meaning>Handed over as ETSI TS 102 657 format using the DeliveryObject as described in clause 10</Meaning>
</DictionaryEntry>
<DictionaryEntry>
<Value>TS103120</Value>
<Meaning>Handed over using the DeliveryObject as described in clause 10</Meaning>
</DictionaryEntry>
<DictionaryEntry>
<Value>TS103707</Value>
<Meaning>Handed over as ETSI TS 103 707, using the DeliveryObject as described in clause 10</Meaning>
</DictionaryEntry>
</DictionaryEntries>
</Dictionary>
</Dictionaries>