A set of input parameters for setting up a UE in the simulation. More...
#include "lte-test-cell-selection.h"
Public Member Functions | |
UeSetup_t (double relPosX, double relPosY, bool isCsgMember, Time checkPoint, uint16_t expectedCellId1, uint16_t expectedCellId2) | |
UE test setup function. More... | |
Public Attributes | |
Time | checkPoint |
The time in simulation when the UE is verified by the test script. More... | |
uint16_t | expectedCellId1 |
The cell ID that the UE is expected to attach to (0 means that the UE should not attach to any cell). More... | |
uint16_t | expectedCellId2 |
An alternative cell ID that the UE is expected to attach to (0 means that this no alternative cell is expected). More... | |
bool | isCsgMember |
Whether UE is allowed access to CSG cell. More... | |
Vector | position |
The position, relative to the inter site distance, where the UE will be spawned in the simulation. More... | |
A set of input parameters for setting up a UE in the simulation.
Definition at line 69 of file lte-test-cell-selection.h.
LteCellSelectionTestCase::UeSetup_t::UeSetup_t | ( | double | relPosX, |
double | relPosY, | ||
bool | isCsgMember, | ||
Time | checkPoint, | ||
uint16_t | expectedCellId1, | ||
uint16_t | expectedCellId2 | ||
) |
UE test setup function.
relPosX | relative position to the inter site distance in X |
relPosY | relative position to the inter site distance in Y |
isCsgMember | if true, simulation is allowed access to CSG cell |
checkPoint | the time in the simulation when the UE is verified |
expectedCellId1 | ///< The cell ID that the UE is expected to attach to (0 means that the UE should not attach to any cell). |
expectedCellId2 | ///< An alternative cell ID that the UE is expected to attach to (0 means that this no alternative cell is expected). |
Definition at line 118 of file lte-test-cell-selection.cc.
Time LteCellSelectionTestCase::UeSetup_t::checkPoint |
The time in simulation when the UE is verified by the test script.
Definition at line 73 of file lte-test-cell-selection.h.
uint16_t LteCellSelectionTestCase::UeSetup_t::expectedCellId1 |
The cell ID that the UE is expected to attach to (0 means that the UE should not attach to any cell).
Definition at line 74 of file lte-test-cell-selection.h.
uint16_t LteCellSelectionTestCase::UeSetup_t::expectedCellId2 |
An alternative cell ID that the UE is expected to attach to (0 means that this no alternative cell is expected).
Definition at line 75 of file lte-test-cell-selection.h.
bool LteCellSelectionTestCase::UeSetup_t::isCsgMember |
Whether UE is allowed access to CSG cell.
Definition at line 72 of file lte-test-cell-selection.h.
Vector LteCellSelectionTestCase::UeSetup_t::position |
The position, relative to the inter site distance, where the UE will be spawned in the simulation.
Definition at line 71 of file lte-test-cell-selection.h.