(Page 21 of 30 in this chapter)
typedef struct
{
S16 swType; /* not used */
U8 ssn; /* subsystem number */
U8 status; /* status */
U8 bkupPcInd; /* backup point code indicator
* (0=none) */
U8 spare1; /* alignment */
U32 bkupPc; /* backup point code */
U16 numConPc; /* number of concerned point codes */
U32 conPcList[SCCP_MAXCONPC]; /* concerned point codes */
} SccpSsnCfg;
typedef struct
{
S16 swType; /* Protocol Switch
* type/version */
U32 dpc; /* destination point code */
U8 status; /* adjacent/translator
* flags */
U8 bkupPcInd; /* backup point code
* indicator (0=none) */
U32 bkupPc; /* backup point code */
U8 numSsns; /* number of subsystems */
U8 spare1; /* alignment */
SccpSsnCfg ssnList[SCCP_MAXSSNS]; /*subsystems for this dpc */
} SccpRouteCfg;
(Page 21 of 30 in this chapter)