M3uaInitNSapCfg

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

Prototype

STATUS TXM3UAFUNC M3uaInitNSapCfg ( M3UANSapCfg *pNSapCfg, S16 nsapId)

Argument

Description

pNSapCfg

Pointer to the M3UANSapCfg structure that contains the NSAP configuration values. For information, see M3UANSapCfg.

nsapId

Identifier of the NSAP to initialize.


Return value

Return value

Description

M3UA_SUCCESS

 


Details

After calling M3uaInitNSapCfg, call M3uaSetNSapCfg to set the NSAP configuration. You can optionally override specific field values before calling M3uaSetNSapCfg.

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

See also

M3uaGetNSapCfg