Initializes the provided M3UA route configuration structure with default values and the associated DPC.
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 |
Description |
M3UA_SUCCESS |
|
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.