Commit 9a62edb7 authored by sunse's avatar sunse
Browse files

Merge branch...

Merge branch '28.541_Rel18_CR1111_Stage_3_Add_FL_related_attributes_in_NWDAFFunction' into 'Integration_Rel18_SA5_152_YAML'

28.541_Rel18_CR1111_Stage_3_Add_FL_related_attributes_in_NWDAFFunction Update TS28541_5GcNrm.yaml

See merge request !902
parents f4761a88 7d3f8718
Loading
Loading
Loading
Loading
Loading
+21 −2
Original line number Diff line number Diff line
@@ -129,6 +129,10 @@ components:
        $ref: 'TS28623_GenericNrm.yaml#/components/schemas/Tac'
    WeightFactor:
      type: integer
    VendorId:
      type: string
      description: Vendor ID of the NF Service instance (Private Enterprise Number assigned by IANA)
      pattern: '^[0-9]{6}$'
    AusfInfo:
      type: object
      properties:
@@ -270,7 +274,7 @@ components:
            $ref: 'TS28623_ComDefs.yaml#/components/schemas/DateTime'
          minItems: 1
        vendorId:
          type: string
          $ref: '#/components/schemas/VendorId'
    SEPPType:
      type: string
      description: any of enumerated value
@@ -968,7 +972,22 @@ components:
          $ref: '#/components/schemas/SnssaiList'
        trackingAreaList:
          $ref: '#/components/schemas/TaiList'          

        mlModelInterInfo:
          type: array
          items:
            $ref: '#/components/schemas/VendorId' 
          minItems: 0
        flCapabilityType:
          type: string
          enum:
            - FL_SERVER
            - FL_CLIENT
            - FL_SERVER_AND_CLIENT
        flTimeInterval:
          type: array
          items:
            $ref: 'TS28623_ComDefs.yaml#/components/schemas/TimeWindow'
          minItems: 1
    NwdafInfo:
      description: Information of a NWDAF NF Instance
      type: object