Commit c6a789ba authored by Pengxiang Xie's avatar Pengxiang Xie
Browse files

Edit TS28561_NdtNrm.yaml

parent d24dad23
Loading
Loading
Loading
Loading
Loading
+18 −0
Original line number Diff line number Diff line
@@ -41,6 +41,10 @@ components:
            $ref: '#/components/schemas/NDTFunctionScope'
          nDTFunctionRefList:
            $ref: 'TS28623_ComDefs.yaml#/components/schemas/DnList'
          genericModellingCapabilities:
            $ref: '#/components/schemas/GenericModellingCapabilities'
            description: >-
              It represents the generic modelling capabilities of the NDT Function.

    NDTJob-Single:
      description: >-
@@ -208,6 +212,20 @@ components:
        performanceDataScalingFactor:
          type: integer
          maxItems: 1
    GenericModellingCapabilites:  
      type: object
      properties:
        enviromentModelling:
          type: boolean
          default: false
        uETrafficModelling:
          type: string
          enum:
            - FIXEDUEMODEL
            - MOVINGUEMODEL
            - DISTRIBUTEDUEMODEL
        serviceModelling:
          type: string

  #------Definition of JSON arrays for name-contained IOCs ---------------#