Mode - BS Emulator

This topic describes the following functions:

E6651_Get/Set BSStart

Declaration

int E6651_GetBSStart(BYTE MID, BYTE* Value);

int E6651_SetBSStart(BYTE MID, BYTE Value);

Parameter

MID [in]: User defined E6651A Machine ID.

Value [out]: Current status of E6651 Base Station Emulation mode.

Value [in]: Current status of E6651 Base Station Emulation mode.

0 - Stop
1 - Start

Return Value

Success: STATE_SUCCESS(1)

Failure: STATE_ERROR(-1)

Description

Retrieve and set the E6651A Base Station Emulation mode.

E6651_Get/Set BSTestMode

Declaration

int E6651_GetBSTestMode(BYTE MID, int* Value);

int E6651_SetBSTestMode(BYTE MID, int Value);

Parameter

MID [in]: User defined E6651A Machine ID.

Value [out]: Current activated test mode information.

Value [in]: Test mode information to be set.

0 - iwTestModePadding - UL Padding
1 - iwTestModeDLUDP - DL UDP
2 - iwTestModeDLPing - DL Ping
3 - iwTestModeHARQ - HARQ Test Mode

Return Value

Success: STATE_SUCCESS(1)

Failure: STATE_ERROR(-1)

Description

Retrieve and set current active test mode when the E6651A is operating in Base Station Emulator mode.

E6651_Get/Set BSRunTest

Declaration

int E6651_GetBSRunTest(BYTE MID, int* Value);

int E6651_SetBSRunTest(BYTE MID, int Value);

Parameter

MID [in]: User defined E6651A Machine ID.

Value [out]: Current Test Mode setting

Value [in]: Set the test mode on or off.

0 - Off
1 - On

Return Value

Success: STATE_SUCCESS(1)

Failure: STATE_ERROR(-1)

Description

Retrieve and set test mode specified by the E6651_Get/Set BSTestMode command on or off.