From ffa32cfc84f99ffdee640a2f5b6db7ba85bb9f72 Mon Sep 17 00:00:00 2001 From: srinivasaraj Date: Fri, 29 Sep 2023 06:53:26 +0000 Subject: [PATCH] Attribute availability added to CNSliceSubnetProfile, RANSliceSubnetProfile and TopSliceSubnetProfile. --- OpenAPI/TS28541_SliceNrm.yaml | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/OpenAPI/TS28541_SliceNrm.yaml b/OpenAPI/TS28541_SliceNrm.yaml index 88eeb7702..3b027e24a 100755 --- a/OpenAPI/TS28541_SliceNrm.yaml +++ b/OpenAPI/TS28541_SliceNrm.yaml @@ -354,6 +354,8 @@ components: $ref: '#/components/schemas/N6Protection' nonIPSupport: $ref: '#/components/schemas/NonIPSupport' + availability: + type: number RANSliceSubnetProfile: type: object @@ -412,6 +414,9 @@ components: $ref: '#/components/schemas/DeterministicComm' nonIPSupport: $ref: '#/components/schemas/NonIPSupport' + availability: + type: number + TopSliceSubnetProfile: type: object properties: @@ -475,6 +480,8 @@ components: $ref: '#/components/schemas/N6Protection' nonIPSupport: $ref: '#/components/schemas/NonIPSupport' + availability: + type: number ServiceProfile: type: object -- GitLab