M3UASctSapCfg

Dependent functions: M3uaGetSctSapCfg, M3uaInitSctSapCfg, M3uaSetSctSapCfg

The following M3UASctSapCfg structure contains M3UA SCT SAP configuration parameters. Bold text indicates fields you can set. Unbolded fields are either unused or for internal use only. They are set to the correct value by M3uaInitSctSapCfg and must not be overridden.

typedef struct _M3UASctSapCfg       /* SCT SAP configuration */
{
    S16             suId;           /* service user SAP ID */

    U16             srcPort;        /* source port for listening endpoint */

    NetAddrLst      srcAddrLst;     /* source address list */
    TmrCfg          tmrPrim;        /* lower SAP primitive time */
    TmrCfg          tmrSta;         /* congestion poll time */
    MemoryId        mem;            /* memory region and pool ID */
    U8              selector;       /* selector for SCT */
    U8              spare1;         /* alignment */
    U16             procId;         /* processor ID */
    U8              ent;            /* entity */
    U8              inst;           /* instance */
    U8              prior;          /* priority */
    U8              route;          /* route */
    S16             spId;           /* service provider ID */

    U16             spare2;         /* alignment */
} M3UASctSapCfg;

Only one SCT SAP may be configured. The following table describes the fields in the M3UASctSapCfg structure that you can set. These fields are not re-configurable.

Field

Type

Default

Description

suId

S16

0

M3UA identifier for this SCT SAP. The only valid value is 0.

srcPort

U16

2905

Source port for the listening endpoint.

spId

S16

0

SCTP identifier for this SCT SAP. The only valid value is 0.