Commit a229be35 authored by sunse's avatar sunse
Browse files

manual fix the merge confliction for CR0733

parents 810705f9 40ccd698
Loading
Loading
Loading
Loading
+83 −10
Original line number Diff line number Diff line
@@ -134,11 +134,6 @@ components:
      properties:
        nFSrvGroupId:
          type: string
    UpfInfo:
      type: object
      properties:
        smfServingAreas:
          type: string
    SupportedDataSet:
      type: string
      description: any of enumrated value
@@ -162,7 +157,6 @@ components:
    NFInfo:
      oneOf:
        - $ref: '#/components/schemas/AusfInfo'
        - $ref: '#/components/schemas/UpfInfo'
    NotificationType:      
      type: string
      enum:
@@ -732,6 +726,43 @@ components:
      type: array
      items:
        $ref: '#/components/schemas/SharedDataIdRange'
    InterfaceUpfInfoItem:
      type: object
      properties:
        interfaceType:
          type: string
          enum:
            - IPV4ENDPOINTADDRESSES
            - IPV6ENDPOINTADDRESSES
            - FQDN
        ipv4EndpointAddresses:
          $ref: 'TS28623_ComDefs.yaml#/components/schemas/Ipv4Addr'
        ipv6EndpointAddresses:
          $ref: 'TS28623_ComDefs.yaml#/components/schemas/Ipv6Addr'
        fqdn:
          $ref: 'TS28623_ComDefs.yaml#/components/schemas/Fqdn'
        networkInstance:
          type: string

    AtsssCapability:
      type: object
      properties:
        atsssLL:
          type: boolean
        mptcp:
          type: boolean
        rttWithoutPmf:
          type: boolean

    IpInterface:
      type: object
      properties:
        ipv4EndpointAddresses:
          $ref: 'TS28623_ComDefs.yaml#/components/schemas/Ipv4Addr'
        ipv6EndpointAddresses:
          $ref: 'TS28623_ComDefs.yaml#/components/schemas/Ipv6Addr'
        fqdn:
          $ref: 'TS28623_ComDefs.yaml#/components/schemas/Fqdn'

#-------- Definition of concrete IOCs --------------------------------------------
    ProvMnS:
@@ -1033,12 +1064,54 @@ components:
                - $ref: 'TS28623_GenericNrm.yaml#/components/schemas/ManagedFunction-Attr'
                - type: object
                  properties:
                    plmnIdList:
                      $ref: 'TS28541_NrNrm.yaml#/components/schemas/PlmnIdList'
                    pLMNInfoList:
                      $ref: 'TS28541_NrNrm.yaml#/components/schemas/PlmnInfoList'
                    nRTACList:
                      $ref: '#/components/schemas/TACList'
                    snssaiList:
                      $ref: '#/components/schemas/SnssaiList'
                    cNSIIdList:
                      $ref: '#/components/schemas/CNSIIdList'
                    smfServingArea:
                       type: string
                    interfaceUpfInfoList:
                       type: array
                       items:
                         $ref: '#/components/schemas/InterfaceUpfInfoItem'
                    iwkEpsInd:
                       type: boolean
                    pduSessionTypes:
                      type: string
                      enum:
                        - IPV4
                        - IPV6
                        - IPV4V6
                        - UNSTRUCTURED
                        - ETHERNET
                    atsssCapability:
                       $ref: '#/components/schemas/AtsssCapability'
                    ueIpAddrInd:
                       type: boolean
                    taiList:
                      $ref: '#/components/schemas/TaiList'
                    taiRangeList:
                      type: array
                      items:
                        $ref: '#/components/schemas/TaiRange'
                    wAgfInfo:
                      $ref: '#/components/schemas/IpInterface'
                    tngfInfo:
                      $ref: '#/components/schemas/IpInterface'
                    twifInfo:
                      $ref: '#/components/schemas/IpInterface'
                    priority:
                      type: integer
                    redundantGtpu:
                      type: boolean
                    ipups:
                      type: boolean
                    dataForwarding:
                      type: boolean
                    supportedPfcpFeatures:
                      type: string
                    managedNFProfile:
                      $ref: '#/components/schemas/ManagedNFProfile'
                    supportedBMOList: