Represents the outcome of the AF requested Network Slice replacement.
type:object
required:
-result
properties:
result:
$ref:'#/components/schemas/SliceReplOutcome'
failCause:
$ref:'#/components/schemas/SliceReplFailureCause'
#
# ENUMERATIONS DATA TYPES
#
...
...
@@ -761,6 +787,7 @@ components:
enum:
-SAC_CH
-PDUID_CH
-SLICE_REPLACE_OUTCOME
-type:string
description:>
This string provides forward-compatibility with future extensions to the enumeration but
...
...
@@ -770,22 +797,56 @@ components:
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.
#
SliceReplOutcome:
anyOf:
-type:string
enum:
-SUCCESS
-UNSUCCESS
-SUCCESSFUL
-UNSUCCESSFUL
-type:string
description:>
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 outcome of AF requested Network Slice replacement.
Represents the notification of the outcome of the AF requested Network Slice replacement or
the AF requested Network Slice Replacement termination.
Possible values are:
- SUCCESSFUL: Indicates that the AF requested Network Slice replacement initiation or AF
requested Network Slice Replacement termination is successful.
- UNSUCCESSFUL: Indicates that the AF requested Network Slice replacement initiation or AF
requested Network Slice Replacement termination is unsuccessful.
#
SliceReplFailureCause:
anyOf:
-type:string
enum:
-UNSPECIFIED
-NOT_WITHIN_UE_SUBSCRIPTION
-NOT_SUPPORTED_IN_RA
-INSUFFICIENT_RES
-type:string
description:>
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 cause why the PCF requests the termination of the policy association.
Possible values are:
- SUCCESS: Indicates that the AF requested Network Slice replacement is successful.
- UNSUCCESS: Indicates that the AF requested Network Slice replacement is unsuccessful.
- 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.
- 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.
- 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.
#
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.