Commit 25e8345a authored by fernandezju's avatar fernandezju
Browse files

Edit TS29543_Npcf_PDTQPolicyControl.yaml

parent 719122a7
Loading
Loading
Loading
Loading
Loading
+19 −9
Original line number Diff line number Diff line
@@ -2,14 +2,14 @@ openapi: 3.0.0

info:
  title: Npcf_PDTQPolicyControl API
  version: 1.1.0
  version: 1.2.0-alpha.1
  description: |
    PCF PDTQ Policy Control service.  
    © <2025>, 3GPP Organizational Partners (ARIB, ATIS, CCSA, ETSI, TSDSI, TTA, TTC).  
    © 2026, 3GPP Organizational Partners (ARIB, ATIS, CCSA, ETSI, TSDSI, TTA, TTC).  
    All rights reserved.

externalDocs:
  description: 3GPP TS 29.543 V19.3.0; 5G System; Data Transfer Policy Control Services; Stage 3.
  description: 3GPP TS 29.543 V20.0.0; 5G System; Data Transfer Policy Control Services; Stage 3.
  url: 'https://www.3gpp.org/ftp/Specs/archive/29_series/29.543/'

servers:
@@ -52,9 +52,7 @@ paths:
          headers:
            Location:
              description: >
                Contains the URI of the created Individual PDTQ policy resource,
                according to the structure
                {apiRoot}/npcf-pdtq-policy-control/v1/pdtq-policies/{pdtqPolicyId}
                Contains the URI of the created Individual PDTQ policy resource.
              required: true
              schema:
                type: string
@@ -134,14 +132,14 @@ paths:
        - Individual PDTQ policy (Document)
      parameters:
        - name: pdtqPolicyId
          description: String identifying the individual PDTQ policy resource in the PCF.
          description: String identifying the Individual PDTQ policy resource in the PCF.
          in: path
          required: true
          schema:
            type: string
      responses:
        '200':
          description: OK, a representation of an Individual PDTQ policy resource is returned.
          description: OK, a representation of the Individual PDTQ policy resource is returned.
          content:
            application/json:
              schema:
@@ -178,7 +176,7 @@ paths:
        - Individual PDTQ policy (Document)
      parameters:
        - name: pdtqPolicyId
          description: String identifying the individual PDTQ policy resource in the PCF.
          description: String identifying the Individual PDTQ policy resource in the PCF.
          in: path
          required: true
          schema:
@@ -363,6 +361,18 @@ components:
            disabled (false). Default value is false.
          type: boolean
          default: false
        energyInd:
          type: boolean
          default: false
          description: >
            Contains the Energy Indicator that indicates whether there is 
            interest in transferring data in time windows that consume lower energy.
            true indicates that there is interest in transferring data in time windows that
            consume lower energy.
            false (default) indicates that there is no interest in transferring data in time
            windows that consume lower energy.
        timeWinTol:
          $ref: 'TS29122_CommonData.yaml#/components/schemas/DurationSec'

    QosParameterSet:
      description: >