M3uaInitGenCfg

Initializes the provided M3UA general configuration structure with default values.

Prototype

STATUS TXM3UAFUNC M3uaInitGenCfg ( M3UAGenCfg *pGencfg)

Argument

Description

pGenCfg

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


Return value

Return value

Description

M3UA_SUCCESS

 


Details

After calling M3uaInitGenCfg, call M3uaSetGenCfg to set the M3UA general configuration values. You can optionally override specific field values before calling M3uaSetGenCfg.

For more information about configuring general parameters for the M3UA layer, see General M3UA configuration.

See also

M3uaGetGenCfg