M3uaMgmtInit

Initializes internal structures and opens communication with the M3UA layer on the TX board.

Prototype

STATUS TXM3UAFUNC M3uaMgmtInit ( U8 board, U8 srcEnt, U8 srcInst)

Argument

Description

board

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

srcEnt

Source entity ID, which is the channel to open for communication with TX board.

srcInst

Source instance ID.


Return values

Return value

Description

M3UA_SUCCESS

 

M3UA_BOARD

Invalid board number.

M3UA_DRIVER

CPI driver error.


Details

You must call this function once before calling any other management functions. The source entity ID must be from 0x20 through 0x7F and unique for each application accessing the M3UA layer through the management API.

The source instance ID should always be 0 for host applications.

See also

M3uaMgmtCtrl, M3uaMgmtTerm