From 149420819e4d5b507c063d43d531095475195989 Mon Sep 17 00:00:00 2001 From: sunse Date: Thu, 11 May 2023 14:16:20 +0000 Subject: [PATCH 1/2] TS28.541_Rel18_CR0905 Update TS28541_SliceNrm.yaml --- OpenAPI/TS28541_SliceNrm.yaml | 45 +++++++++++++++++++++++++++++++---- 1 file changed, 41 insertions(+), 4 deletions(-) diff --git a/OpenAPI/TS28541_SliceNrm.yaml b/OpenAPI/TS28541_SliceNrm.yaml index 3f363913d..c64e5ff4e 100755 --- a/OpenAPI/TS28541_SliceNrm.yaml +++ b/OpenAPI/TS28541_SliceNrm.yaml @@ -571,6 +571,41 @@ components: - Segment logicalInterfaceId: type: string + routeInfo: + $ref: 'TS29571_CommonData.yaml#/components/schemas/RouteInformation' + systemName: + type: string + portName: + type: string + vlanID: + type: integer + minimum: 0 + maximum: 4095 + routingProtocol: + type: string + enum: + - RIP + - IGMP + - OSPF + - EGP + - EIGRP + - BGP + - IS-IS + + ConnectionPointInfo: + type: object + properties: + connectionPointId: + type: string + connectionPointIdType: + type: string + enum: + - VLAN + - MPLS + - Segment + - IPV4 + - IPV6 + - Attachment_Circuit ServiceProfileList: type: array @@ -725,15 +760,17 @@ components: properties: ipAddress: $ref: '#/components/schemas/IpAddress' - logicalInterfaceInfo: + localLogicalInterfaceInfo: $ref: '#/components/schemas/LogicalInterfaceInfo' - nextHopInfo: - type: string qosProfile: type: string epApplicationRefs: $ref: 'TS28623_ComDefs.yaml#/components/schemas/DnList' - + connectionPointRefList: + type: array + items: + $ref: '#/components/schemas/ConnectionPointInfo' + NetworkSliceSubnetProviderCapabilities-Single: allOf: - $ref: 'TS28623_GenericNrm.yaml#/components/schemas/Top' -- GitLab From a3f2b4be8e6667147008aa69b2b5baace40cfa7b Mon Sep 17 00:00:00 2001 From: sunse Date: Thu, 25 May 2023 21:06:38 +0000 Subject: [PATCH 2/2] update as per comments. Update TS28541_SliceNrm.yaml --- OpenAPI/TS28541_SliceNrm.yaml | 6 ------ 1 file changed, 6 deletions(-) diff --git a/OpenAPI/TS28541_SliceNrm.yaml b/OpenAPI/TS28541_SliceNrm.yaml index c64e5ff4e..0600a30be 100755 --- a/OpenAPI/TS28541_SliceNrm.yaml +++ b/OpenAPI/TS28541_SliceNrm.yaml @@ -571,16 +571,10 @@ components: - Segment logicalInterfaceId: type: string - routeInfo: - $ref: 'TS29571_CommonData.yaml#/components/schemas/RouteInformation' systemName: type: string portName: type: string - vlanID: - type: integer - minimum: 0 - maximum: 4095 routingProtocol: type: string enum: -- GitLab