User`s guide
Remote Interface (API) Programming Command Reference 6
E6651A User’s Guide 139
BS Emulator Test Functions
E6651_GetBSTestMode
Declaration int E6651_GetBSTestMode(BYTE MID, int * Value);
Parameter
MID [in]: E6651’s equipment number to be controlled
remotely.
Value [out]: Current activated test mode information.
UL Padding: 0
DL UDP: 1
DL Ping: 2
Return Value
Success: STATE_SUCCESS(1)
Failure: STATE_ERROR(- 1)
Description Retrieve current active test mode of E6651(MID) when E6651
is operating in Base Station Emulator mode.
E6651_SetBSTestMode
Declaration int E6651_SetBSTestMode(BYTE MID, int Value);
Parameter
MID [in]: E6651’s equipment number to be controlled
remotely.
Value [in]: Test mode information to be set.
UL Padding: 0
DL UDP: 1
DL Ping: 2
Return Value
Success: STATE_SUCCESS(1)
Failure: STATE_ERROR(- 1)
Description Set test mode of E6651(MID).
E6651_GetBSRunTest
Declaration int E6651_GetBSRunTest(BYTE MID, int * Value);
Parameter
MID [in]: E6651’s equipment number to be controlled
remotely.
Value [out]: On/Off information of Test Mode
ON: 1
OFF: 0
Return Value
Success: STATE_SUCCESS(1)
Failure: STATE_ERROR(- 1)
Description Retrieve test mode On/Off information of E6651(MID) when
E6651 is operating in Base Station Emulator mode.