-
Notifications
You must be signed in to change notification settings - Fork 254
/
TS28623_ManagementDataCollectionNrm.yaml
84 lines (78 loc) · 2.5 KB
/
TS28623_ManagementDataCollectionNrm.yaml
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
openapi: 3.0.1
info:
title: Management Data Collection NRM
version: 18.6.0
description: >-
OAS 3.0.1 definition of the Management Data Collection NRM fragment
© 2024, 3GPP Organizational Partners (ARIB, ATIS, CCSA, ETSI, TSDSI, TTA, TTC).
All rights reserved.
externalDocs:
description: 3GPP TS 28.623; Generic NRM, Management Data Collection NRM
url: http://www.3gpp.org/ftp/Specs/archive/28_series/28.623/
paths: {}
components:
schemas:
#-------- Definition of types-----------------------------------------------------
ManagementData:
oneOf:
- type: array
items:
type: string
enum:
- COVERAGE
- CAPACITY
- ENERGY_EFFICIENCY
- MOBILITY
- ACCESSIBILITY
- type: array
items:
type: string
NodeFilter:
type: object
properties:
areaOfInterest:
$ref: 'TS28623_ComDefs.yaml#/components/schemas/AreaOfInterest'
networkDomain:
type: string
enum:
- CN
- RAN
cpUpType:
type: string
enum:
- CP
- UP
sst:
type: integer
#-------- Definition of concrete IOCs --------------------------------------------
ManagementDataCollection-Single:
allOf:
- $ref: 'TS28623_GenericNrm.yaml#/components/schemas/Top'
- type: object
properties:
attributes:
type: object
properties:
managementData:
$ref: '#/components/schemas/ManagementData'
targetNodeFilter:
$ref: '#/components/schemas/NodeFilter'
collectionTimeWindow:
$ref: 'TS28623_ComDefs.yaml#/components/schemas/TimeWindow'
reportingCtrl:
$ref: 'TS28623_GenericNrm.yaml#/components/schemas/ReportingCtrl'
dataScope:
type: string
enum:
- SNSSAI
- 5QI
- PLMN
#-------- Definition of YAML arrays for name-contained IOCs ----------------------
ManagementDataCollection-Multiple:
type: array
items:
$ref: '#/components/schemas/ManagementDataCollection-Single'
#-------- Definitions in TS 28.623 for TS 28.532 ---------------------------------
resources-mgmtDataCollectionNrm:
oneOf:
- $ref: '#/components/schemas/ManagementDataCollection-Single'