summaryrefslogtreecommitdiffstats
path: root/epan/dissectors/asn1/kpm-v2/e2sm-kpm-v2.02.asn
blob: 5555ed7299d532cd0cf45ab725f8f0bc05151561 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
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
372
373
374
375
376
377
378
379
380
381
382
383
384
-- ASN1START
-- **************************************************************
-- E2SM-KPM Information Element Definitions
-- **************************************************************

E2SM-KPM-IEs {
iso(1) identified-organization(3) dod(6) internet(1) private(4) enterprise(1) oran(53148) e2(1) version2(2) e2sm(2) e2sm-KPMMON-IEs (2)}

DEFINITIONS AUTOMATIC TAGS ::=

BEGIN

-- **************************************************************
-- IEs
-- **************************************************************

IMPORTS
    CGI,
    FiveQI,
    PLMNIdentity,
    QCI,
    QosFlowIdentifier,
    RANfunction-Name,
    RIC-Format-Type,
    RIC-Style-Name,
    RIC-Style-Type,
    S-NSSAI,
    UEID
FROM E2SM-COMMON-IEs;

TimeStamp ::= OCTET STRING (SIZE(4))

GranularityPeriod ::= INTEGER (1.. 4294967295)

MeasurementType ::= CHOICE {
    measName MeasurementTypeName,
    measID MeasurementTypeID,
    ...
}

MeasurementTypeName ::= PrintableString(SIZE(1.. 150, ...))

MeasurementTypeID ::= INTEGER (1.. 65536, ...)

MeasurementLabel ::= SEQUENCE {
    noLabel ENUMERATED {true, ...} OPTIONAL,
    -- TODO: changed from PLMNIdentity and S-NSSAI
    plmnID PLMNIdentity OPTIONAL,
    sliceID S-NSSAI  OPTIONAL,
    fiveQI FiveQI OPTIONAL,
    qFI QosFlowIdentifier OPTIONAL,
    qCI QCI OPTIONAL,
    qCImax QCI OPTIONAL,
    qCImin QCI OPTIONAL,
    aRPmax INTEGER (1.. 15, ...) OPTIONAL,
    aRPmin INTEGER (1.. 15, ...) OPTIONAL,
    bitrateRange INTEGER (1.. 65535, ...) OPTIONAL,
    layerMU-MIMO INTEGER (1.. 65535, ...) OPTIONAL,
    sUM ENUMERATED {true, ...} OPTIONAL,
    distBinX INTEGER (1.. 65535, ...) OPTIONAL,
    distBinY INTEGER (1.. 65535, ...) OPTIONAL,
    distBinZ INTEGER (1.. 65535, ...) OPTIONAL,
    preLabelOverride ENUMERATED {true, ...} OPTIONAL,
    startEndInd ENUMERATED {start, end, ...} OPTIONAL,
    min ENUMERATED {true, ...} OPTIONAL,
    max ENUMERATED {true, ...} OPTIONAL,
    avg ENUMERATED {true, ...} OPTIONAL,
    ...
}

TestCondInfo ::= SEQUENCE{
    testType TestCond-Type,
    testExpr TestCond-Expression OPTIONAL,
    testValue TestCond-Value OPTIONAL,
    ...
}

TestCond-Type ::= CHOICE{
    gBR ENUMERATED {true, ...},
    aMBR ENUMERATED {true, ...},
    isStat ENUMERATED {true, ...},
    isCatM ENUMERATED {true, ...},
    rSRP ENUMERATED {true, ...},
    rSRQ ENUMERATED {true, ...},
    ...,
    ul-rSRP ENUMERATED {true, ...},
    cQI ENUMERATED {true, ...},
    fiveQI ENUMERATED {true, ...},
    qCI ENUMERATED {true, ...},
    sNSSAI ENUMERATED {true, ...}
}

TestCond-Expression ::= ENUMERATED {
    equal,
    greaterthan,
    lessthan,
    contains,
    present,
    ...
}

TestCond-Value ::= CHOICE{
    valueInt INTEGER,
    valueEnum INTEGER,
    valueBool BOOLEAN,
    valueBitS BIT STRING,
    valueOctS OCTET STRING,
    valuePrtS PrintableString,
    ...,
    valueReal REAL
}



-- **************************************************************
-- Lists
-- **************************************************************

maxnoofCells INTEGER ::= 16384
maxnoofRICStyles INTEGER ::= 63
maxnoofMeasurementInfo INTEGER ::= 65535
maxnoofLabelInfo INTEGER ::= 2147483647
maxnoofMeasurementRecord INTEGER ::= 65535
maxnoofMeasurementValue INTEGER ::= 2147483647
maxnoofConditionInfo INTEGER ::= 32768
maxnoofUEID INTEGER ::= 65535
maxnoofConditionInfoPerSub INTEGER ::= 32768
maxnoofUEIDPerSub INTEGER ::= 65535
maxnoofUEMeasReport INTEGER ::= 65535


MeasurementInfoList ::= SEQUENCE (SIZE(1..maxnoofMeasurementInfo)) OF MeasurementInfoItem

MeasurementInfoItem ::= SEQUENCE {
    measType MeasurementType,
    labelInfoList LabelInfoList,
    ...
}

LabelInfoList ::= SEQUENCE (SIZE(1..maxnoofLabelInfo)) OF LabelInfoItem

LabelInfoItem ::= SEQUENCE {
    measLabel MeasurementLabel,
    ...
}

MeasurementData ::= SEQUENCE (SIZE(1..maxnoofMeasurementRecord)) OF MeasurementDataItem

MeasurementDataItem ::= SEQUENCE {
    measRecord MeasurementRecord,
    incompleteFlag ENUMERATED {true, ...} OPTIONAL,
    ...
}

MeasurementRecord ::= SEQUENCE (SIZE(1..maxnoofMeasurementValue)) OF MeasurementRecordItem

MeasurementRecordItem ::= CHOICE {
    integer INTEGER (0.. 4294967295),
    real REAL,
    noValue NULL,
    ...
}

MeasurementInfo-Action-List ::= SEQUENCE (SIZE(1..maxnoofMeasurementInfo)) OF MeasurementInfo-Action-Item

MeasurementInfo-Action-Item ::= SEQUENCE {
    measName MeasurementTypeName,
    measID MeasurementTypeID OPTIONAL,
    ...
}

MeasurementCondList ::= SEQUENCE (SIZE(1..maxnoofMeasurementInfo)) OF MeasurementCondItem

MeasurementCondItem ::= SEQUENCE {
    measType MeasurementType,
    matchingCond MatchingCondList,
    ...
}

MeasurementCondUEidList ::= SEQUENCE (SIZE(1..maxnoofMeasurementInfo)) OF MeasurementCondUEidItem

MeasurementCondUEidItem ::= SEQUENCE {
    measType MeasurementType,
    matchingCond MatchingCondList,
    matchingUEidList MatchingUEidList OPTIONAL,
    ...
}

MatchingCondList ::= SEQUENCE (SIZE(1..maxnoofConditionInfo)) OF MatchingCondItem

MatchingCondItem ::= CHOICE{
    measLabel MeasurementLabel,
    testCondInfo TestCondInfo,
    ...
}

MatchingUEidList ::= SEQUENCE (SIZE(1..maxnoofUEID)) OF MatchingUEidItem

MatchingUEidItem ::= SEQUENCE{
    ueID UEID,
    ...
}

MatchingUeCondPerSubList ::= SEQUENCE (SIZE(1..maxnoofConditionInfoPerSub)) OF MatchingUeCondPerSubItem

MatchingUeCondPerSubItem ::= SEQUENCE{
    testCondInfo TestCondInfo,
    ...
}

MatchingUEidPerSubList ::= SEQUENCE (SIZE(2..maxnoofUEIDPerSub)) OF MatchingUEidPerSubItem

MatchingUEidPerSubItem ::= SEQUENCE{
    ueID UEID,
    ...
}

UEMeasurementReportList ::= SEQUENCE (SIZE(1..maxnoofUEMeasReport)) OF UEMeasurementReportItem

UEMeasurementReportItem ::= SEQUENCE{
    ueID UEID,
    measReport E2SM-KPM-IndicationMessage-Format1,
    ...
}



-- **************************************************************
-- E2SM-KPM Service Model IEs
-- **************************************************************

 -- **************************************************************
-- Event Trigger Definition OCTET STRING contents
-- **************************************************************

E2SM-KPM-EventTriggerDefinition ::= SEQUENCE{
    eventDefinition-formats CHOICE{
        eventDefinition-Format1 E2SM-KPM-EventTriggerDefinition-Format1,
        ...
    },
     ...
}

E2SM-KPM-EventTriggerDefinition-Format1 ::= SEQUENCE{
    reportingPeriod INTEGER (1.. 4294967295),
    ...
}

-- **************************************************************
-- Action Definition OCTET STRING contents
-- **************************************************************

E2SM-KPM-ActionDefinition ::= SEQUENCE{
    ric-Style-Type RIC-Style-Type,
    actionDefinition-formats CHOICE{
        actionDefinition-Format1 E2SM-KPM-ActionDefinition-Format1,
        actionDefinition-Format2 E2SM-KPM-ActionDefinition-Format2,
        actionDefinition-Format3 E2SM-KPM-ActionDefinition-Format3,
        ...,
        actionDefinition-Format4 E2SM-KPM-ActionDefinition-Format4,
        actionDefinition-Format5 E2SM-KPM-ActionDefinition-Format5
    },
    ...
}

E2SM-KPM-ActionDefinition-Format1 ::= SEQUENCE {
    measInfoList MeasurementInfoList,
    granulPeriod GranularityPeriod,
    cellGlobalID CGI OPTIONAL,
    ...
}

E2SM-KPM-ActionDefinition-Format2 ::= SEQUENCE {
    ueID UEID,
    subscriptInfo E2SM-KPM-ActionDefinition-Format1,
    ...
}

E2SM-KPM-ActionDefinition-Format3 ::= SEQUENCE {
    measCondList MeasurementCondList,
    granulPeriod GranularityPeriod,
    cellGlobalID CGI OPTIONAL,
    ...
}

E2SM-KPM-ActionDefinition-Format4 ::= SEQUENCE {
    matchingUeCondList MatchingUeCondPerSubList,
    subscriptionInfo E2SM-KPM-ActionDefinition-Format1,
    ...
}

E2SM-KPM-ActionDefinition-Format5 ::= SEQUENCE {
    matchingUEidList MatchingUEidPerSubList,
    subscriptionInfo E2SM-KPM-ActionDefinition-Format1,
    ...
}


-- **************************************************************
-- Indication Header OCTET STRING contents
-- **************************************************************

E2SM-KPM-IndicationHeader ::= SEQUENCE{
    indicationHeader-formats CHOICE{
        indicationHeader-Format1 E2SM-KPM-IndicationHeader-Format1,
        ...
    },
    ...
}

E2SM-KPM-IndicationHeader-Format1 ::= SEQUENCE{
    colletStartTime TimeStamp,
    fileFormatversion PrintableString (SIZE (0..15), ...) OPTIONAL,
    senderName PrintableString (SIZE (0..400), ...) OPTIONAL,
    senderType PrintableString (SIZE (0..8), ...) OPTIONAL,
    vendorName PrintableString (SIZE (0..32), ...) OPTIONAL,
    ...
}

-- **************************************************************
-- Indication Message OCTET STRING contents
-- **************************************************************

E2SM-KPM-IndicationMessage ::= SEQUENCE{
    indicationMessage-formats CHOICE{
        indicationMessage-Format1 E2SM-KPM-IndicationMessage-Format1,
        indicationMessage-Format2 E2SM-KPM-IndicationMessage-Format2,
        ...,
        indicationMessage-Format3 E2SM-KPM-IndicationMessage-Format3
    },
    ...
}

E2SM-KPM-IndicationMessage-Format1 ::= SEQUENCE {
    measData MeasurementData,
    measInfoList MeasurementInfoList OPTIONAL,
    granulPeriod GranularityPeriod OPTIONAL,
    ...
}

E2SM-KPM-IndicationMessage-Format2 ::= SEQUENCE {
    measData MeasurementData,
    measCondUEidList MeasurementCondUEidList,
    granulPeriod GranularityPeriod OPTIONAL,
    ...
}

E2SM-KPM-IndicationMessage-Format3 ::= SEQUENCE {
    ueMeasReportList UEMeasurementReportList,
    ...
}


-- ***************************************************************
-- RAN Function Definition OCTET STRING contents
-- ***************************************************************

E2SM-KPM-RANfunction-Description ::= SEQUENCE{
    ranFunction-Name RANfunction-Name,
    ric-EventTriggerStyle-List SEQUENCE (SIZE(1..maxnoofRICStyles)) OF RIC-EventTriggerStyle-Item OPTIONAL,
    ric-ReportStyle-List SEQUENCE (SIZE(1..maxnoofRICStyles)) OF RIC-ReportStyle-Item OPTIONAL,
   ...
}

RIC-EventTriggerStyle-Item ::= SEQUENCE{
    ric-EventTriggerStyle-Type RIC-Style-Type,
    ric-EventTriggerStyle-Name RIC-Style-Name,
    ric-EventTriggerFormat-Type RIC-Format-Type,
    ...
}

RIC-ReportStyle-Item ::= SEQUENCE{
    ric-ReportStyle-Type RIC-Style-Type,
    ric-ReportStyle-Name RIC-Style-Name,
    ric-ActionFormat-Type RIC-Format-Type,
    measInfo-Action-List MeasurementInfo-Action-List,
    ric-IndicationHeaderFormat-Type RIC-Format-Type,
    ric-IndicationMessageFormat-Type RIC-Format-Type,
    ...
}

END

-- ASN1STOP