A Discrete-Event Network Simulator
API
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Groups Pages
ns3::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 ns3::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 61 of file lte-test-cell-selection.h.

Constructor & Destructor Documentation

ns3::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 ns3::LteCellSelectionTestCase::UeSetup_t::checkPoint

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

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

uint16_t ns3::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 66 of file lte-test-cell-selection.h.

uint16_t ns3::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 67 of file lte-test-cell-selection.h.

bool ns3::LteCellSelectionTestCase::UeSetup_t::isCsgMember

Whether UE is allowed access to CSG cell.

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

Vector ns3::LteCellSelectionTestCase::UeSetup_t::position

The position, relative to the inter site distance, where the UE will be spawned in the simulation.

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


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