How To Achieve Multi-RUM Authorization
(Doc ID 733630.1)
Last updated on OCTOBER 07, 2019
Applies to:
Oracle Communications Billing and Revenue Management - Version 7.3.0.0.0 to 7.3.0.0.1 [Release 7.3.0]Information in this document applies to any platform.
Goal
Consider the below scenario:
1. Configured a product for /service/telco/gprs
a) Enabled Multi-RUM support
b) Event Map has the following rows:
Real Time Telco Session --> Measured by VolumeUpLoad --> Balance Impact => Scaled Amount=1 , Unit=Byte
Real Time Telco Session --> Measured by VolumeDownload --> Balance Impact => Scaled Amount=2 , Unit=Byte
2. Modified pin_config_reservation_aaa_prefs_gprs. This file is used to specify the default quota to be authorized for the specified RUM :
/config/reserve/gprs
#
# Following is the flist for creating/modifying the /config/reserve/gprs object.
# These preferences will be read and used in policy opcode implementations.
#
0 PIN_FLD_RESERVATION_INFO ARRAY [0]
1 PIN_FLD_QUANTITY DECIMAL [0] 100
1 PIN_FLD_MIN_QUANTITY DECIMAL [0] 0
1 PIN_FLD_INCR_QUANTITY DECIMAL [0] 100
1 PIN_FLD_RUM_NAME STR [0] "Amount"
1 PIN_FLD_REQ_MODE ENUM [0] 1
1 PIN_FLD_UNIT ENUM [0] 0
0 PIN_FLD_RESERVATION_INFO ARRAY [1]
1 PIN_FLD_QUANTITY DECIMAL [0] 60
1 PIN_FLD_MIN_QUANTITY DECIMAL [0] 0
1 PIN_FLD_INCR_QUANTITY DECIMAL [0] 50
1 PIN_FLD_RUM_NAME STR [0] "Duration"
1 PIN_FLD_REQ_MODE ENUM [0] 2
1 PIN_FLD_UNIT ENUM [0] 0
0 PIN_FLD_RESERVATION_INFO ARRAY [2]
1 PIN_FLD_QUANTITY DECIMAL [0] 102400
1 PIN_FLD_MIN_QUANTITY DECIMAL [0] 5120
1 PIN_FLD_INCR_QUANTITY DECIMAL [0] 102400
1 PIN_FLD_RUM_NAME STR [0] "VolumeUpLoad"
1 PIN_FLD_REQ_MODE ENUM [0] 4
1 PIN_FLD_UNIT ENUM [0] 12
1 PIN_FLD_RATIO INT [0] 1
1 PIN_FLD_IS_PRIMARY_RUM ENUM [0] 1
0 PIN_FLD_RESERVATION_INFO ARRAY [3]
1 PIN_FLD_QUANTITY DECIMAL [0] 102400
1 PIN_FLD_MIN_QUANTITY DECIMAL [0] 5120
1 PIN_FLD_INCR_QUANTITY DECIMAL [0] 102400
1 PIN_FLD_RUM_NAME STR [0] "VolumeDownLoad"
1 PIN_FLD_REQ_MODE ENUM [0] 4
1 PIN_FLD_UNIT ENUM [0] 12
1 PIN_FLD_RATIO INT [0] 1
1 PIN_FLD_IS_PRIMARY_RUM ENUM [0] 0
3. From /sys/data/config, run the command :
EXPECTED RESULT
Both the RUMs, that is, VolumeUpLoad and VolumeDownload should be authorized. In the above output flist expecting a PIN_FLD_RUM_MAP ARRAY for VolumeUpLoad also.
ACTUAL RESULT
From the above output flist, observed only VolumeDownload is authorized.
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 |