cgprsCgTariffTimeNextIndex
CISCO-GPRS-CHARGING-MIB ·
.1.3.6.1.4.1.9.9.192.1.1.20
Object
This object contains an appropriate value to
be used for cgprsCgTariffTimeIndex when creating
entries in the cgprsCgTariffTimeTable. The value 0
indicates that no new rows can be created. Otherwise,
it is recommended that values are assigned contiguously,
starting from 1.
Algorithm for Tariff Time creation by a Manager:
done = false
while done == false
begin
index = GET (cgprsCgTariffTimeNextIndex.0)
if ( index == 0 ) break;
SET (cgprsCgTariffTimeNextIndex.0=index) &&
SET(cgprsCgTariffTimeRowStatus.index=createAndGo)
if (set failed)
done = false
else
done = true
end.
Context
- MIB
- CISCO-GPRS-CHARGING-MIB
- OID
.1.3.6.1.4.1.9.9.192.1.1.20- Type
- scalar
- Access
- readwrite
- Status
- current
- Parent
- ciscoGprsChargingConfig
Syntax
SNMPv2-TCTestAndIncr
Values & Constraints
No enumerated values or constraints recorded.