4.4.26. DataPlanColumnDef Previous topic Parent topic Child topic Next topic

This optional parameter allows you to define the way Radiator interprets the result of the DataPlanSelect statement.
You can specify any number of DataPlanColumnDef parameters, one for each interesting field returned by DataPlanSelect. The general format is:
DataPlanColumnDef n, dataitem
  • n is the index of the field in the result of DataPlanSelect. 0 is the first field.
  • dataitem is the name of a entry in the data plan information
The subscriber information entries required by the modules shipped with Radiator policy and charging support use the following information:

Table 6. Data plan information fetched from the SPR

Name Description
id Index or other identifier that uniquely identifies this data plan in the SPR
name Free form description of this data plan for humans. Not used with Gx protocol.
octets Size of data plan in octets. Value is in octets, for example 1000000000 for 1*10^9 octets
default_octets Default octets to allocate. Set to NULL to use DefaultOctets configuration parameter
min_octets Minimum octets to allocate. Set to NULL to use MinOctets configuration parameter
time Size of data plan in seconds
default_time Default octets to allocate. Set to NULL to use DefaultTime configuration parameter
min_time Minimum time to allocate. Set to NULL to use MinTime configuration parameter
thresholds List of comma separated threshold percentages. For example, 75,50,25,0. When one or more threshold values are reached, ThresholdHook is called once for each value.