From 6afc80dd7a46f8986e99180044462808c6e18e76 Mon Sep 17 00:00:00 2001 From: Kai Zhang Date: Fri, 13 Aug 2021 11:02:07 +0200 Subject: [PATCH] Update maxPktSize and determinComm to support UL and DL requirements --- OpenAPI/sliceNrm.yaml | 32 ++++++++++++++++++++++++-------- 1 file changed, 24 insertions(+), 8 deletions(-) diff --git a/OpenAPI/sliceNrm.yaml b/OpenAPI/sliceNrm.yaml index f0dcad991..c05ab4376 100644 --- a/OpenAPI/sliceNrm.yaml +++ b/OpenAPI/sliceNrm.yaml @@ -278,7 +278,9 @@ components: type: integer resourceSharingLevel: $ref: '#/components/schemas/SharingLevel' - maxPktSize: + dLMaxPktSize: + type: integer + uLMaxPktSize: type: integer delayTolerance: $ref: '#/components/schemas/DelayTolerance' @@ -290,7 +292,9 @@ components: type: string energyEfficiency: type: integer - deterministicComm: + dLDeterministicComm: + $ref: '#/components/schemas/DeterministicComm' + uLDeterministicComm: $ref: '#/components/schemas/DeterministicComm' RANSliceSubnetProfile: type: object @@ -315,7 +319,9 @@ components: type: string serviceType: $ref: '#/components/schemas/ServiceType' - maxPktSize: + dLMaxPktSize: + type: integer + uLMaxPktSize: type: integer nROperatingBands: type: string @@ -333,7 +339,9 @@ components: type: string synchronicity: $ref: '#/components/schemas/SynchronicityRANSubnet' - deterministicComm: + dLDeterministicComm: + $ref: '#/components/schemas/DeterministicComm' + uLDeterministicComm: $ref: '#/components/schemas/DeterministicComm' TopSliceSubnetProfile: type: object @@ -352,7 +360,9 @@ components: $ref: '#/components/schemas/XLThpt' uLThptPerUE: $ref: '#/components/schemas/XLThpt' - maxPktSize: + dLMaxPktSize: + type: integer + uLMaxPktSize: type: integer maxNumberOfPDUSessions: type: integer @@ -384,7 +394,9 @@ components: type: string serviceType: $ref: '#/components/schemas/ServiceType' - deterministicComm: + dLDeterministicComm: + $ref: '#/components/schemas/DeterministicComm' + uLDeterministicComm: $ref: '#/components/schemas/DeterministicComm' survivalTime: type: string @@ -410,7 +422,9 @@ components: type: number delayTolerance: $ref: '#/components/schemas/DelayTolerance' - deterministicComm: + dLDeterministicComm: + $ref: '#/components/schemas/DeterministicComm' + uLDeterministicComm: $ref: '#/components/schemas/DeterministicComm' dLThptPerSlice: $ref: '#/components/schemas/XLThpt' @@ -420,7 +434,9 @@ components: $ref: '#/components/schemas/XLThpt' uLThptPerUE: $ref: '#/components/schemas/XLThpt' - maxPktSize: + dLMaxPktSize: + $ref: '#/components/schemas/MaxPktSize' + uLMaxPktSize: $ref: '#/components/schemas/MaxPktSize' maxNumberofPDUSessions: $ref: '#/components/schemas/MaxNumberofPDUSessions' -- GitLab