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

Edit TS28541_5GcNrm.yaml

parent ec3ead94
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