Public Member Functions | |
UeMemberLteUeCmacSapUser (LteUeRrc *rrc) | |
virtual void | NotifyRandomAccessFailed () |
virtual void | NotifyRandomAccessSuccessful () |
virtual void | SetTemporaryCellRnti (uint16_t rnti) |
![]() | |
virtual | ~LteUeCmacSapUser () |
Private Attributes | |
LteUeRrc * | m_rrc |
Definition at line 53 of file lte-ue-rrc.cc.
ns3::UeMemberLteUeCmacSapUser::UeMemberLteUeCmacSapUser | ( | LteUeRrc * | rrc | ) |
Definition at line 66 of file lte-ue-rrc.cc.
|
virtual |
Notify the RRC that the MAC Random Access procedure failed
Implements ns3::LteUeCmacSapUser.
Definition at line 85 of file lte-ue-rrc.cc.
References ns3::LteUeRrc::DoNotifyRandomAccessFailed(), and m_rrc.
|
virtual |
Notify the RRC that the MAC Random Access procedure completed successfully
Implements ns3::LteUeCmacSapUser.
Definition at line 79 of file lte-ue-rrc.cc.
References ns3::LteUeRrc::DoNotifyRandomAccessSuccessful(), and m_rrc.
|
virtual |
rnti | the T-C-RNTI, which will eventually become the C-RNTI after contention resolution |
Implements ns3::LteUeCmacSapUser.
Definition at line 72 of file lte-ue-rrc.cc.
References ns3::LteUeRrc::DoSetTemporaryCellRnti(), and m_rrc.
|
private |
Definition at line 63 of file lte-ue-rrc.cc.
Referenced by NotifyRandomAccessFailed(), NotifyRandomAccessSuccessful(), and SetTemporaryCellRnti().