- Route statistics include transmit and receive counts for such messages as test, congestion, transfer prohibited, transfer restricted, and transfer allowed, as well as number of routes unavailable and duration of route unavailability. All counts are U32 fields. Refer to the MTP3RouteStats structure for detailed information:
typedef struct _Mtp3RouteStats /* MTP Level 3 route statistics */
{
U32 dpc; /* Destination point code of this route */
U32 routeTstTx; /* Route set test transmitted */
U32 routeTstRx; /* Route set test received */
U32 congTstRx; /* Route set congestion test received */
U32 congTstTx; /* Route set congestion test transmitted */
U32 txProhibTx; /* Transfer prohibited transmitted */
U32 txProhibRx; /* Transfer prohibited received */
U32 txRestrictRx; /* Transfer restricted received */
U32 txAllowTx; /* Transfer allowed transmitted */
U32 txAllowRx; /* Transfer allowed received */
U32 rteUnavCnt; /* Route unavailable */
U32 sifOctTx; /* Number of SIF octets transmitted */
U32 sioOctTx; /* Number of SIO octets transmitted */
U32 durRteUnav; /* Duration of route unavailability */
} MTP3RouteStats;