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

Edit TS28541_5GcNrm.yaml

parent 346c53cc
Loading
Loading
Loading
Loading
+69 −1
Original line number Diff line number Diff line
@@ -837,6 +837,17 @@ components:
          type: integer
        thresholdRtt:
          type: integer
    QFReportingThreshold:
      type: object
      properties:
        thresholdDlCongestionInfo:
          type: integer
        thresholdUlCongestionInfo:
          type: integer
        thresholdDlDataRate:
          type: integer
        thresholdUlDataRate:
          type: integer

    QosData:
      type: object
@@ -968,6 +979,12 @@ components:
              - DL
              - UL_DL
          - type: string
        dataEndMarkInd:
          type: boolean
        dataBurstSizeInd:
          type: boolean
        timetoNextBurstInd:
          type: boolean


    TrafficControlDataList:
@@ -1129,6 +1146,42 @@ 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:
@@ -6198,6 +6251,19 @@ components:
              allOf:
                - type: object
                  properties:
                    requestedQoSMonitoring:
                      type: string
                      enum:
                        - DLPD
                        - ULPD
                        - RPPD
                        - GTPUPM
                        - DLCI
                        - ULCI
                        - DLDR
                        - ULDR
                        - DLAB
                        - ULAB
                    qFQoSMonitoringState:
                      type: string
                      enum:
@@ -6229,6 +6295,8 @@ components:
                      default: true
                    qFPacketDelayThresholds:
                      $ref: '#/components/schemas/QFPacketDelayThresholdsType'
                    qFReportingThresholds:
                      $ref: '#/components/schemas/QFReportingThresholds'
                    qFMinimumWaitTime:
                      type: integer
                    qFMeasurementPeriod: