M3uaInitPsCfg

Initializes the provided M3UA peer server configuration structure with default values and the peer server identifier.

Prototype

STATUS TXM3UAFUNC M3uaInitPsCfg ( M3UAPsCfg *pPsCfg, U32 psId)

Argument

Description

pPsCfg

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

psId

Identifier of the peer server to initialize.


Return value

Return value

Description

M3UA_SUCCESS

 


Details

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

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

See also

M3uaGetPsCfg