Commit 037fab31 authored by bradburyr's avatar bradburyr
Browse files

Merge branch 'AMD-PRO-MED-QoS' into 'REL-19'

[AMD_PRO-MED] WT8: Improved QoS support for Media Streaming services (26510-CR0020 -> 26510-CR0032)

See merge request !6
parents 8f03b139 32595064
Loading
Loading
Loading
Loading
Loading
+4 −0
Original line number Diff line number Diff line
@@ -196,6 +196,10 @@ components:
        downlinkExpeditedTransferIndication:
          type: boolean
          default: false
        l4SRequired:
          type: boolean
        qoSMonitoringRequired:
          type: boolean

    ChargingSpecification:
      type: object
+7 −2
Original line number Diff line number Diff line
openapi: 3.0.0
info:
  title: Maf_Provisioning_PolicyTemplates
  version: 1.0.2
  version: 1.1.0
  description: |
    Media Delivery: Policy Templates Provisioning API
    © 2025, 3GPP Organizational Partners (ARIB, ATIS, CCSA, ETSI, TSDSI, TTA, TTC).
@@ -12,7 +12,7 @@ tags:
    description: 'Media Delivery: Policy Templates Provisioning 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:
@@ -325,6 +325,11 @@ components:
          $ref: 'TS29122_CommonData.yaml#/components/schemas/BdtReferenceId'
        bdtSpecification:
          $ref: '#/components/schemas/BdtPolicySchedule'
        l4SEnablementPreference:
          type: boolean
          default: false
        qoSMonitoringConfiguration:
          $ref: 'TS29122_AsSessionWithQoS.yaml#/components/schemas/QosMonitoringInformation'

    BdtPolicySchedule:
      type: object
+11 −2
Original line number Diff line number Diff line
openapi: 3.0.0
info:
  title: Maf_SessionHandling_DynamicPolicy
  version: 1.0.2
  version: 1.1.0
  description: |
    Media Delivery: Dynamic Policy API
    © 2025, 3GPP Organizational Partners (ARIB, ATIS, CCSA, ETSI, TSDSI, TTA, TTC).
@@ -12,7 +12,7 @@ tags:
    description: 'Media Delivery: Dynamic Policy 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:
@@ -312,6 +312,15 @@ components:
        qosEnforcement:
          readOnly: true
          type: boolean
        l4SEnabled:
          readOnly: true
          type: boolean
        qoSMonitoringEnabled:
          readOnly: true
          type: boolean
        qoSMonitoringResults:
          readOnly: true
          $ref: 'TS29122_AsSessionWithQoS.yaml#/components/schemas/QosMonitoringReport'

    ApplicationFlowBinding:
      description: "A binding between an Application Flow and its QoS requirements provided by the Media Client."
+6 −0
Original line number Diff line number Diff line
@@ -213,6 +213,12 @@ components:
                    minItems: 1
                    items:
                      $ref: 'TS26510_CommonData.yaml#/components/schemas/BdtWindow'
                  l4SEnablementPreference:
                    type: boolean
                    default: false
                  qoSMonitoringEnablementPreference:
                    type: boolean
                    default: false
            sdfMethods:
              type: array
              items: