(Page 13 of 29 in this chapter) Version
typedef struct _Mtp3RoutCfg /* MTP Level 3 routing configuration */
{
U32 dpc; /* Destination point code */
U8 spType; /* Signaling point type */
U8 swtchType; /* Switch type */
U16 cmbLnkSetId; /* Route ID */
Bool loadShar; /* Load sharing indication between link
* sets */
U8 dir; /* Direction. Up (inbound) or Down
* (outbound). */
MTP3RteTimerCfg tmr; /* Route timer configuration */
Bool rteToAdjSp; /* Indicates if this is a route to an
* adjacent SP */
Bool rteToCluster; /* Indicates if this is a route to a
* cluster */
U8 ssf; /* Sub service field */
} MTP3RoutCfg;
dpc or cmbLnkSetId.
typedef struct _Mtp3RteTimerCfg
{
TimerCfg t8; /* Transfer prohibited inhibition timer */
TimerCfg t10; /* Waiting to repeat route set test */
TimerCfg t21; /* Waiting to restart traffic routed through
* adjacent SP */
TimerCfg t25; /* Waiting for traffic restart allowed
* message for ANSI */
} MTP3RteTimerCfg;
(Page 13 of 29 in this chapter) Version