Commit 2e153287 authored by Pengxiang Xie's avatar Pengxiang Xie Committed by ruiyue
Browse files

Edit TS28541_5GcNrm.yaml

parent 61588dd5
Loading
Loading
Loading
Loading
Loading
+40 −0
Original line number Diff line number Diff line
@@ -979,6 +979,12 @@ components:
              - DL
              - UL_DL
          - type: string
        dataEndMarkInd:
          type: boolean
        dataBurstSizeInd:
          type: boolean
        timetoNextBurstInd:
          type: boolean


    TrafficControlDataList:
@@ -1143,6 +1149,40 @@ components:
        expTranInd:
          type: boolean
          default: false
        multiModalId:
          type: string
        traffParaData:
          $ref: '#/components/schemas/TrafficParaData'

    TrafficParaData:
      description: Contains Traffic Parameter(s) related control information.
      type: object
      properties:
        periodUl:
          type: integer
        periodDl:
          type: integer
        reqTrafficParas:
          anyOf:
          - type: string
            enum:
              - DL_N6_JITTER
              - DL_PERIOD
              - UL_PERIOD
          - type: string
          description: Indicates the traffic parameters to be measured.
        repFreqs:
          type: array
          items:
             $ref: '#/components/schemas/ReportingFrequency'
          minItems: 1
          description: Represents the notification method (periodic or on event detection).
        dlN6JitterThr:
          type: integer
        repPeriod:
          type: integer



    ProtocolDescription:
      type: object