Commit 14942081 authored by sunse's avatar sunse
Browse files

TS28.541_Rel18_CR0905 Update TS28541_SliceNrm.yaml

parent 133be92e
Loading
Loading
Loading
Loading
+41 −4
Original line number Diff line number Diff line
@@ -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,14 +760,16 @@ 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: