Commit 6199e55c authored by ruiyue's avatar ruiyue
Browse files

Merge branch...

Merge branch 'Rel20_CR_TS28.561_Add_Solution_for_Capability_Discovery_of_NDT_in_NDT_Collaboration' into 'Integration_Rel20_SA5_166_YAML'

Rel20 cr ts28.561 add solution for capability discovery of ndt in ndt collaboration

See merge request !2064
parents 2c11fda6 a972103f
Loading
Loading
Loading
Loading
Loading
+22 −0
Original line number Diff line number Diff line
@@ -46,6 +46,10 @@ components:
            $ref: 'TS28623_ComDefs.yaml#/components/schemas/DnList'
          nDTFunctionRefList:
            $ref: 'TS28623_ComDefs.yaml#/components/schemas/DnList'
          genericModellingCapabilities:
            $ref: '#/components/schemas/GenericModellingCapability'
            description: >-
              It represents the generic modelling capabilities of the NDT Function.

    NDTJob-Single:
      description: >-
@@ -228,6 +232,24 @@ components:
        performanceDataScalingFactor:
          type: integer
          maxItems: 1
    GenericModellingCapability:  
      type: object
      properties:
        enviromentModelling:
          type: boolean
          default: false
        uETrafficModelling:
          type: string
          enum:
            - FIXEDUEMODEL
            - MOVINGUEMODEL
            - DISTRIBUTEDUEMODEL
        serviceModelling:
          enum:
            - URLLC
            - EMBB
            - MMTC

    ReportingMethod:
      type: string
      enum: