- General statistics include transmit and receive counts for user part unavailable messages, traffic restarts, and packets dropped.
- The MTP3GenStats structure appears as follows:
typedef struct _Mtp3GenStats /* MTP Level 3 signaling point
* statistics */
{
U32 usrUnavailRx; /* User part unavailable received */
U32 usrUnavailTx; /* User part unavailable transmitted */
U32 traTx; /* Traffic restart allowed transmitted */
U32 traRx; /* Traffic restart allowed received */
U32 trwTx; /* Traffic restart waiting transmitted */
U32 trwRx; /* Traffic restart waiting received */
U32 msuDropRteErr; /* MSU dropped due to a routing data error*/
} MTP3GenStats;
- If the bReset value is a non-zero integer, the statistics will be reset after returning the current values. A value of zero disables the reset function.