#include <lte-common.h>
Public Member Functions | |
| LteUeConfig_t () | |
Public Attributes | |
| uint16_t | m_rnti |
| uint8_t | m_transmissionMode |
Friends | |
| bool | operator< (const LteUeConfig_t &a, const LteUeConfig_t &b) |
| bool | operator== (const LteUeConfig_t &a, const LteUeConfig_t &b) |
Definition at line 59 of file lte-common.h.
| ns3::LteUeConfig_t::LteUeConfig_t | ( | ) |
Definition at line 77 of file lte-common.cc.
|
friend |
Definition at line 90 of file lte-common.cc.
|
friend |
Definition at line 84 of file lte-common.cc.
| uint16_t ns3::LteUeConfig_t::m_rnti |
Definition at line 61 of file lte-common.h.
Referenced by ns3::LteEnbMac::DoCschedUeConfigUpdateInd(), ns3::LteUeRrc::DoRrcConfigurationUpdateInd(), ns3::LteEnbRrc::DoRrcConfigurationUpdateInd(), ns3::operator<(), ns3::operator==(), and ns3::LteEnbRrc::SetupRadioBearer().
| uint8_t ns3::LteUeConfig_t::m_transmissionMode |
Definition at line 62 of file lte-common.h.
Referenced by ns3::LteEnbMac::DoCschedUeConfigUpdateInd(), ns3::LteUeRrc::DoRrcConfigurationUpdateInd(), ns3::LteEnbRrc::DoRrcConfigurationUpdateInd(), ns3::LteUeMac::DoRrcUpdateConfigurationReq(), and ns3::LteEnbRrc::SetupRadioBearer().