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

Edit TS28541_5GcNrm.yaml

parent d9266e85
Loading
Loading
Loading
Loading
Loading
+46 −0
Original line number Diff line number Diff line
@@ -968,6 +968,17 @@ components:
              - DL
              - UL_DL
          - type: string
        datEndMarkInd:
          type: boolean
          description: >
            The data burst end marking is enabled if it is set to "true". Default value is "false" if
            omitted.
        datBurstSizeInd:
          type: boolean
          description: >
            Indicates to identify and mark Data Burst Size if present and set to "true". The default
            value is "false" if omitted.



    TrafficControlDataList:
@@ -1129,6 +1140,41 @@ components:
          $ref: '#/components/schemas/ProtocolDescription'
        protoDescUl:
          $ref: '#/components/schemas/ProtocolDescription'   
        traffParaData:
          $ref: '#/components/schemas/TrafficParaData'
        multiModalId:
          type: string
        expTranInd:
          type: boolean
          default: false
    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
      properties: