(Page 20 of 30 in this chapter)
SCCP_SW_ITU
SCCP_SW_ANS
typedef struct
{
U8 length; /* length in bytes */
U8 strg[SCCP_LENADDR]; /* address value - hex bcd digits */
U8 spare1; /* alignment */
} SccpAddrMask;
typedef struct
{
S16 swType; /* Protocol Switch type/version */
U8 dpcLen; /* dpc length(PCLEN_ANSI |
* PCLEN_ITU) */
U8 spare1; /* alignment */
U32 dpc; /* point code for this nsap
* (switch) */
S16 maxMsgLen; /* max message length for
* MTP3 on this SAP */
S16 txQThr; /* max msgs queued to MTP3
* before discarding */
U8 useMsk; /* use address mask? (0=no, 1=yes) */
U8 spare2; /* alignment */
SccpAddrMask addrMsk; /* address mask for incoming pkts
* on this SAP */
MemoryId mem; /* memory region & pool id */
U8 selector; /* selector */
U8 spare3; /* alignment */
U16 dstProcId; /* destination processor id */
U8 priority; /* priority */
U8 route; /* route */
U8 dstEnt; /* destination entity */
U8 dstInst; /* detination instance */
S16 spId; /* service provider id */
U8 hopCnt; /* default Hop Count
* (between 1 and 15) */
U8 ssf; /* subsytem part of SIO to
* be used on NSAP */
} SccpNSapCfg;
(Page 20 of 30 in this chapter)