Obtains the number of dynamic routing keys associated with the specified peer signaling process.
STATUS TXM3UAFUNC M3uaPspRkIdStatus (U8 board, M3UAPspRkIdSta *pStatus, U16 pspId)
Argument |
Description |
board |
TX board number on which the desired M3UA layer resides. Valid range is 1 through MAXBOARD (currently 32). |
pStatus |
Pointer to the M3uaPspRkIdSta structure where the requested status information is returned. For information, see M3UAPspRkIdSta. |
pspId |
Identifier of the peer signaling process for which to obtain routing key information. |
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. |