Loading OpenAPI/TS28623_ComDefs.yaml +3 −0 Original line number Diff line number Diff line Loading @@ -69,11 +69,13 @@ components: DnList: description: This datatype is used for writable attribute type: array uniqueItems: true items: $ref: '#/components/schemas/Dn' DnListRo: description: This datatype is used for readOnly attribute type: array uniqueItems: true items: $ref: '#/components/schemas/DnRo' Loading Loading @@ -170,6 +172,7 @@ components: $ref: '#/components/schemas/Float' ConvexGeoPolygon: type: array uniqueItems: true items: $ref: '#/components/schemas/GeoCoordinate' minItems: 3 Loading OpenAPI/TS28623_GenericNrm.yaml +25 −0 Original line number Diff line number Diff line Loading @@ -59,17 +59,20 @@ components: properties: performanceMetrics: type: array uniqueItems: true items: type: string readOnly: true granularityPeriods: type: array uniqueItems: true items: type: integer minimum: 1 readOnly: true reportingMethods: type: array uniqueItems: true items: type: string enum: Loading @@ -79,6 +82,7 @@ components: readOnly: true reportingPeriods: type: array uniqueItems: true items: type: integer minimum: 1 Loading Loading @@ -189,16 +193,19 @@ components: properties: timeIntervals: type: array uniqueItems: true items: $ref: 'TS28623_ComDefs.yaml#/components/schemas/TimeInterval' - type: object properties: timeIntervals: type: array uniqueItems: true items: $ref: 'TS28623_ComDefs.yaml#/components/schemas/TimeInterval' daysOfWeek: type: array uniqueItems: true items: type: string enum: Loading @@ -213,10 +220,12 @@ components: properties: timeIntervals: type: array uniqueItems: true items: $ref: 'TS28623_ComDefs.yaml#/components/schemas/TimeInterval' daysOfMonth: type: array uniqueItems: true items: type: integer minimum: 0 Loading @@ -228,12 +237,14 @@ components: $ref: 'TS28623_ComDefs.yaml#/components/schemas/PlmnId' cAGIdList: type: array uniqueItems: true items: type: string minItems: 1 maxItems: 256 nIDList: type: array uniqueItems: true items: $ref: 'TS28623_ComDefs.yaml#/components/schemas/Nid' minItems: 1 Loading Loading @@ -288,6 +299,7 @@ components: type: string setOfMcc: type: array uniqueItems: true items: $ref: 'TS28623_ComDefs.yaml#/components/schemas/Mcc' readOnly: true Loading @@ -296,10 +308,12 @@ components: readOnly: true supportedPerfMetricGroups: type: array uniqueItems: true items: $ref: '#/components/schemas/SupportedPerfMetricGroup' supportedTraceMetrics: type: array uniqueItems: true items: type: string ManagedElement-Attr: Loading @@ -309,6 +323,7 @@ components: type: string managedElementTypeList: type: array uniqueItems: true items: type: string userLabel: Loading @@ -329,10 +344,12 @@ components: type: integer supportedPerfMetricGroups: type: array uniqueItems: true items: $ref: '#/components/schemas/SupportedPerfMetricGroup' supportedTraceMetrics: type: array uniqueItems: true items: type: string readOnly: true Loading Loading @@ -384,20 +401,24 @@ components: type: string vnfParametersList: type: array uniqueItems: true items: $ref: '#/components/schemas/VnfParameter' peeParametersList: type: array uniqueItems: true items: $ref: '#/components/schemas/PeeParameter' priorityLabel: type: integer supportedPerfMetricGroups: type: array uniqueItems: true items: $ref: '#/components/schemas/SupportedPerfMetricGroup' supportedTraceMetrics: type: array uniqueItems: true items: type: string EP_RP-Attr: Loading @@ -410,6 +431,7 @@ components: readOnly: true supportedPerfMetricGroups: type: array uniqueItems: true items: $ref: '#/components/schemas/SupportedPerfMetricGroup' Loading Loading @@ -500,6 +522,7 @@ components: properties: schedulingTimes: type: array uniqueItems: true items: $ref: '#/components/schemas/SchedulingTime' minItems: 1 Loading Loading @@ -530,10 +553,12 @@ components: properties: notificationTypes: type: array uniqueItems: true items: $ref: 'TS28623_ComDefs.yaml#/components/schemas/NotificationType' notificationProtocols: type: array uniqueItems: true items: type: string enum: Loading OpenAPI/TS28623_MnSRegistryNrm.yaml +1 −0 Original line number Diff line number Diff line Loading @@ -61,6 +61,7 @@ components: contain the DN of the SubNetwork instead of the DNs of the individual managed entities within the SubNetwork. type: array uniqueItems: true items: $ref: 'TS28623_ComDefs.yaml#/components/schemas/DnRo' Loading OpenAPI/TS28623_PmControlNrm.yaml +1 −0 Original line number Diff line number Diff line Loading @@ -47,6 +47,7 @@ components: type: string performanceMetrics: type: array uniqueItems: true items: type: string granularityPeriod: Loading OpenAPI/TS28623_QoEMeasurementCollectionNrm.yaml +3 −0 Original line number Diff line number Diff line Loading @@ -45,6 +45,7 @@ components: - VR areaScope: type: array uniqueItems: true items: $ref: 'TS28623_GenericNrm.yaml#/components/schemas/AreaScope' qoECollectionEntityAddress: Loading @@ -59,6 +60,7 @@ components: type: string sliceScope: type: array uniqueItems: true items: $ref: 'TS28541_NrNrm.yaml#/components/schemas/Snssai' qMCConfigFile: Loading @@ -67,6 +69,7 @@ components: $ref: 'TS28623_TraceControlNrm.yaml#/components/schemas/traceReference-Type' availableRANqoEMetrics: type: array uniqueItems: true items: type: string enum: Loading Loading
OpenAPI/TS28623_ComDefs.yaml +3 −0 Original line number Diff line number Diff line Loading @@ -69,11 +69,13 @@ components: DnList: description: This datatype is used for writable attribute type: array uniqueItems: true items: $ref: '#/components/schemas/Dn' DnListRo: description: This datatype is used for readOnly attribute type: array uniqueItems: true items: $ref: '#/components/schemas/DnRo' Loading Loading @@ -170,6 +172,7 @@ components: $ref: '#/components/schemas/Float' ConvexGeoPolygon: type: array uniqueItems: true items: $ref: '#/components/schemas/GeoCoordinate' minItems: 3 Loading
OpenAPI/TS28623_GenericNrm.yaml +25 −0 Original line number Diff line number Diff line Loading @@ -59,17 +59,20 @@ components: properties: performanceMetrics: type: array uniqueItems: true items: type: string readOnly: true granularityPeriods: type: array uniqueItems: true items: type: integer minimum: 1 readOnly: true reportingMethods: type: array uniqueItems: true items: type: string enum: Loading @@ -79,6 +82,7 @@ components: readOnly: true reportingPeriods: type: array uniqueItems: true items: type: integer minimum: 1 Loading Loading @@ -189,16 +193,19 @@ components: properties: timeIntervals: type: array uniqueItems: true items: $ref: 'TS28623_ComDefs.yaml#/components/schemas/TimeInterval' - type: object properties: timeIntervals: type: array uniqueItems: true items: $ref: 'TS28623_ComDefs.yaml#/components/schemas/TimeInterval' daysOfWeek: type: array uniqueItems: true items: type: string enum: Loading @@ -213,10 +220,12 @@ components: properties: timeIntervals: type: array uniqueItems: true items: $ref: 'TS28623_ComDefs.yaml#/components/schemas/TimeInterval' daysOfMonth: type: array uniqueItems: true items: type: integer minimum: 0 Loading @@ -228,12 +237,14 @@ components: $ref: 'TS28623_ComDefs.yaml#/components/schemas/PlmnId' cAGIdList: type: array uniqueItems: true items: type: string minItems: 1 maxItems: 256 nIDList: type: array uniqueItems: true items: $ref: 'TS28623_ComDefs.yaml#/components/schemas/Nid' minItems: 1 Loading Loading @@ -288,6 +299,7 @@ components: type: string setOfMcc: type: array uniqueItems: true items: $ref: 'TS28623_ComDefs.yaml#/components/schemas/Mcc' readOnly: true Loading @@ -296,10 +308,12 @@ components: readOnly: true supportedPerfMetricGroups: type: array uniqueItems: true items: $ref: '#/components/schemas/SupportedPerfMetricGroup' supportedTraceMetrics: type: array uniqueItems: true items: type: string ManagedElement-Attr: Loading @@ -309,6 +323,7 @@ components: type: string managedElementTypeList: type: array uniqueItems: true items: type: string userLabel: Loading @@ -329,10 +344,12 @@ components: type: integer supportedPerfMetricGroups: type: array uniqueItems: true items: $ref: '#/components/schemas/SupportedPerfMetricGroup' supportedTraceMetrics: type: array uniqueItems: true items: type: string readOnly: true Loading Loading @@ -384,20 +401,24 @@ components: type: string vnfParametersList: type: array uniqueItems: true items: $ref: '#/components/schemas/VnfParameter' peeParametersList: type: array uniqueItems: true items: $ref: '#/components/schemas/PeeParameter' priorityLabel: type: integer supportedPerfMetricGroups: type: array uniqueItems: true items: $ref: '#/components/schemas/SupportedPerfMetricGroup' supportedTraceMetrics: type: array uniqueItems: true items: type: string EP_RP-Attr: Loading @@ -410,6 +431,7 @@ components: readOnly: true supportedPerfMetricGroups: type: array uniqueItems: true items: $ref: '#/components/schemas/SupportedPerfMetricGroup' Loading Loading @@ -500,6 +522,7 @@ components: properties: schedulingTimes: type: array uniqueItems: true items: $ref: '#/components/schemas/SchedulingTime' minItems: 1 Loading Loading @@ -530,10 +553,12 @@ components: properties: notificationTypes: type: array uniqueItems: true items: $ref: 'TS28623_ComDefs.yaml#/components/schemas/NotificationType' notificationProtocols: type: array uniqueItems: true items: type: string enum: Loading
OpenAPI/TS28623_MnSRegistryNrm.yaml +1 −0 Original line number Diff line number Diff line Loading @@ -61,6 +61,7 @@ components: contain the DN of the SubNetwork instead of the DNs of the individual managed entities within the SubNetwork. type: array uniqueItems: true items: $ref: 'TS28623_ComDefs.yaml#/components/schemas/DnRo' Loading
OpenAPI/TS28623_PmControlNrm.yaml +1 −0 Original line number Diff line number Diff line Loading @@ -47,6 +47,7 @@ components: type: string performanceMetrics: type: array uniqueItems: true items: type: string granularityPeriod: Loading
OpenAPI/TS28623_QoEMeasurementCollectionNrm.yaml +3 −0 Original line number Diff line number Diff line Loading @@ -45,6 +45,7 @@ components: - VR areaScope: type: array uniqueItems: true items: $ref: 'TS28623_GenericNrm.yaml#/components/schemas/AreaScope' qoECollectionEntityAddress: Loading @@ -59,6 +60,7 @@ components: type: string sliceScope: type: array uniqueItems: true items: $ref: 'TS28541_NrNrm.yaml#/components/schemas/Snssai' qMCConfigFile: Loading @@ -67,6 +69,7 @@ components: $ref: 'TS28623_TraceControlNrm.yaml#/components/schemas/traceReference-Type' availableRANqoEMetrics: type: array uniqueItems: true items: type: string enum: Loading