Commit bb3d10ed authored by Meifang Zhu's avatar Meifang Zhu
Browse files

Replace TS29514_Npcf_PolicyAuthorization.yaml for CT#111

parent a80e3111
Loading
Loading
Loading
Loading
Loading
+3293 −3291
Original line number Diff line number Diff line
@@ -2,14 +2,14 @@ openapi: 3.0.0

info:
  title: Npcf_PolicyAuthorization Service API
  version: 1.4.0
  version: 1.4.1
  description: |
    PCF Policy Authorization Service.  
    © 2025, 3GPP Organizational Partners (ARIB, ATIS, CCSA, ETSI, TSDSI, TTA, TTC).  
    All rights reserved.

externalDocs:
  description: 3GPP TS 29.514 V19.5.0; 5G System; Policy Authorization Service; Stage 3.
  description: 3GPP TS 29.514 V19.6.0; 5G System; Policy Authorization Service; Stage 3.
  url: 'https://www.3gpp.org/ftp/Specs/archive/29_series/29.514/'

servers:
@@ -1473,13 +1473,13 @@ components:
          items:
            $ref: '#/components/schemas/MpxMediaInfo'
          minItems: 1
          description: Multiplexed media identification information for the Uplink IP flow.
          description: (S)RTP Multiplexed media identification information for the Uplink IP flow.
        mpxMediaDlInfos:
          type: array
          items:
            $ref: '#/components/schemas/MpxMediaInfo'
          minItems: 1
          description: Multiplexed media identification information for the Downlink IP flow.
          description: (S)RTP Multiplexed media identification information for the Downlink IP flow.

    MediaSubComponentRm:
      description: >
@@ -1535,14 +1535,14 @@ components:
          items:
            $ref: '#/components/schemas/MpxMediaInfo'
          minItems: 1
          description: Multiplexed media identification information for the Uplink IP flow.
          description: (S)RTP Multiplexed media identification information for the Uplink IP flow.
          nullable: true
        mpxMediaDlInfos:
          type: array
          items:
            $ref: '#/components/schemas/MpxMediaInfo'
          minItems: 1
          description: Multiplexed media identification information for the Downlink IP flow.
          description: (S)RTP Multiplexed media identification information for the Downlink IP flow.
          nullable: true
      nullable: true

@@ -2712,7 +2712,7 @@ components:
          description: Identifications of the non-GBR service data flows.

    MpxMediaInfo:
      description: Contains the Multiplexed Media Identification Information.
      description: Contains the (S)RTP Multiplexed Media Identification Information.
      type: object
      properties:
        ssrcId:
@@ -2948,6 +2948,7 @@ components:
          - RATE_LIMIT_INFO_REPO
          - UP_PATH_CHANGE
          - CN_HEALTH_MONITOR
          - UE_TEMPORARILY_UNAVAILABLE
      - type: string
        description: >
          This string provides forward-compatibility with future extensions to the enumeration
@@ -3289,3 +3290,4 @@ components:
        - REST_TRIGGERED: The PDU session is being restored.
        - REST_NOT_TRIGGERED: The PDU session exists and it is not being restored.
        - NOT_FOUND: The PDU session was not found.