Commit da44f859 authored by bradburyr's avatar bradburyr
Browse files

26510-CR0030 [S4-251224]: Rename dynamic policy data types

parent 5d431e3a
Loading
Loading
Loading
Loading
+3 −3
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.0.3
  description: |
    Media Delivery: Common Data Types
    © 2025, 3GPP Organizational Partners (ARIB, ATIS, CCSA, ETSI, TSDSI, TTA, TTC).
@@ -130,7 +130,7 @@ components:
        pduSetQosLimits:
          $ref: 'TS29571_CommonData.yaml#/components/schemas/PduSetQosPara'

    QosRange:
    PolicyConstraints:
      type: object
      required:
        - componentReference
@@ -166,7 +166,7 @@ components:
        minimumRequestedBitRate:
          $ref: 'TS29571_CommonData.yaml#/components/schemas/BitRate'

    ClientQosSpecification:
    ClientPolicySpecification:
      type: object
      required:
        - downlinkBitRates
+2 −2
Original line number Diff line number Diff line
openapi: 3.0.0
info:
  title: Maf_Provisioning_PolicyTemplates
  version: 1.0.2
  version: 1.0.3
  description: |
    Media Delivery: Policy Templates Provisioning API
    © 2025, 3GPP Organizational Partners (ARIB, ATIS, CCSA, ETSI, TSDSI, TTA, TTC).
@@ -318,7 +318,7 @@ components:
          type: array
          minItems: 1
          items:
            $ref: 'TS26510_CommonData.yaml#/components/schemas/QosRange'
            $ref: 'TS26510_CommonData.yaml#/components/schemas/PolicyConstraints'
        chargingSpecification:
          $ref: 'TS26510_CommonData.yaml#/components/schemas/ChargingSpecification'
        bdtPolicyId:
+2 −2
Original line number Diff line number Diff line
openapi: 3.0.0
info:
  title: Maf_SessionHandling_DynamicPolicy
  version: 1.0.2
  version: 1.0.3
  description: |
    Media Delivery: Dynamic Policy API
    © 2025, 3GPP Organizational Partners (ARIB, ATIS, CCSA, ETSI, TSDSI, TTA, TTC).
@@ -325,7 +325,7 @@ components:
        applicationFlowDescription:
          $ref: 'TS26510_CommonData.yaml#/components/schemas/ApplicationFlowDescription'
        qosSpecification:
          $ref: 'TS26510_CommonData.yaml#/components/schemas/ClientQosSpecification'
          $ref: 'TS26510_CommonData.yaml#/components/schemas/ClientPolicySpecification'

    ClientBdtSpecification:
      description: "A client-facing set of Background Data Transfer bids/grants."
+4 −4
Original line number Diff line number Diff line
openapi: 3.0.0
info:
  title: Maf_SessionHandling_NetworkAssistance
  version: 1.0.2
  version: 1.0.3
  description: |
    Media Delivery: Network Assistance API
    © 2025, 3GPP Organizational Partners (ARIB, ATIS, CCSA, ETSI, TSDSI, TTA, TTC).
@@ -276,7 +276,7 @@ paths:
          content:
            application/json:
              schema:
                  $ref: 'TS26510_CommonData.yaml#/components/schemas/ClientQosSpecification'
                  $ref: 'TS26510_CommonData.yaml#/components/schemas/ClientPolicySpecification'
        '400': # Bad Request: The syntax of the HTTP request is malformed in a way not covered by one of the following more specific client errors
          $ref: 'TS29571_CommonData.yaml#/components/responses/400'
        '401': # Unauthorized
@@ -406,8 +406,8 @@ components:
        applicationFlowDescription:
          $ref: 'TS26510_CommonData.yaml#/components/schemas/ApplicationFlowDescription'
        requestedQoS:
          $ref: 'TS26510_CommonData.yaml#/components/schemas/ClientQosSpecification'
          $ref: 'TS26510_CommonData.yaml#/components/schemas/ClientPolicySpecification'
        recommendedQoS:
          readOnly: true
          allOf:
            - $ref: 'TS26510_CommonData.yaml#/components/schemas/ClientQosSpecification'
            - $ref: 'TS26510_CommonData.yaml#/components/schemas/ClientPolicySpecification'
+2 −2
Original line number Diff line number Diff line
openapi: 3.0.0
info:
  title: M5_DynamicPolicies
  version: 3.0.3
  version: 3.0.4
  description: |
    5GMS AF M5 Dynamic Policy API (deprecated)
    © 2025, 3GPP Organizational Partners (ARIB, ATIS, CCSA, ETSI, TSDSI, TTA, TTC).
@@ -44,7 +44,7 @@ components:
        provisioningSessionId:
          $ref: 'TS26510_CommonData.yaml#/components/schemas/ResourceId'
        qosSpecification:
          $ref: 'TS26510_CommonData.yaml#/components/schemas/ClientQosSpecification'
          $ref: 'TS26510_CommonData.yaml#/components/schemas/ClientPolicySpecification'
        enforcementMethod:
          readOnly: true
          type: string
Loading