#include <lte-ue-cmac-sap.h>
Public Member Functions | |
virtual | ~LteUeCmacSapUser () |
virtual void | NotifyRandomAccessFailed ()=0 |
virtual void | NotifyRandomAccessSuccessful ()=0 |
virtual void | SetTemporaryCellRnti (uint16_t rnti)=0 |
Service Access Point (SAP) offered by the UE MAC to the UE RRC
This is the MAC SAP User, i.e., the part of the SAP that contains the RRC methods called by the MAC
Definition at line 111 of file lte-ue-cmac-sap.h.
|
virtual |
Definition at line 32 of file lte-ue-cmac-sap.cc.
|
pure virtual |
Notify the RRC that the MAC Random Access procedure failed
Implemented in ns3::UeMemberLteUeCmacSapUser.
Referenced by ns3::LteUeMac::RaResponseTimeout().
|
pure virtual |
Notify the RRC that the MAC Random Access procedure completed successfully
Implemented in ns3::UeMemberLteUeCmacSapUser.
Referenced by ns3::LteUeMac::RecvRaResponse().
|
pure virtual |
rnti | the T-C-RNTI, which will eventually become the C-RNTI after contention resolution |
Implemented in ns3::UeMemberLteUeCmacSapUser.
Referenced by ns3::LteUeMac::RecvRaResponse().