Commit c062df93 authored by sunse's avatar sunse
Browse files

Merge branch...

Merge branch 'TS28.541_Rel18_CR0905_Improve_EP_Transport_model_to_clarify_connection_point_info' into 'Integration_Rel18_SA5_149_YAML'

Ts28.541 rel18 cr0905 improve ep transport model to clarify connection point info

See merge request !617
parents 133be92e a3f2b4be
Loading
Loading
Loading
Loading
Loading
+35 −4
Original line number Diff line number Diff line
@@ -571,6 +571,35 @@ components:
            - Segment
         logicalInterfaceId:
           type: string
         systemName:
           type: string
         portName:
           type: string
         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 +754,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: