(Page 23 of 29 in this chapter) Version
typedef struct _Mtp3RouteStatus /* MTP Level 3 - route status */
{
U32 dpc; /* Destination point code */
U16 nmbActvLnkSets; /* Number of active link sets */
U16 nmbCongLnkSets; /* Number of congested link sets */
U8 state; /* Route state */
Bool cong; /* Route set is congested */
Bool rstFlg; /* SP restarting flag */
} MTP3RouteStatus;
(Page 23 of 29 in this chapter) Version