A Discrete-Event Network Simulator
API
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Groups Pages
LteCellSelectionTestCase::UeSetup_t Struct Reference

A set of input parameters for setting up a UE in the simulation. More...

#include <lte-test-cell-selection.h>

+ Collaboration diagram for LteCellSelectionTestCase::UeSetup_t:

Public Member Functions

 UeSetup_t (double relPosX, double relPosY, bool isCsgMember, Time checkPoint, uint16_t expectedCellId1, uint16_t expectedCellId2)
 

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...
 

Detailed Description

A set of input parameters for setting up a UE in the simulation.

Definition at line 67 of file lte-test-cell-selection.h.

Constructor & Destructor Documentation

LteCellSelectionTestCase::UeSetup_t::UeSetup_t ( double  relPosX,
double  relPosY,
bool  isCsgMember,
Time  checkPoint,
uint16_t  expectedCellId1,
uint16_t  expectedCellId2 
)

Definition at line 119 of file lte-test-cell-selection.cc.

Member Data Documentation

Time LteCellSelectionTestCase::UeSetup_t::checkPoint

The time in simulation when the UE is verified by the test script.

Definition at line 71 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 72 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 73 of file lte-test-cell-selection.h.

bool LteCellSelectionTestCase::UeSetup_t::isCsgMember

Whether UE is allowed access to CSG cell.

Definition at line 70 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 69 of file lte-test-cell-selection.h.


The documentation for this struct was generated from the following files: