Commit 582c43c9 authored by Meifang Zhu's avatar Meifang Zhu
Browse files

Replace TS29534_Npcf_AMPolicyAuthorization.yaml

parent 1ad17909
Loading
Loading
Loading
Loading
Loading
+18 −16
Original line number Diff line number Diff line
@@ -2,7 +2,7 @@ openapi: 3.0.0
#
info:
  title: Npcf_AMPolicyAuthorization Service API
  version: 1.2.0-alpha.2
  version: 1.2.0-alpha.3
  description: |
    PCF Access and Mobility Policy Authorization Service.  
    © 2025, 3GPP Organizational Partners (ARIB, ATIS, CCSA, ETSI, TSDSI, TTA, TTC).  
@@ -10,7 +10,7 @@ info:

externalDocs:
  description: >
    3GPP TS 29.534 V19.1.0;
    3GPP TS 29.534 V19.2.0;
    5G System; Access and Mobility Policy Authorization Service; Stage 3.
  url: 'https://www.3gpp.org/ftp/Specs/archive/29_series/29.534/'
#
@@ -795,10 +795,12 @@ components:
      description: |
        Represents the PCF notification event to the NF service consumer.  
        Possible values are:
        - SAC_CH: Service Area Coverage Change.
        - PDUID_CH: The PDUID assigned to a UE for the UE ProSe Policies changed.
        - SLICE_REPLACE_OUTCOME: This notification of the outcome of AF requested
          Network Slice replacement.
        - SAC_CH: Indicates that the AM event is the service area coverage change for a UE.
        - PDUID_CH: Indicates that the AM event is that the PDUID assigned to a UE for the UE ProSe
          Policies changed.
        - SLICE_REPLACE_OUTCOME: Indicates that the AM event is the notification of the outcome of
          either the AF requested Network Slice Replacement initiation or the AF requested Network
          Slice Replacement termination.
#
    SliceReplOutcome:
      anyOf:
@@ -811,8 +813,7 @@ components:
            This string provides forward-compatibility with future extensions to the enumeration but
            is not used to encode content defined in the present version of this API.
      description: |
        Represents the notification of the outcome of the AF requested Network Slice replacement or
        the AF requested Network Slice Replacement termination.  
        Represents the AF requested Network Slice replacement outcome related information.
        Possible values are:
        - SUCCESSFUL: Indicates that the AF requested Network Slice replacement initiation or AF
          requested Network Slice Replacement termination is successful.
@@ -834,19 +835,20 @@ components:
          extensions to the enumeration but is not used to encode
          content defined in the present version of this API.
      description: |
        Represents the cause why the PCF requests the termination of the policy association.  
        Represents the failure cause of the enforcement of the AF requested Network Slice
        Replacement requirements.
        Possible values are:
        - UNSPECIFIED: Indicates that the failure cause of the enforcement of the AF requested
          Network Slice Replacement requirements is for unspecified reasons.
        - NOT_WITHIN_UE_SUBSCRIPTION: Indicates that the failure cause of the enforcement of the AF
          requested Network Slice Replacement requirements is, because the provided Alternative
          S-NSSAI is not part of the UE's subscription.
          requested Network Slice Replacement requirements is because the provided
          Alternative/Initial S-NSSAI is not part of the UE's subscription.
        - NOT_SUPPORTED_IN_RA: Indicates that the failure cause of the enforcement of the AF
          requested Network Slice Replacement requirements is, because the provided
          Alternative or the initial S-NSSAI is not supported in the UE's Registration Area.
          requested Network Slice Replacement requirements is because the provided
          Alternative/Initial S-NSSAI is not supported in the UE's Registration Area.
        - INSUFFICIENT_RES: Indicates that the failure cause of the enforcement of the AF
          requested Network Slice Replacement requirements is, because of insufficient resources
          in the provided Alternative or the initial S-NSSAI.
          requested Network Slice Replacement requirements is because of insufficient resources
          in the provided Alternative/Initial S-NSSAI.
#
    AppAmContextRespData:
      description: It represents a response to a modification or creation request of an Individual Application AM resource. It may contain the notification of the already met events.