Deletes the current route definition for an SCCP route specified by the dpc parameter.
SCCP_STATUS SccpDelRteCfg ( U8 board, U32 dpc)
Argument |
Description |
board |
TX board number. |
dpc |
Destination point code. |
Return value |
Description |
SCCP_SUCCESS |
|
SCCP_BOARD |
board is out of range. |
SCCP_DRIVER |
Error occurred accessing the driver. |
SCCP_NOGENCFG |
SccpSetGenCfg has not been called. |
SCCP_NOTFOUND |
Route specified by the dpc parameter was not found. |
SCCP_RESOURCES |
TX board resource is exhausted. Check the txalarm log. |
SCCP_TIMEOUT |
Request timed out. |
SCCP_UNINIT |
Application failed to call SccpMgmtInit prior to this call. |