diff --git a/TS26510_CommonData.yaml b/TS26510_CommonData.yaml index 39e5f35273a410a48c6b7121a6cbf5b0164a4502..1c74db341812a02706ec717a7c9732db98225a1b 100644 --- a/TS26510_CommonData.yaml +++ b/TS26510_CommonData.yaml @@ -1,7 +1,7 @@ openapi: 3.0.0 info: title: 'Media Delivery: Common Data Types' - version: 1.0.2 + version: 1.1.0 description: | Media Delivery: Common Data Types © 2025, 3GPP Organizational Partners (ARIB, ATIS, CCSA, ETSI, TSDSI, TTA, TTC). @@ -12,7 +12,7 @@ tags: description: 'Media Delivery: Common Data Types' externalDocs: - description: 'TS 26.510 V18.4.0; Media Delivery; Interactions and APIs for media session handling' + description: 'TS 26.510 V19.0.0; Media Delivery; Interactions and APIs for media session handling' url: 'https://www.3gpp.org/ftp/Specs/archive/26_series/26.510/' paths: {} @@ -151,6 +151,15 @@ components: pduSetMarking: type: boolean default: false + downlinkDataBurstSizeMarkingRequired: + type: boolean + default: false + downlinkTimeToNextBurstMarkingRequired: + type: boolean + default: false + downlinkExpeditedTransferIndicationMarkingRequired: + type: boolean + default: false UnidirectionalBitRateSpecification: type: object @@ -184,6 +193,9 @@ components: $ref: 'TS29571_CommonData.yaml#/components/schemas/PduSetQosPara' desiredUplinkPduSetQosParameters: $ref: 'TS29571_CommonData.yaml#/components/schemas/PduSetQosPara' + downlinkExpeditedTransferIndication: + type: boolean + default: false ChargingSpecification: type: object diff --git a/TS26510_Maf_SessionHandling_ServiceAccessInformation.yaml b/TS26510_Maf_SessionHandling_ServiceAccessInformation.yaml index 3b2ecb576948b5a3c4d57243f497365cdf59270c..9a0d32c920b85fe714881f06c1e7d43571dfcf64 100644 --- a/TS26510_Maf_SessionHandling_ServiceAccessInformation.yaml +++ b/TS26510_Maf_SessionHandling_ServiceAccessInformation.yaml @@ -1,7 +1,7 @@ openapi: 3.0.0 info: title: Maf_SessionHandling_ServiceAccessInformation - version: 1.0.2 + version: 1.1.0 description: | Media Delivery: Service Access Information API © 2025, 3GPP Organizational Partners (ARIB, ATIS, CCSA, ETSI, TSDSI, TTA, TTC). @@ -12,7 +12,7 @@ tags: description: 'Media Delivery: Service Access Information API' externalDocs: - description: 'TS 26.510 V18.4.0; Media Delivery; Interactions and APIs for media session handling' + description: 'TS 26.510 V19.0.0; Media Delivery; Interactions and APIs for media session handling' url: 'https://www.3gpp.org/ftp/Specs/archive/26_series/26.510/' servers: @@ -199,6 +199,15 @@ components: pduSetMarking: type: boolean default: false + downlinkDataBurstSizeMarkingRequired: + type: boolean + default: false + downlinkTimeToNextBurstMarkingRequired: + type: boolean + default: false + downlinkExpeditedTransferIndicationMarkingRequired: + type: boolean + default: false bdtWindows: type: array minItems: 1