From 4da1d97920b671bf6383cc39fce12e677ec7d120 Mon Sep 17 00:00:00 2001 From: srinivasaraj Date: Tue, 31 Oct 2023 12:38:59 +0000 Subject: [PATCH] SynchronicityRANSubnet type removed, reference replaced with Synchronicity. Synchronicity not a CNSliceSubnetProfile attribute hence this attribute is removed from CNSliceSubnetProfile. --- 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 669ef1e63..ab6ebbaa1 100755 --- a/OpenAPI/TS28541_SliceNrm.yaml +++ b/OpenAPI/TS28541_SliceNrm.yaml @@ -178,13 +178,6 @@ components: $ref: '#/components/schemas/SynAvailability' accuracy: $ref: '#/components/schemas/Float' - SynchronicityRANSubnet: - type: object - properties: - availability: - $ref: '#/components/schemas/SynAvailability' - accuracy: - $ref: '#/components/schemas/Float' Positioning: type: object properties: @@ -387,8 +380,6 @@ components: type: integer delayTolerance: $ref: '#/components/schemas/DelayTolerance' - synchronicity: - $ref: '#/components/schemas/SynchronicityRANSubnet' sliceSimultaneousUse: $ref: '#/components/schemas/SliceSimultaneousUse' dLReliability: @@ -472,7 +463,7 @@ components: survivalTime: type: number synchronicity: - $ref: '#/components/schemas/SynchronicityRANSubnet' + $ref: '#/components/schemas/Synchronicity' dLDeterministicComm: $ref: '#/components/schemas/DeterministicComm' uLDeterministicComm: -- GitLab