CCCycleUDR(3.2)
The CCCycle UDR is a container used to correlate a charging request with the corresponding charging answer received from SAP Convergent Charging.
The following fields are included in the CCCycleUDR
:
Field | Description |
---|---|
answer (AbstractChargingAnswer) | One of the CC Charging Answer UDRs defined in Charging Answer UDRs(3.2) |
freeField (any) | This free field can be used to store contextual information regarding the request. For example, it can be used to store the diameter request context associated with a charging request, which will be required to push the answer back on the diameter stack. |
Latency (long - readOnly) | This readonly field will only be populated when the agent emits the answer in the workflow. It contains the latency introduced by the processing of this UDR. |
request (AbstractChargingRequest) | One of the CC Charging Request UDRs defined in Charging Request UDRs(3.2) |
requestId (string) | A free field which is intended to contain the requestId provided by the external system |
startProcessingTime (long - readOnly) | This readonly field is only populated when the agent emits the answer in the workflow. It contains a timestamp which corresponds to the time when the UDR has been submitted to SAP Convergent Charging. |