(Page 22 of 30 in this chapter)
SCCP_SW_ITU88
SCCP_SW_ITU92
SCCP_SW_ANS88
SCCP_SW_ANS92
typedef struct
{
S16 swType; /* Protocol Switch
* type/version */
U8 selector; /* selector */
U8 spare1; /* alignment */
MemoryId mem; /* memory region & pool id */
U8 bkupPcInd; /* backup point code indicator
* (0==none) */
U8 spare2; /* alignment */
U32 bkupPc; /* backup point code */
U16 numConPc; /* number of concerned
* point codes */
U32 conPcList[SCCP_MAXCONPC]; /* list of concerned
* point codes */
U8 useMsk; /* use address mask?
* (0=no, 1=yes) */
U8 spare3; /* alignment */
SccpAddrMask addrMsk; /* address mask for outgoing
* pkts on this SAP */
U8 priority; /* priority */
U8 route; /* route */
U8 hopCnt; /* default Hop Count
* (between 1 and 15) */
} SccpUSapCfg;
(Page 22 of 30 in this chapter)