M3uaInitRteCfg

Initializes the provided M3UA route configuration structure with default values and the associated DPC.

Prototype

STATUS TXM3UAFUNC M3uaInitRteCfg ( M3UARteCfg *rte, U32 dpc)

Argument

Description

rte

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

dpc

Destination point code of the route to initialize.


Return value

Return value

Description

M3UA_SUCCESS

 


Details

After calling M3uaInitRteCfg, call M3uaSetRteCfg to set the route configuration. You can optionally override specific field values before calling M3uaSetRteCfg.

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

See also

M3uaGetRteCfg