Commit eee1c11e authored by rstoica's avatar rstoica
Browse files

26510-CR0018r2 [S4-251076] - [5G_RTP_Ph2] Enabling RTC support of dynamic traffic characteristics



Implements dynamic traffic characteristics:
- data burst size
- time to next burst (subject to resolve TODOs pending on RAN2 LS)
- expedited transfer indication

to following data structures and resources:
- ServiceAccessInformation resource
- QosRange data model
- ClientQosSpecification data model

Additional comments:
- Rebased onto specs after CT#108

Signed-off-by: default avatarAndrei Stoica <rstoica@lenovo.com>
parent a3be7536
Loading
Loading
Loading
Loading
Loading
+15 −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,16 @@ components:
        pduSetMarking:
          type: boolean
          default: false
        downlinkDataBurstSizeMarkingRequired:
          type: boolean
          default: false
        # TODO: Resolve commented lines below when "[ ]" are resolved for time to next burst
        #downlinkTimeToNextBurstMarkingRequired:
        #  type: boolean
        #  default: false
        downlinkExpeditedTransferIndicationMarkingRequired:
          type: boolean
          default: false

    UnidirectionalBitRateSpecification:
      type: object
@@ -184,6 +194,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
+12 −2
Original line number Diff line number Diff line
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,16 @@ components:
                  pduSetMarking:
                    type: boolean
                    default: false
                  downlinkDataBurstSizeMarkingRequired:
                    type: boolean
                    default: false
                  # TODO: Resolve commented lines below when "[ ]" are resolved for time to next burst
                  #downlinkTimeToNextBurstMarkingRequired:
                  #  type: boolean
                  #  default: false
                  downlinkExpeditedTransferIndicationMarkingRequired:
                    type: boolean
                    default: false
                  bdtWindows:
                    type: array
                    minItems: 1