(Page 4 of 9 in this chapter) Version
typedef struct _Mtp2LinkStats /* MTP Level 2 link statistics */
{
U32 inService; /* start of in-service */
U32 lclBusy; /* duration of local-busy */
U32 slFailAll; /* all reasons for a signaling link
* failure */
U32 slFailAb; /* Abnormal FIBR/BSNR link failure */
U32 slFailAck; /* delay of acknowledgment link
* failure */
U32 slFailErr; /* excessive error rate link failure */
U32 slFailCong; /* excessive congestion link failure */
U32 slFailAlign; /* alignment link failure */
U32 slNSUErr; /* number of signal units in error */
U32 slNegAck; /* number of negative acknowledgments */
U32 nSifSioTx; /* number of SIF/SIO packets
* transmitted */
U32 nRetrans; /* number of octets transmitted */
U32 mTx; /* information frames transmitted */
U32 lTx; /* receive ready frames transmitted */
U32 fTx; /* receive not ready frames
* transmitted */
U32 nSifSioRx; /* number of SIF/SIO packets received */
U32 mRx; /* information frames received */
U32 lRx; /* receive ready frames received */
U32 fRx; /* receive not ready frames received */
} MTP2LinkStats;
(Page 4 of 9 in this chapter) Version