Commit 1fbdb014 authored by ruiyue's avatar ruiyue
Browse files

Merge branch...

Merge branch 'Rel20_CR_TS28.541_Enhancement_on_QoSData_to_support_PDU_Set_QoS_Parameters' into 'Integration_Rel20_SA5_162_YAML'

Rel20_CR1572_TS28.541_Enhancement_on_QoSData_to_support_PDU_Set_QoS_Parameter

See merge request !1835
parents ec3ead94 0d3ffa2e
Loading
Loading
Loading
Loading
Loading
+23 −0
Original line number Diff line number Diff line
@@ -810,6 +810,29 @@ components:
          $ref: 'TS29571_CommonData.yaml#/components/schemas/PacketLossRateRm'
        extMaxDataBurstVol:
          $ref: 'TS29571_CommonData.yaml#/components/schemas/ExtMaxDataBurstVolRm'
        pduSetQosDl:
          $ref: '#/components/schemas/PduSetQosPara'
        pduSetQosUl:
          $ref: '#/components/schemas/PduSetQosPara'

    PduSetQosPara:
      description: Represents the PDU Set level QoS parameters.
      type: object
      properties:
        pduSetDelayBudget:
          $ref: 'TS29571_CommonData.yaml#/components/schemas/ExtPacketDelBudget'
        pduSetErrRate:
          $ref: 'TS29571_CommonData.yaml#/components/schemas/PacketErrRate'
        pduSetHandlingInfo:
          anyOf:
          - type: string
            enum:
              - ALL_PDUS_NEEDED
              - ALL_PDUS_NOT_NEEDED
          - type: string
      anyOf:
        - required: [ pduSetDelayBudget, pduSetErrRate ]
        - required: [ pduSetHandlingInfo ]

    QosDataList:
      type: array