Commit 6b49bae7 authored by bradburyr's avatar bradburyr
Browse files

Resolve merge conflict.

parents 3664f49a 51b404f2
Loading
Loading
Loading
Loading
Loading
+3 −3
Original line number Diff line number Diff line
openapi: 3.0.0
info:
  title: Maf_Provisioning (Real-Time media Communication)
  version: 1.0.0
  version: 1.1.0
  description: |
    RTC AF Provisioning API
    © 2024, 3GPP Organizational Partners (ARIB, ATIS, CCSA, ETSI, TSDSI, TTA, TTC).
    © 2025, 3GPP Organizational Partners (ARIB, ATIS, CCSA, ETSI, TSDSI, TTA, TTC).
    All rights reserved.

tags:
@@ -12,7 +12,7 @@ tags:
    description: 'Real-Time media Communication: AF Provisioning APIs'

externalDocs:
  description: 'TS 26.113 V18.0.0; Real-Time Media Communication; Protocols and APIs'
  description: 'TS 26.113 V19.0.0; Real-Time Media Communication; Protocols and APIs'
  url: 'https://www.3gpp.org/ftp/Specs/archive/26_series/26.512/'

servers:
+3 −3
Original line number Diff line number Diff line
openapi: 3.0.0
info:
  title: Maf_SessionHandling (Real-Time media Communication)
  version: 1.0.0
  version: 1.1.0
  description: |
    RTC AF Provisioning API
    © 2024, 3GPP Organizational Partners (ARIB, ATIS, CCSA, ETSI, TSDSI, TTA, TTC).
    © 2025, 3GPP Organizational Partners (ARIB, ATIS, CCSA, ETSI, TSDSI, TTA, TTC).
    All rights reserved.

tags:
@@ -12,7 +12,7 @@ tags:
    description: 'Real-Time media Communication: Media Session Handling APIs'

externalDocs:
  description: 'TS 26.113 V18.0.0; Real-Time Media Communication; Protocols and APIs'
  description: 'TS 26.113 V19.0.0; Real-Time Media Communication; Protocols and APIs'
  url: 'https://www.3gpp.org/ftp/Specs/archive/26_series/26.113/'

servers:
+18 −2
Original line number Diff line number Diff line
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,13 @@ components:
          $ref: 'TS29571_CommonData.yaml#/components/schemas/PduSetQosPara'
        desiredUplinkPduSetQosParameters:
          $ref: 'TS29571_CommonData.yaml#/components/schemas/PduSetQosPara'
        downlinkExpeditedTransferIndication:
          type: boolean
          default: false
        l4SRequired:
          type: boolean
        qoSMonitoringRequired:
          type: boolean

    ChargingSpecification:
      type: object
+6 −1
Original line number Diff line number Diff line
openapi: 3.0.0
info:
  title: Maf_Provisioning_PolicyTemplates
  version: 1.0.3
  version: 1.1.0
  description: |
    Media Delivery: Policy Templates Provisioning API
    © 2025, 3GPP Organizational Partners (ARIB, ATIS, CCSA, ETSI, TSDSI, TTA, TTC).
@@ -324,6 +324,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."
Loading