Httpgateway to Construct the Response Without Going to ECS for Specific Rgid
(Doc ID 3061740.1)
Last updated on DECEMBER 03, 2024
Applies to:
Oracle Communications BRM - Elastic Charging Engine - Version 12.0.0.8.0 and laterInformation in this document applies to any platform.
Goal
See the following scenario raised by customer running Oracle Communications Elastic Charging Engine (ECE) 12.0.0.8.11 version:
Request arriving in httpGateway and having a specific Rating Group (RGID=rating group ID) should not be passed to ECS for charging, but instead httpGateway should construct and send the response message.
RGID(Rating Group ID) 9000 is a free usage RGID which should not be charged or consumed from the Balances. It is expected httpGateway will respond back to the SMF with the RGID and Time/Volume threshold in the MultipleUnitUsage block.
In order to implement such requirement customer customized SampleHttpExtension.java by using the extensionContext.setBypassOCS() method, but the response is going as null values.
See the following in httpGateway1.log:
Is it possible to implement such requirement by customization of SampleHttpExtension or this is an enhancement request?
Solution
To view full details, sign in with your My Oracle Support account. |
|
Don't have a My Oracle Support account? Click to get started! |
In this Document
Goal |
Solution |
References |