From 3f383f8381e5d88a2b9d8647f86913b187f3860e Mon Sep 17 00:00:00 2001 From: srinivasaraj Date: Tue, 31 Oct 2023 12:16:27 +0000 Subject: [PATCH] PositioningRANSubnet type removed, reference replaced with Positioning --- OpenAPI/TS28541_SliceNrm.yaml | 11 +---------- 1 file changed, 1 insertion(+), 10 deletions(-) diff --git a/OpenAPI/TS28541_SliceNrm.yaml b/OpenAPI/TS28541_SliceNrm.yaml index b7c91987d..669ef1e63 100755 --- a/OpenAPI/TS28541_SliceNrm.yaml +++ b/OpenAPI/TS28541_SliceNrm.yaml @@ -196,15 +196,6 @@ components: $ref: '#/components/schemas/PredictionFrequency' accuracy: $ref: '#/components/schemas/Float' - PositioningRANSubnet: - type: object - properties: - availability: - $ref: '#/components/schemas/PositioningAvailability' - predictionFrequency: - $ref: '#/components/schemas/PredictionFrequency' - accuracy: - $ref: '#/components/schemas/Float' UserMgmtOpen: type: object properties: @@ -471,7 +462,7 @@ components: delayTolerance: $ref: '#/components/schemas/DelayTolerance' positioning: - $ref: '#/components/schemas/PositioningRANSubnet' + $ref: '#/components/schemas/Positioning' sliceSimultaneousUse: $ref: '#/components/schemas/SliceSimultaneousUse' energyEfficiency: -- GitLab