(Page 8 of 12 in this chapter)
#define TCAP_SW_ITU88 1 /* ITU 88 */ #define TCAP_SW_ITU92 2 /* ITU 92 */ #define TCAP_SW_ANS88 3 /* ANSI 88 */ #define TCAP_SW_ANS92 4 /* ANSI 92 */ #define TCAP_SW_ITU97 5 /* ITU 97 */
typedef struct Tcap_Sap_Cfg
{
S16 swtch; /* Protocol selector switch */
U8 selectorUser; /* selector for TCAP User */
U8 spare1; /* spare for alignment */
MemoryId memUser; /* Memory ID - not used */
U8 priorUser; /* priority - not used */
U8 routeUser; /* route - not used */
TmrCfg t1; /* default invocation timer */
TmrCfg t2; /* wait for rejection timer */
U8 seqTimer; /* duration to maintain SLS for
* sequential delivery */
U8 selectorSP; /* selector for SCCP */
MemoryId memSP; /* memory ID/SCCP - not used */
U16 procIdSP; /* processor Id -not used */
U8 entSP; /* SCCP entity ID = ENT_SCCP */
U8 instSP; /* SCCP inst. ID = board num. */
U8 priorSP; /* SCCP priority - not used */
U8 routeSP; /* SCCP route - not used */
S16 spIdSP; /* SCCP SAP ID for this TCAP SAP */
U8 altParamLen; /* Alternate Parameter Length
* Calculation */
U8 spare2; /* spare for alignment */
} TcapSapCfg;
Note: TcapSapCfg structure members not listed in the following table are either unused or for internal use only. These fields are set to correct values by the TCAPInitSapCfg primitive and must not be overridden by the application.
(Page 8 of 12 in this chapter)