From 8539cd2162a2c8cd1750458bdf9a623ec74df7b5 Mon Sep 17 00:00:00 2001 From: gautamd Date: Wed, 2 Aug 2023 08:36:25 +0000 Subject: [PATCH 1/2] Update TS28541_SliceNrm.yaml --- OpenAPI/TS28541_SliceNrm.yaml | 23 ++++++++++++++++++++++- 1 file changed, 22 insertions(+), 1 deletion(-) diff --git a/OpenAPI/TS28541_SliceNrm.yaml b/OpenAPI/TS28541_SliceNrm.yaml index 20b2ebd37..1a231e6a1 100755 --- a/OpenAPI/TS28541_SliceNrm.yaml +++ b/OpenAPI/TS28541_SliceNrm.yaml @@ -103,6 +103,18 @@ components: $ref: '#/components/schemas/ServAttrCom' support: $ref: '#/components/schemas/Support' + NonIPSupport: + type: object + properties: + servAttrCom: + $ref: '#/components/schemas/ServAttrCom' + support: + $ref: '#/components/schemas/Support' + supportNonIPType: + type: string + enum: + - ETHERNET + - UNSTRUCTURED DeterministicComm: type: object properties: @@ -344,7 +356,10 @@ components: nssaaSupport: $ref: '#/components/schemas/NSSAASupport' n6Protection: - $ref: '#/components/schemas/N6Protection' + $ref: '#/components/schemas/N6Protection' + nonIPSupport: + $ref: '#/components/schemas/NonIPSupport' + RANSliceSubnetProfile: type: object properties: @@ -400,6 +415,8 @@ components: $ref: '#/components/schemas/DeterministicComm' uLDeterministicComm: $ref: '#/components/schemas/DeterministicComm' + nonIPSupport: + $ref: '#/components/schemas/NonIPSupport' TopSliceSubnetProfile: type: object properties: @@ -461,6 +478,8 @@ components: $ref: '#/components/schemas/NSSAASupport' n6Protection: $ref: '#/components/schemas/N6Protection' + nonIPSupport: + $ref: '#/components/schemas/NonIPSupport' ServiceProfile: type: object @@ -545,6 +564,8 @@ components: $ref: '#/components/schemas/NSSAASupport' n6Protection: $ref: '#/components/schemas/N6Protection' + nonIPSupport: + $ref: '#/components/schemas/NonIPSupport' SliceProfile: type: object properties: -- GitLab From 78b07fc866977c0af609b00efea13fe3f491f283 Mon Sep 17 00:00:00 2001 From: gautamd Date: Thu, 24 Aug 2023 10:24:07 +0000 Subject: [PATCH 2/2] Update TS28541_SliceNrm.yaml --- OpenAPI/TS28541_SliceNrm.yaml | 5 ----- 1 file changed, 5 deletions(-) diff --git a/OpenAPI/TS28541_SliceNrm.yaml b/OpenAPI/TS28541_SliceNrm.yaml index 1a231e6a1..eeba51f4d 100755 --- a/OpenAPI/TS28541_SliceNrm.yaml +++ b/OpenAPI/TS28541_SliceNrm.yaml @@ -110,11 +110,6 @@ components: $ref: '#/components/schemas/ServAttrCom' support: $ref: '#/components/schemas/Support' - supportNonIPType: - type: string - enum: - - ETHERNET - - UNSTRUCTURED DeterministicComm: type: object properties: -- GitLab