Commit 9af4b2c2 authored by ruiyue's avatar ruiyue
Browse files

Merge branch 'Rel20_CR_TS28.541_Stage_3_of_Management_Support_for_XRM' into...

Merge branch 'Rel20_CR_TS28.541_Stage_3_of_Management_Support_for_XRM' into 'Integration_Rel20_SA5_164_YAML'

Rel20_CR1651_TS28.541_Stage_3_of_Management_Support_for_XRM

See merge request !1978
parents 346c53cc 9d8a701c
Loading
Loading
Loading
Loading
Loading
+30 −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
@@ -1129,6 +1140,10 @@ components:
          $ref: '#/components/schemas/ProtocolDescription'
        protoDescUl:
          $ref: '#/components/schemas/ProtocolDescription' 
        expTranInd:
          type: boolean
          default: false

    ProtocolDescription:
      type: object
      properties:
@@ -6198,6 +6213,18 @@ components:
              allOf:
                - type: object
                  properties:
                    requestedQoSMonitoring:
                      type: string
                      enum:
                        - DLPD
                        - ULPD
                        - RPPD
                        - DLCI
                        - ULCI
                        - DLDR
                        - ULDR
                        - DLAB
                        - ULAB
                    qFQoSMonitoringState:
                      type: string
                      enum:
@@ -6229,6 +6256,8 @@ components:
                      default: true
                    qFPacketDelayThresholds:
                      $ref: '#/components/schemas/QFPacketDelayThresholdsType'
                    qFReportingThresholds:
                      $ref: '#/components/schemas/QFReportingThreshold'
                    qFMinimumWaitTime:
                      type: integer
                    qFMeasurementPeriod: