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