From a891dd1718b7b6d7f93fee6a3c07a8261ea958d5 Mon Sep 17 00:00:00 2001 From: ruiyue Date: Thu, 19 May 2022 03:21:23 +0000 Subject: [PATCH] Merge branch '28.541_Rel17_S5-222264_Correction_on_two_SLA_attributes_Rebase_For_Merge' into 'Integration_Rel17_SA5_142_YAML' Update sliceNrm.yaml Rebase See merge request sa5/MnS!316 (cherry picked from commit 43b1660536392d132682924aa6bd0dcdb5e1182f) 1cc074a4 Update sliceNrm.yaml Rebase --- OpenAPI/sliceNrm.yaml | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/OpenAPI/sliceNrm.yaml b/OpenAPI/sliceNrm.yaml index 446809d38..e89b0fb98 100755 --- a/OpenAPI/sliceNrm.yaml +++ b/OpenAPI/sliceNrm.yaml @@ -335,7 +335,7 @@ components: sliceSimultaneousUse: $ref: '#/components/schemas/SliceSimultaneousUse' reliability: - type: string + type: number energyEfficiency: type: number dLDeterministicComm: @@ -343,7 +343,7 @@ components: uLDeterministicComm: $ref: '#/components/schemas/DeterministicComm' survivalTime: - type: string + type: number nssaaSupport: $ref: '#/components/schemas/NSSAASupport' n6Protection: @@ -376,7 +376,7 @@ components: uESpeed: type: integer reliability: - type: string + type: number serviceType: $ref: '#/components/schemas/ServiceType' dLMaxPktSize: @@ -396,7 +396,7 @@ components: termDensity: $ref: '#/components/schemas/TermDensity' survivalTime: - type: string + type: number synchronicity: $ref: '#/components/schemas/SynchronicityRANSubnet' dLDeterministicComm: @@ -451,7 +451,7 @@ components: uESpeed: type: integer reliability: - type: string + type: number serviceType: $ref: '#/components/schemas/ServiceType' dLDeterministicComm: @@ -459,7 +459,7 @@ components: uLDeterministicComm: $ref: '#/components/schemas/DeterministicComm' survivalTime: - type: string + type: number ServiceProfile: type: object @@ -527,9 +527,9 @@ components: jitter: type: integer survivalTime: - type: string + type: number reliability: - type: string + type: number maxDLDataVolume: type: string maxULDataVolume: -- GitLab