Commit 513729ae authored by huangzhen's avatar huangzhen
Browse files

Update 2 files

- /TS29520_Nnwdaf_EventsSubscription.yaml
- /TS29520_Nnwdaf_MLModelProvision.yaml
parent 374adc47
Loading
Loading
Loading
Loading
Loading
+25 −0
Original line number Diff line number Diff line
@@ -485,6 +485,11 @@ components:
          $ref: '#/components/schemas/NwdafEvent'
        extraReportReq:
          $ref: '#/components/schemas/EventReportingRequirement'
        fDescs:
          type: array
          items:
            $ref: '#/components/schemas/IpEthFlowDescription'
          minItems: 1
        ladnDnns:
          type: array
          items:
@@ -3288,6 +3293,22 @@ components:
          type: integer
        confidence:
          $ref: 'TS29571_CommonData.yaml#/components/schemas/Uinteger'
        dnns:
          type: array
          items:
            $ref: 'TS29571_CommonData.yaml#/components/schemas/Dnn'
          minItems: 1
          description: >
            Represents the DNN(s) which corresponds to the source UE(s) causing the signalling
            storm.
        snssais:
          type: array
          items:
            $ref: 'TS29571_CommonData.yaml#/components/schemas/Snssai'
          minItems: 1
          description: >
            Represents the network slice(s) which corresponds to the source UE(s) causing the
            signalling storm.
      required:
        - sigStormCauses
      oneOf:
@@ -3336,6 +3357,10 @@ components:
          type: string
        timerDur:
          $ref: 'TS29571_CommonData.yaml#/components/schemas/DurationSec'
        dnn:
          $ref: 'TS29571_CommonData.yaml#/components/schemas/Dnn'
        snssai:
          $ref: 'TS29571_CommonData.yaml#/components/schemas/Snssai'

    QosPolicyAssistReq:
      description: The QoS and policy assistance analytics requirement information.
+4 −3
Original line number Diff line number Diff line
@@ -589,6 +589,8 @@ components:
          $ref: '#/components/schemas/VflTrainingStatus'
        expCompTime:
          $ref: 'TS29571_CommonData.yaml#/components/schemas/DurationSec'
        vflCorrId:
          type: string

#
# ENUMERATIONS DATA TYPES
@@ -637,9 +639,8 @@ components:
      description: |
        Represents VFL training status.  
        Possible values are:
        - ONGOING: Indicates that the NWDAF cannot be a VFL server and VFL training is ongoing.
        - TERMINATED: Indicates that the NWDAF cannot be a VFL server and VFL training is
          terminated.
        - ONGOING: Indicates that VFL training is ongoing.
        - TERMINATED: Indicates that VFL training is terminated.

    PositioningCase:
      anyOf: