From c4d98a9d8d37be73f0c2d458294fb10cba313350 Mon Sep 17 00:00:00 2001 From: srinivasaraj Date: Tue, 2 Aug 2022 09:48:58 +0000 Subject: [PATCH 1/2] Update TS28541_SliceNrm.yaml --- OpenAPI/TS28541_SliceNrm.yaml | 11 ++--------- 1 file changed, 2 insertions(+), 9 deletions(-) diff --git a/OpenAPI/TS28541_SliceNrm.yaml b/OpenAPI/TS28541_SliceNrm.yaml index 2ea8a2b41..2d328accd 100755 --- a/OpenAPI/TS28541_SliceNrm.yaml +++ b/OpenAPI/TS28541_SliceNrm.yaml @@ -60,13 +60,6 @@ components: - SHARED - NON-SHARED - ServiceType: - type: string - enum: - - eMBB - - RLLC - - MIoT - - V2X SliceSimultaneousUse: type: string enum: @@ -378,7 +371,7 @@ components: reliability: type: number serviceType: - $ref: '#/components/schemas/ServiceType' + $ref: 'TS28541_NrNrm.yaml#/components/schemas/Sst' dLMaxPktSize: type: integer uLMaxPktSize: @@ -453,7 +446,7 @@ components: reliability: type: number serviceType: - $ref: '#/components/schemas/ServiceType' + $ref: 'TS28541_NrNrm.yaml#/components/schemas/Sst' dLDeterministicComm: $ref: '#/components/schemas/DeterministicComm' uLDeterministicComm: -- GitLab From 33f4b54bab0da74e7853f6472507aa80574a790a Mon Sep 17 00:00:00 2001 From: srinivasaraj Date: Fri, 19 Aug 2022 10:36:45 +0000 Subject: [PATCH 2/2] Update TS28541_SliceNrm.yaml serviceType attribute renamed to sST in RANSliceSubnetProfile and TopSliceSubnetProfile --- OpenAPI/TS28541_SliceNrm.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/OpenAPI/TS28541_SliceNrm.yaml b/OpenAPI/TS28541_SliceNrm.yaml index 2d328accd..d192768d7 100755 --- a/OpenAPI/TS28541_SliceNrm.yaml +++ b/OpenAPI/TS28541_SliceNrm.yaml @@ -370,7 +370,7 @@ components: type: integer reliability: type: number - serviceType: + sST: $ref: 'TS28541_NrNrm.yaml#/components/schemas/Sst' dLMaxPktSize: type: integer @@ -445,7 +445,7 @@ components: type: integer reliability: type: number - serviceType: + sST: $ref: 'TS28541_NrNrm.yaml#/components/schemas/Sst' dLDeterministicComm: $ref: '#/components/schemas/DeterministicComm' -- GitLab