Configures a charging
characteristics (CC) profile, within the accounting profile configuration,
for CDR generation.
Syntax
cc profile index { buckets num | interval seconds | serving-nodes num | tariff
time1 min
hrs [ time2 min hrs...time4 min hrs ] | volume { downlink octets { uplink octets } | total octets | uplink octets { downlink octets } } }
default cc profile index
no cc profile index { buckets | interval | serving-nodes | tariff | volume }
default
Returns all profile
features, for the specified profile index, to their default settings.
no
Returns the specified
feature to its default setting.
profile index
Specifies a billing
type to be applied to this profile. index must be
one of the following:
1: Hot billing
2: Flat billing
4: Prepaid
billing
8: Normal
billing
buckets num
Default: 4
Specifies the number
of container changes in the S-GW CDR due to QoS changes or tariff times.
If an accounting policy is not configured, this value is 4.
In 12.1 and earlier releases, num must
be an integer value from 1 through 4.
interval seconds
Default: disabled
Specifies a time interval
for closing the charging record if the minimum volume thresholds are
satisfied. seconds must
be an integer value from 60 through 40000000.
serving-nodes num
Default: 4
Specifies the number
of serving node changes (inter-serving node switchovers) after which the
interim CDR is generated. In P-GW and S-GW, a partial record needs
to be generated whenever there is a serving node address list overflow.
Serving node is added to the CDR list during handover scenarios. num must
be an integer value from 1 through 4. If an accounting policy is
not configured, this value is 4.
tariff time1 min hrs [ time2 min hrs...time4 min hrs ]
Specifies time-of-day
values used to determine when a container is closed in the charging records.
time1 min hrs:
Specifies the first time-of-day value used to close the current
container in the charging record. min must
be an integer value from 0 through 59. hrs must
be an integer value from 0 through 23.
time2 min hrs...time4 minutes hours:
Specifies the second, third and fourth time-of-day values used to
close containers in the charging record. min must
be an integer value from 0 through 59. hrs must
be an integer value from 0 through 23.
volume { downlink octets { uplink octets } | total octets | uplink octets { downlink octets } }
Specifies octet volume
thresholds for the generation of interim CDRs.
downlink octets: Sets
the threshold limit for the number of downlink octets that must
be reached before the charging record is closed.
In 12.1 and earlier
releases, the downlink octets must
be an integer value from 100000 to 1345294336.
total octets: Sets
the threshold limit for the total number of octets that must be
reached before the charging record is closed.
In 12.1 and earlier
releases, the totaloctets must
be an integer value from 100000 to 400000000.
uplink octets: Sets
the threshold limit for the number of uplink octets that must be
reached before the charging record is closed.
In 12.1 and earlier
releases, the uplink octets must
be an integer value from 100000 to 400000000.
Usage:
Use this command to
set charging characteristics that directly affect the CDR generation on
the HSGW, P-GW, or S-GW.
Example:
The following command
creates a hot billing profile with a total octet volume threshold
set to 500000:
cc profile 1 volume
total 500000