Loading OpenAPI/TS28541_5GcNrm.yaml +23 −0 Original line number Diff line number Diff line Loading @@ -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 Loading Loading
OpenAPI/TS28541_5GcNrm.yaml +23 −0 Original line number Diff line number Diff line Loading @@ -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 Loading