M3uaInitSctSapCfg

Initializes the provided M3UA SCT SAP configuration structure with default values and the SCT SAP identifier.

Prototype

STATUS TXM3UAFUNC M3UAInitSctSapCfg ( M3UASctSapCfg *pSctSapCfg, S16 sapId)

Argument

Description

pSctSapCfg

Pointer to the M3UASctSapCfg structure that contains default values. For information, see M3UASctSapCfg.

sapId

M3UA identifier of the SCT SAP to initialize.


Return value

Return value

Description

M3UA_SUCCESS

 


Details

After calling M3uaInitSctSapCfg, call M3uaSetSctSapCfg to set the SCTP SAP configuration. You can optionally override specific field values before calling M3uaSetSctSapCfg.

For more information about defining an SCT SAP to the M3UA layer, see M3UA SCT SAP configuration.

See Also

M3uaGetSctSapCfg