UeMemberLteUeCmacSapUser class. More...
Public Member Functions | |
UeMemberLteUeCmacSapUser (LteUeRrc *rrc) | |
Constructor. More... | |
void | NotifyRandomAccessFailed () override |
Notify the RRC that the MAC Random Access procedure failed. More... | |
void | NotifyRandomAccessSuccessful () override |
Notify the RRC that the MAC Random Access procedure completed successfully. More... | |
void | SetTemporaryCellRnti (uint16_t rnti) override |
Public Member Functions inherited from ns3::LteUeCmacSapUser | |
virtual | ~LteUeCmacSapUser () |
Private Attributes | |
LteUeRrc * | m_rrc |
the RRC class More... | |
UeMemberLteUeCmacSapUser class.
Definition at line 54 of file lte-ue-rrc.cc.
ns3::UeMemberLteUeCmacSapUser::UeMemberLteUeCmacSapUser | ( | LteUeRrc * | rrc | ) |
|
overridevirtual |
Notify the RRC that the MAC Random Access procedure failed.
Implements ns3::LteUeCmacSapUser.
Definition at line 90 of file lte-ue-rrc.cc.
References ns3::LteUeRrc::DoNotifyRandomAccessFailed(), and m_rrc.
|
overridevirtual |
Notify the RRC that the MAC Random Access procedure completed successfully.
Implements ns3::LteUeCmacSapUser.
Definition at line 84 of file lte-ue-rrc.cc.
References ns3::LteUeRrc::DoNotifyRandomAccessSuccessful(), and m_rrc.
|
overridevirtual |
rnti | the T-C-RNTI, which will eventually become the C-RNTI after contention resolution |
Implements ns3::LteUeCmacSapUser.
Definition at line 78 of file lte-ue-rrc.cc.
References ns3::LteUeRrc::DoSetTemporaryCellRnti(), and m_rrc.
|
private |
the RRC class
Definition at line 69 of file lte-ue-rrc.cc.
Referenced by NotifyRandomAccessFailed(), NotifyRandomAccessSuccessful(), and SetTemporaryCellRnti().