|
file | time_cc.h |
| Report the cumulative counter of time for which a flag is true as rate counter.
|
file | time_cc.c |
Report the cumulative counter of time for which a flag is true as rate counter.
Useful for reporting cumulative time counters as defined in 3GPP TS 52.402, for example allAvailableSDCCHAllocated, allAvailableTCHAllocated, availablePDCHAllocatedTime.
For a usage example, see the description of struct osmo_time_cc.
◆ osmo_time_cc_cleanup()
◆ osmo_time_cc_init()
◆ osmo_time_cc_set_flag()
void osmo_time_cc_set_flag |
( |
struct osmo_time_cc * | tc, |
|
|
bool | flag ) |