libisdn
Q.921 Statistics

Data Structures

struct  Q921StatsCounter

Modules

 Q.921 Statistics, iterator-based
 Q.921 Statistics, access by id

Functions

Q921_API void Q921StatsCounterResetAll (L2TRUNK trunk, const int tei)
 Reset all counter to zero.
Q921_API void Q921StatsCounterReset (L2TRUNK trunk, const int id, const int tei)
 Reset all counter to zero.

Detailed Description

Q.921 Statistic functions


Function Documentation

Q921_API void Q921StatsCounterReset ( L2TRUNK  trunk,
const int  id,
const int  tei 
)

Reset all counter to zero.

Q921StatsCounterReset

Parameters:
[in]trunkpointer to Q.921 data struct
[in]idid of counter to reset
[in]teiQ921_TEI_MAX = all, otherwise reset only counters of given tei
Author:
Stefan Knoblich <s.knoblich@axsentis.de>
Q921_API void Q921StatsCounterResetAll ( L2TRUNK  trunk,
const int  tei 
)

Reset all counter to zero.

Q921StatsCounterResetAll

Parameters:
[in]trunkpointer to Q.921 data struct
[in]teiQ921_TEI_MAX = all, otherwise reset only counters of given tei
Author:
Stefan Knoblich <s.knoblich@axsentis.de>