forked from jdegre/5GC_APIs
-
Notifications
You must be signed in to change notification settings - Fork 0
/
TS28104_MdaNrm.yaml
216 lines (187 loc) · 6.31 KB
/
TS28104_MdaNrm.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
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
openapi: 3.0.1
info:
title: MDA NRM
version: 17.0.0
description: >-
OAS 3.0.1 specification of the MDA NRM
© 2020, 3GPP Organizational Partners (ARIB, ATIS, CCSA, ETSI, TSDSI, TTA, TTC).
All rights reserved.
externalDocs:
description: 3GPP TS 28.104; MDA
url: http://www.3gpp.org/ftp/Specs/archive/28_series/28.104/
paths: {}
components:
schemas:
#-------- Definition of types-----------------------------------------------------
MDATypes:
type: array
items:
type: string
MDAOutputs:
type: array
items:
$ref: '#/components/schemas/MDAOutputPerMDAType'
MDAOutputPerMDAType:
type: object
properties:
mDAType:
type: string
mDAOutputIEFilters:
type: array
items:
$ref: '#/components/schemas/MDAOutputIEFilter'
MDAOutputIEFilter:
type: object
properties:
mDAOutputIEName:
type: string
filterValue:
type: string
threshold:
$ref: 'TS28623_GenericNrm.yaml#/components/schemas/ThresholdInfo'
analyticsPeriod:
type: array
items:
$ref: 'TS28623_ComDefs.yaml#/components/schemas/DateTime'
timeOut:
$ref: 'TS28623_ComDefs.yaml#/components/schemas/DateTime'
ReportingMethod:
type: string
enum:
- FILE
- STREAMING
- NOTIFICATION
ReportingTarget:
$ref: 'TS28623_ComDefs.yaml#/components/schemas/Uri'
AnalyticsScope:
oneOf:
- type: object
properties:
managedEntitiesScope:
$ref: 'TS28623_ComDefs.yaml#/components/schemas/DnList'
- type: object
properties:
areaScope:
$ref: '#/components/schemas/GeoAreaList'
GeoAreaList:
type: array
items:
$ref: '#/components/schemas/GeoArea'
GeoArea:
type: object
properties:
coordinates:
type: array
items:
$ref: '#/components/schemas/Coordinate'
altitude:
type: number
format: float
Coordinate:
type: object
properties:
latitude:
$ref: 'TS28623_ComDefs.yaml#/components/schemas/Latitude'
longitude:
$ref: 'TS28623_ComDefs.yaml#/components/schemas/Longitude'
#-------- Definition of abstract IOCs --------------------------------------------
#-------- Definition of concrete IOCs --------------------------------------------
SubNetwork-Single:
allOf:
- $ref: 'TS28623_GenericNrm.yaml#/components/schemas/Top'
- type: object
properties:
attributes:
$ref: 'TS28623_GenericNrm.yaml#/components/schemas/SubNetwork-Attr'
- $ref: 'TS28623_GenericNrm.yaml#/components/schemas/SubNetwork-ncO'
- type: object
properties:
SubNetwork:
$ref: '#/components/schemas/SubNetwork-Multiple'
ManagedElement:
$ref: '#/components/schemas/ManagedElement-Multiple'
MDAFunction:
$ref: '#/components/schemas/MDAFunction-Multiple'
MDAReport:
$ref: '#/components/schemas/MDAReport-Multiple'
ManagedElement-Single:
allOf:
- $ref: 'TS28623_GenericNrm.yaml#/components/schemas/Top'
- type: object
properties:
attributes:
$ref: 'TS28623_GenericNrm.yaml#/components/schemas/ManagedElement-Attr'
- $ref: 'TS28623_GenericNrm.yaml#/components/schemas/ManagedElement-ncO'
- type: object
properties:
MDAFunction:
$ref: '#/components/schemas/MDAFunction-Multiple'
MDAFunction-Single:
allOf:
- $ref: 'TS28623_GenericNrm.yaml#/components/schemas/Top'
- type: object
properties:
attributes:
allOf:
- $ref: 'TS28623_GenericNrm.yaml#/components/schemas/ManagedFunction-Attr'
- type: object
properties:
supportedMDACapabilities:
$ref: '#/components/schemas/MDATypes'
- $ref: 'TS28623_GenericNrm.yaml#/components/schemas/ManagedFunction-ncO'
- type: object
properties:
MDARequest:
$ref: '#/components/schemas/MDARequest-Multiple'
MDARequest-Single:
allOf:
- $ref: 'TS28623_GenericNrm.yaml#/components/schemas/Top'
- type: object
properties:
attributes:
allOf:
- type: object
properties:
requestedMDAOutputs:
$ref: '#/components/schemas/MDAOutputs'
reportingMethod:
$ref: '#/components/schemas/ReportingMethod'
reportingTarget:
$ref: '#/components/schemas/ReportingTarget'
analyticsScope:
$ref: '#/components/schemas/AnalyticsScope'
startTime:
$ref: 'TS28623_ComDefs.yaml#/components/schemas/DateTime'
stopTime:
$ref: 'TS28623_ComDefs.yaml#/components/schemas/DateTime'
MDAReport-Single:
$ref: 'TS28104_MdaReport.yaml#/components/schemas/MDAReport'
#-------- Definition of JSON arrays for name-contained IOCs ----------------------
SubNetwork-Multiple:
type: array
items:
$ref: '#/components/schemas/SubNetwork-Single'
ManagedElement-Multiple:
type: array
items:
$ref: '#/components/schemas/ManagedElement-Single'
MDAFunction-Multiple:
type: array
items:
$ref: '#/components/schemas/MDAFunction-Single'
MDARequest-Multiple:
type: array
items:
$ref: '#/components/schemas/MDARequest-Single'
MDAReport-Multiple:
type: array
items:
$ref: '#/components/schemas/MDAReport-Single'
#-------- Definitions in TS 28.104 for TS 28.532 ---------------------------------
resources-mdaNrm:
oneOf:
- $ref: '#/components/schemas/SubNetwork-Single'
- $ref: '#/components/schemas/ManagedElement-Single'
- $ref: '#/components/schemas/MDAFunction-Single'
- $ref: '#/components/schemas/MDARequest-Single'
- $ref: '#/components/schemas/MDAReport-Single'