M3uaSctSapStatistics

Obtains and optionally resets the statistics for the specified SCTP service access point.

Prototype

STATUS TXM3UAFUNC M3uaSctSapStatistics ( U8 board, M3UASctSapSts *pSts, Bool isReset, S16 suId)

Argument

Description

board

TX board number on which the desired M3UA layer resides. Valid range is 1 through MAXBOARD (currently 32).

pSts

Pointer to the M3UASctSapSts structure where the requested statistics information is returned. For information, see M3UASctSapSts.

isReset

If non-zero, statistics are reset after returning them to the application.

suId

M3UA identifier of the SCT SAP for which to obtain statistics.


Return values

Return value

Description

M3UA_SUCCESS

 

M3UA_BOARD

Invalid board number.

M3UA_DRIVER

CPI driver error.

M3UA_HANDLE

M3UAMgmtInit was not called for the specified board.

M3UA_PARAM

Invalid parameter.

M3UA_RESPONSE

Incorrect response from the board.

M3UA_TIMEOUT

No response from the board.