Parameters for configuring the UE. More...
#include "lte-common.h"
Public Member Functions | |
| LteUeConfig_t () | |
Public Attributes | |
| bool | m_reconfigureFlag |
| When false means that the message is intended for configuring a new UE. More... | |
| uint16_t | m_rnti |
| RNTI. More... | |
| uint16_t | m_srsConfigurationIndex |
| Srs Configuration index for UE specific SRS, see section 8.2 of TS 36.213. More... | |
| uint8_t | m_transmissionMode |
| Transmission mode 1..7 More... | |
Friends | |
| bool | operator< (const LteUeConfig_t &a, const LteUeConfig_t &b) |
| Less than operator. More... | |
| bool | operator== (const LteUeConfig_t &a, const LteUeConfig_t &b) |
| Equality operator. More... | |
Parameters for configuring the UE.
Definition at line 78 of file lte-common.h.
| ns3::LteUeConfig_t::LteUeConfig_t | ( | ) |
Definition at line 104 of file lte-common.cc.
|
friend |
Less than operator.
| a | lhs |
| b | rhs |
Definition at line 131 of file lte-common.cc.
|
friend |
Equality operator.
| a | lhs |
| b | rhs |
Definition at line 118 of file lte-common.cc.
| bool ns3::LteUeConfig_t::m_reconfigureFlag |
When false means that the message is intended for configuring a new UE.
Definition at line 87 of file lte-common.h.
| uint16_t ns3::LteUeConfig_t::m_rnti |
RNTI.
Definition at line 83 of file lte-common.h.
Referenced by ns3::operator<(), and ns3::operator==().
| 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 95 of file lte-common.h.
| uint8_t ns3::LteUeConfig_t::m_transmissionMode |
Transmission mode 1..7
Definition at line 91 of file lte-common.h.