Builds a swiConfigBoardClock message to establish the clock source for a board. For more information, refer to swiConfigBoardClock in the Switching Service Developer's Reference Manual. Refer to the NMS OAM System User's Manual for information about clock fallback configurations.
U32 txswiConfigBoardClock ( CPIPKT *pkt, SWI_CLOCK_ARGS *args)
Argument |
Description |
pkt |
Pointer to the CPI packet to be formatted into a TX SWI request message. NULL = Return the byte length of the CPI packet required to send the request. |
args |
Pointer to the clock arguments. |
Return value |
Description |
SUCCESS |
If pkt is NULL, the size of the required CPI packet is returned. If pkt is not NULL, 0 is returned to indicate a successful request, or an error code is returned if the request failed. |