RADIUS Attributes Reference
86
RADIUS ATTRIBUTES REFERENCE GUIDE
RELEASE 14.0.R4
3HE 10793 AAAB TQZZA 01 Issue: 01
Table 15 Accounting: On-line Charging (Limits)
Attribute ID Attribute Name Type Limits SR OS Format
26-6527-95 Alc-Credit-
Control-
CategoryMap
string 32 chars Example: Alc-Credit-Control-CategoryMap
= MyCatMap
26-6527-96 Alc-Credit-
Control-Quota
string (2^64 - 1) volume
value
(2^32 - 1) time
value
16 attributes
volume-value volume-units|time-value
time- units|category-name
<volume-value>: converted in bytes and
stored in 64 bit counter
- value '0' = no volume credit
- value between 1 Byte and (2^64 - 1 /
18446744073709551615) Bytes
<time-value>: converted in seconds and
stored in 32 bit counter
- value '0' = no time credit
- value between 1 second and (2^32 - 1 /
4294967295) seconds
<volume-units>:
- in byte (B or units omitted), kilobyte (K or
KB), megabyte (M or MB), gigabyte (G or
GB)
- a combination (10GB200MB20KB|) of
different volume units is not allowed.
<time-units>:
- in seconds (s or units omitted), in minutes
(m), in hours (h), in days (d)
- a combination of different time units is
allowed with some restrictions: 15m30s is
accepted while 15m60s is not.
Example: 500 MByte volume credit for
category cat1 and 1 day, 2 hours, 3 minutes
and 4 seconds time credit for category cat2
Alc-Credit-Control-Quota +=
500MB|0|cat1,
Alc-Credit-Control-Quota +=
0|1d2h3m4s|cat2,