M3uaInitPspCfg

Initializes the provided M3UA peer signaling process configuration structure with default values, the peer signaling process identifier, and the IP address.

Prototype

STATUS TXM3UAFUNC M3uaInitPspCfg ( M3UAPspCfg *pPspCfg, U16 pspId, U32 ipAddr)

Argument

Description

pPspCfg

Pointer to the M3UAPspCfg structure to be initialized. For information, see M3UAPspCfg.

pspId

Identifier of the peer signaling process to initialize.

ipAddr

IP address of the peer signaling process to initialize.


Return value

Return value

Description

M3UA_SUCCESS

 


Details

After calling M3uaInitPspCfg, call M3uaSetPspCfg to set the peer server configuration. You can optionally override specific field values before calling M3uaSetPspCfg.

For more information about defining a peer signaling process to the M3UA layer, see M3UA peer signaling process configuration.

See also

M3uaGetPspCfg