From 3d1cbda8de38c190cf3d2ddd5465ec89625e6e88 Mon Sep 17 00:00:00 2001 From: srinivasaraj Date: Tue, 31 Oct 2023 12:05:16 +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 beb653b0b..e95b7783b 100755 --- a/OpenAPI/TS28541_SliceNrm.yaml +++ b/OpenAPI/TS28541_SliceNrm.yaml @@ -190,15 +190,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: @@ -386,7 +377,7 @@ components: delayTolerance: $ref: '#/components/schemas/DelayTolerance' positioning: - $ref: '#/components/schemas/PositioningRANSubnet' + $ref: '#/components/schemas/Positioning' sliceSimultaneousUse: $ref: '#/components/schemas/SliceSimultaneousUse' energyEfficiency: -- GitLab