This parameter allows you to define the way Radiator
interprets the result of the ServiceSelect
statement.
You can specify any number of
ServiceColumnDef
parameters, one for each interesting
field returned by ServiceSelect
. The general format
is:
ServiceColumnDef n, dataitem
n
is the index of the field in the result of
ServiceSelect
. 0
is the first
field.
dataitem
is the name of a entry in the
PCC rule information
The service information entries required by the modules shipped
with Radiator policy and charging support use the following
information:
Table 12. Service information fetched from the OCSDB
id |
Index or other identifier that uniquely identifies this
service in the OCSDB |
name |
Free form description of this service for humans. Not
used with Gy protocol. |
service_identifier |
Value of Service-Identifier
attribute in Gy messages |
default_allocation |
How many service units are allocated for the service by
default |
unit_type |
Currently supported value is
TOTAL_OCTETS |
unit_price |
Price for one unit_type |
rating_group |
Defined as value of Rating-Group
attribute if service belongs to a rating group.
NULL or empty otherwise |
pool_identifier |
Defined as value of
G-S-U-Pool-Identifier attribute if service
belongs to a pool. NULL or empty
otherwise |