From 623af0d088ab5edf07c6f004030a8ec7098ab249 Mon Sep 17 00:00:00 2001 From: ruiyue Date: Tue, 5 Oct 2021 03:24:03 +0200 Subject: [PATCH 1/2] Update sliceNrm.yaml --- OpenAPI/sliceNrm.yaml | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/OpenAPI/sliceNrm.yaml b/OpenAPI/sliceNrm.yaml index bf6b4d71c..201537f03 100644 --- a/OpenAPI/sliceNrm.yaml +++ b/OpenAPI/sliceNrm.yaml @@ -581,6 +581,12 @@ components: $ref: 'genericNrm.yaml#/components/schemas/DnList' priorityLabel: type: integer + networkSliceSubnetType: + type: integer + enum: + - TopSliceSubnet + - RANSliceSubnet + - CNSliceSubnet EP_Transport-Single: allOf: -- GitLab From 8496ae87b3fbbc7f5fd9feccadcda522a364e405 Mon Sep 17 00:00:00 2001 From: ruiyue Date: Wed, 13 Oct 2021 06:48:57 +0200 Subject: [PATCH 2/2] Update sliceNrm.yaml --- OpenAPI/sliceNrm.yaml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/OpenAPI/sliceNrm.yaml b/OpenAPI/sliceNrm.yaml index 201537f03..67bfbe5a6 100644 --- a/OpenAPI/sliceNrm.yaml +++ b/OpenAPI/sliceNrm.yaml @@ -582,11 +582,11 @@ components: priorityLabel: type: integer networkSliceSubnetType: - type: integer + type: string enum: - - TopSliceSubnet - - RANSliceSubnet - - CNSliceSubnet + - TOP_SLICESUBNET + - RAN_SLICESUBNET + - CN_SLICESUBNET EP_Transport-Single: allOf: -- GitLab