DataPlanSelect
statement.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 informationName | 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. |