Configuring Charging Failure Handling
To configure failure handling action for both converged charging and offline charging failure cases under the charging profile, use the following commands:
configure
profile network-element chf charging_profile_name
nf-client-profile offline_charging_profile_name
failure-handling-profile failure_handling_profile_name
exit
exit
NOTES:
-
profile network-element chf charging_profile_name : Specifies the charging function (CHF) as the network element profile. charging_profile_name must an alphanumeric string representing the corresponding network element profile name.
-
nf-client-profile offline_charging_profile_name : Specifies the local NF client profile.offline_charging_profile_name must an alphanumeric string representing the corresponding NF client profile name.
-
failure-handling-profile failure_handling_profile_name : Specifies the NRF failure handling network profile for the configured NF type. failure_handling_profile-name must an alphanumeric string representing the corresponding NRF failure handling network profile name.
Sample Configuration
The following is a sample configuration of the failure handling action for converged charging:
profile nf-client-failure nf-type chf
profile failure-handling [failure_handling_profile_name]
service name type nchf-convergedcharging
message type ChfConvergedchargingCreate
status-code httpv2 0
action continue
exit