Class DiameterCcaResultCode
- java.lang.Object
-
- org.jainslee.resources.diameter.cca.DiameterCcaResultCode
-
public class DiameterCcaResultCode extends Object
Diameter CCA Result Codes defined by RFC 4006.- Author:
- Open Cloud
-
-
Field Summary
Fields Modifier and Type Field Description static int
DIAMETER_CREDIT_CONTROL_NOT_APPLICABLE
The credit-control server determines that the service can be granted to the end user but no further credit-control is needed for the service (eg, service is free of charge).static int
DIAMETER_CREDIT_LIMIT_REACHED
The credit-control server denies the service request since the end-user's account could not cover the requested service.static int
DIAMETER_END_USER_SERVICE_DENIED
The credit-control server denies the service request due to service restrictions.static int
DIAMETER_RATING_FAILED
This error code is used to inform the credit-control client that the credit-control server cannot rate the service request due to insufficient rating input, incorrect AVP combination or due to an AVP or an AVP value that is not recognized or supported in the rating.static int
DIAMETER_USER_UNKNOWN
The specified end user is unknown in the credit-control server.
-
Constructor Summary
Constructors Constructor Description DiameterCcaResultCode()
-
-
-
Field Detail
-
DIAMETER_END_USER_SERVICE_DENIED
public static final int DIAMETER_END_USER_SERVICE_DENIED
The credit-control server denies the service request due to service restrictions. If the CCR contained used-service-units they are deducted, if possible.- See Also:
- Constant Field Values
-
DIAMETER_CREDIT_CONTROL_NOT_APPLICABLE
public static final int DIAMETER_CREDIT_CONTROL_NOT_APPLICABLE
The credit-control server determines that the service can be granted to the end user but no further credit-control is needed for the service (eg, service is free of charge).- See Also:
- Constant Field Values
-
DIAMETER_CREDIT_LIMIT_REACHED
public static final int DIAMETER_CREDIT_LIMIT_REACHED
The credit-control server denies the service request since the end-user's account could not cover the requested service. If the CCR contained used-service-units they are deducted, if possible.- See Also:
- Constant Field Values
-
DIAMETER_USER_UNKNOWN
public static final int DIAMETER_USER_UNKNOWN
The specified end user is unknown in the credit-control server.- See Also:
- Constant Field Values
-
DIAMETER_RATING_FAILED
public static final int DIAMETER_RATING_FAILED
This error code is used to inform the credit-control client that the credit-control server cannot rate the service request due to insufficient rating input, incorrect AVP combination or due to an AVP or an AVP value that is not recognized or supported in the rating. The Failed-AVP AVP MUST be included and contain a copy of the entire AVP(s) that could not be processed successfully or an example of the missing AVP complete with the Vendor-Id if applicable. The value field of the missing AVP should be of correct minimum length and contain zeroes.- See Also:
- Constant Field Values
-
-