Sends a request to enable or disable tracing of TCAP protocol messages.
S16 TCAPTraceControl ( U8 board, U32 flags)
Argument |
Description |
board |
TX board to which this request is directed. |
flags |
Bit map of trace facilities to turn on or off. |
Return value |
Description |
TCAP_SUCCESS |
|
TCAPM_BOARD |
board is out of range. |
TCAPM_DRIVER |
Error occurred accessing the driver. |
TCAPM_FAILED |
Task on the TX board reported a failure. |
TCAPM_TIMEOUT |
Request timed out. |
TCAPM_UNINIT |
Application failed to call TCAPInitMgmtAPI prior to this call. |
TCAPTraceControl is currently not implemented.
TCAP supports only protocol buffer tracing (dumps of all TCAP protocol messages sent or received).
0x00 |
TCAP_BUFTRACE_OFF |
0x01 |
TCAP_BUFTRACE_ON |