From 0d3ffa2ef2e6ecf1645da03664f15c2df28b0978 Mon Sep 17 00:00:00 2001 From: Pengxiang Xie Date: Tue, 12 Aug 2025 15:10:10 +0800 Subject: [PATCH] Edit TS28541_5GcNrm.yaml --- OpenAPI/TS28541_5GcNrm.yaml | 23 +++++++++++++++++++++++ 1 file changed, 23 insertions(+) diff --git a/OpenAPI/TS28541_5GcNrm.yaml b/OpenAPI/TS28541_5GcNrm.yaml index b93b8d3fa..36a8add33 100755 --- a/OpenAPI/TS28541_5GcNrm.yaml +++ b/OpenAPI/TS28541_5GcNrm.yaml @@ -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 -- GitLab