forked from jdegre/5GC_APIs
-
Notifications
You must be signed in to change notification settings - Fork 0
/
TS28536_CoslaNrm.yaml
254 lines (220 loc) · 7.66 KB
/
TS28536_CoslaNrm.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
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
openapi: 3.0.1
info:
title: coslaNrm
version: 17.3.0
description: >-
OAS 3.0.1 specification of the Cosla NRM
© 2020, 3GPP Organizational Partners (ARIB, ATIS, CCSA, ETSI, TSDSI, TTA, TTC).
All rights reserved.
externalDocs:
description: 3GPP TS 28.536 V17.3.0; Cosla NRM
url: http://www.3gpp.org/ftp/Specs/archive/28_series/28.536/
paths: {}
components:
schemas:
#------------ Type definitions ---------------------------------------------------
ControlLoopLifeCyclePhase:
type: string
enum:
- PREPARATION
- COMMISSIONING
- OPERATION
- DECOMMISSIONING
ObservationTime:
type: integer
AssuranceGoalStatusObserved:
type: string
enum:
- FULFILLED
- NOT_FULFILLED
AssuranceGoalStatusPredicted:
type: string
enum:
- FULFILLED
- NOT_FULFILLED
AssuranceTargetStatusObserved:
type: string
enum:
- FULFILLED
- NOT_FULFILLED
AssuranceTargetStatusPredicted:
type: string
enum:
- FULFILLED
- NOT_FULFILLED
AssuranceTargetName:
type: string
AssuranceTarget:
type: object
properties:
assuranceTargetName:
$ref: '#/components/schemas/AssuranceTargetName'
assuranceTargetValue:
type: string
AssuranceTargetList:
type: array
items:
$ref: '#/components/schemas/AssuranceTarget'
AssuranceGoalStatus:
type: object
properties:
assuranceGoalStatusId:
type: string
assuranceGoalId:
$ref: 'TS28623_ComDefs.yaml#/components/schemas/Dn'
assuranceGoalStatusObserved:
$ref: '#/components/schemas/AssuranceGoalStatusObserved'
assuranceGoalStatusPredicted:
$ref: '#/components/schemas/AssuranceGoalStatusPredicted'
assuranceGoalRef:
$ref: 'TS28623_ComDefs.yaml#/components/schemas/Dn'
AssuranceGoalStatusList:
type: array
items:
$ref: '#/components/schemas/AssuranceGoalStatus'
AssuranceTargetStatus:
type: object
properties:
assuranceTargetStatusId:
type: string
assuranceTargetName:
$ref: '#/components/schemas/AssuranceTargetName'
assuranceTargetStatusObserved:
$ref: '#/components/schemas/AssuranceTargetStatusObserved'
assuranceTargetStatusPredicted:
$ref: '#/components/schemas/AssuranceTargetStatusPredicted'
AssuranceTargetStatusList:
type: array
items:
$ref: '#/components/schemas/AssuranceTargetStatus'
AttributeNameList:
type: array
items:
type: string
ACCLDisallowedAttributes:
type: object
properties:
managedEntityIdentifier:
$ref: 'TS28623_ComDefs.yaml#/components/schemas/Dn'
attributeNameList:
$ref: '#/components/schemas/AttributeNameList'
AssuranceScope:
type: object
properties:
taiList:
$ref: 'TS28541_NrNrm.yaml#/components/schemas/TaiList'
#-------- Definition of concrete IOCs --------------------------------------------
MnS:
oneOf:
- type: object
properties:
SubNetwork:
$ref: '#/components/schemas/SubNetwork-Multiple'
- type: object
properties:
ManagedElement:
$ref: '#/components/schemas/ManagedElement-Multiple'
SubNetwork-Single:
allOf:
- $ref: 'TS28623_GenericNrm.yaml#/components/schemas/Top'
- type: object
properties:
attributes:
allOf:
- $ref: 'TS28623_GenericNrm.yaml#/components/schemas/SubNetwork-Attr'
- $ref: 'TS28623_GenericNrm.yaml#/components/schemas/SubNetwork-ncO'
- type: object
properties:
AssuranceClosedControlLoop:
$ref: '#/components/schemas/AssuranceClosedControlLoop-Multiple'
ManagedElement-Single:
allOf:
- $ref: 'TS28623_GenericNrm.yaml#/components/schemas/Top'
- type: object
properties:
attributes:
allOf:
- $ref: 'TS28623_GenericNrm.yaml#/components/schemas/ManagedElement-Attr'
- $ref: 'TS28623_GenericNrm.yaml#/components/schemas/ManagedElement-ncO'
- type: object
properties:
AssuranceClosedControlLoop:
$ref: '#/components/schemas/AssuranceClosedControlLoop-Multiple'
AssuranceClosedControlLoop-Single:
allOf:
- $ref: 'TS28623_GenericNrm.yaml#/components/schemas/Top'
- type: object
properties:
attributes:
type: object
properties:
operationalState:
$ref: 'TS28623_ComDefs.yaml#/components/schemas/OperationalState'
administrativeState:
$ref: 'TS28623_ComDefs.yaml#/components/schemas/AdministrativeState'
controlLoopLifeCyclePhase:
$ref: '#/components/schemas/ControlLoopLifeCyclePhase'
aCCLDisallowedList:
$ref: '#/components/schemas/ACCLDisallowedAttributes'
AssuranceGoal:
$ref: '#/components/schemas/AssuranceGoal-Multiple'
networkSliceRef:
$ref: 'TS28623_ComDefs.yaml#/components/schemas/Dn'
networkSliceSubnetRef:
$ref: 'TS28623_ComDefs.yaml#/components/schemas/Dn'
AssuranceGoal-Single:
allOf:
- $ref: 'TS28623_GenericNrm.yaml#/components/schemas/Top'
- type: object
properties:
attributes:
allOf:
- type: object
properties:
observationTime:
$ref: '#/components/schemas/ObservationTime'
assuranceTargetList:
$ref: '#/components/schemas/AssuranceTargetList'
assuranceScope:
$ref: '#/components/schemas/AssuranceScope'
serviceProfileId:
type: string
sliceProfileId:
type: string
AssuranceReport-Single:
allOf:
- $ref: 'TS28623_GenericNrm.yaml#/components/schemas/Top'
- type: object
properties:
attributes:
allOf:
- type: object
properties:
assuranceGoalStatusList:
$ref: '#/components/schemas/AssuranceGoalStatusList'
#-------- 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'
AssuranceClosedControlLoop-Multiple:
type: array
items:
$ref: '#/components/schemas/AssuranceClosedControlLoop-Single'
AssuranceGoal-Multiple:
type: array
items:
$ref: '#/components/schemas/AssuranceGoal-Single'
#------------ Definitions in TS 28.536 for TS 28.623 -----------------------------
resources-coslaNrm:
oneOf:
- $ref: '#/components/schemas/MnS'
- $ref: '#/components/schemas/AssuranceClosedControlLoop-Single'
- $ref: '#/components/schemas/AssuranceGoal-Single'
- $ref: '#/components/schemas/AssuranceReport-Single'
- $ref: '#/components/schemas/SubNetwork-Single'
- $ref: '#/components/schemas/ManagedElement-Single'