A Discrete-Event Network Simulator
API
Loading...
Searching...
No Matches
ns3::LteUeConfig_t Struct Reference

Parameters for configuring the UE. More...

#include "lte-common.h"

+ Collaboration diagram for ns3::LteUeConfig_t:

Public Member Functions

 LteUeConfig_t ()
 

Public Attributes

bool m_reconfigureFlag
 When false means that the message is intended for configuring a new UE.
 
uint16_t m_rnti
 RNTI.
 
uint16_t m_srsConfigurationIndex
 Srs Configuration index for UE specific SRS, see section 8.2 of TS 36.213.
 
uint8_t m_transmissionMode
 Transmission mode [1..7] (i.e., SISO, MIMO, etc.)
 

Friends

bool operator< (const LteUeConfig_t &a, const LteUeConfig_t &b)
 Less than operator.
 
bool operator== (const LteUeConfig_t &a, const LteUeConfig_t &b)
 Equality operator.
 

Detailed Description

Parameters for configuring the UE.

Definition at line 84 of file lte-common.h.

Constructor & Destructor Documentation

◆ LteUeConfig_t()

ns3::LteUeConfig_t::LteUeConfig_t ( )

Definition at line 103 of file lte-common.cc.

Friends And Related Function Documentation

◆ operator<

bool operator< ( const LteUeConfig_t a,
const LteUeConfig_t b 
)
friend

Less than operator.

Parameters
alhs
brhs
Returns
true if "less than"
Parameters
alhs
brhs
Returns
true if "less than"

Definition at line 127 of file lte-common.cc.

◆ operator==

bool operator== ( const LteUeConfig_t a,
const LteUeConfig_t b 
)
friend

Equality operator.

Parameters
alhs
brhs
Returns
true if "equal"
Parameters
alhs
brhs
Returns
true if "equal"

Definition at line 115 of file lte-common.cc.

Member Data Documentation

◆ m_reconfigureFlag

bool ns3::LteUeConfig_t::m_reconfigureFlag

When false means that the message is intended for configuring a new UE.

Definition at line 93 of file lte-common.h.

◆ m_rnti

uint16_t ns3::LteUeConfig_t::m_rnti

RNTI.

Definition at line 89 of file lte-common.h.

◆ m_srsConfigurationIndex

uint16_t ns3::LteUeConfig_t::m_srsConfigurationIndex

Srs Configuration index for UE specific SRS, see section 8.2 of TS 36.213.

Definition at line 101 of file lte-common.h.

◆ m_transmissionMode

uint8_t ns3::LteUeConfig_t::m_transmissionMode

Transmission mode [1..7] (i.e., SISO, MIMO, etc.)

Definition at line 97 of file lte-common.h.


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