From 1b05157e0f1b14a5e50914b4bebdf2b5957a0dea Mon Sep 17 00:00:00 2001 From: Kai Zhang Date: Fri, 13 Aug 2021 11:31:13 +0200 Subject: [PATCH] Add radio spectrum support in slicing profiles --- OpenAPI/sliceNrm.yaml | 13 +++++++++++++ 1 file changed, 13 insertions(+) diff --git a/OpenAPI/sliceNrm.yaml b/OpenAPI/sliceNrm.yaml index f1ad099a3..f0dcad991 100644 --- a/OpenAPI/sliceNrm.yaml +++ b/OpenAPI/sliceNrm.yaml @@ -160,6 +160,13 @@ components: $ref: '#/components/schemas/ServAttrCom' support: $ref: '#/components/schemas/Support' + RadioSpectrum: + type: object + properties: + servAttrCom: + $ref: '#/components/schemas/ServAttrCom' + nROperatingBands: + type: string Synchronicity: type: object properties: @@ -310,6 +317,8 @@ components: $ref: '#/components/schemas/ServiceType' maxPktSize: type: integer + nROperatingBands: + type: string delayTolerance: $ref: '#/components/schemas/DelayTolerance' positioning: @@ -347,6 +356,8 @@ components: type: integer maxNumberOfPDUSessions: type: integer + nROperatingBands: + type: string sliceSimultaneousUse: $ref: '#/components/schemas/SliceSimultaneousUse' energyEfficiency: @@ -417,6 +428,8 @@ components: $ref: '#/components/schemas/KPIMonitoring' nBIoT: $ref: '#/components/schemas/NBIoT' + radioSpectrum: + $ref: '#/components/schemas/RadioSpectrum' synchronicity: $ref: '#/components/schemas/Synchronicity' positioning: -- GitLab