Public Member Functions | |
UeMemberLteUeCmacSapProvider (LteUeMac *mac) | |
virtual void | AddLc (uint8_t lcId, LteUeCmacSapProvider::LogicalChannelConfig lcConfig, LteMacSapUser *msu) |
add a new Logical Channel (LC) More... | |
virtual void | ConfigureRach (RachConfig rc) |
virtual void | RemoveLc (uint8_t lcId) |
remove an existing LC More... | |
virtual void | Reset () |
reset the MAC More... | |
virtual void | StartContentionBasedRandomAccessProcedure () |
tell the MAC to start a contention-based random access procedure, e.g., to perform RRC connection establishment More... | |
virtual void | StartNonContentionBasedRandomAccessProcedure (uint16_t rnti, uint8_t preambleId, uint8_t prachMask) |
tell the MAC to start a non-contention-based random access procedure, e.g., as a consequence of handover More... | |
![]() | |
virtual | ~LteUeCmacSapProvider () |
Private Attributes | |
LteUeMac * | m_mac |
Definition at line 53 of file lte-ue-mac.cc.
ns3::UeMemberLteUeCmacSapProvider::UeMemberLteUeCmacSapProvider | ( | LteUeMac * | mac | ) |
Definition at line 71 of file lte-ue-mac.cc.
|
virtual |
add a new Logical Channel (LC)
lcId | the ID of the LC |
lcConfig | the LC configuration provided by the RRC |
msu | the corresponding LteMacSapUser |
Implements ns3::LteUeCmacSapProvider.
Definition at line 96 of file lte-ue-mac.cc.
References ns3::LteUeMac::DoAddLc(), and m_mac.
|
virtual |
Implements ns3::LteUeCmacSapProvider.
Definition at line 77 of file lte-ue-mac.cc.
References ns3::LteUeMac::DoConfigureRach(), and m_mac.
|
virtual |
remove an existing LC
lcId |
Implements ns3::LteUeCmacSapProvider.
Definition at line 102 of file lte-ue-mac.cc.
References ns3::LteUeMac::DoRemoveLc(), and m_mac.
|
virtual |
reset the MAC
Implements ns3::LteUeCmacSapProvider.
Definition at line 108 of file lte-ue-mac.cc.
References ns3::LteUeMac::DoReset(), and m_mac.
|
virtual |
tell the MAC to start a contention-based random access procedure, e.g., to perform RRC connection establishment
Implements ns3::LteUeCmacSapProvider.
Definition at line 83 of file lte-ue-mac.cc.
References ns3::LteUeMac::DoStartContentionBasedRandomAccessProcedure(), and m_mac.
|
virtual |
tell the MAC to start a non-contention-based random access procedure, e.g., as a consequence of handover
rnti | |
rapId | Random Access Preamble Identifier |
prachMask |
Implements ns3::LteUeCmacSapProvider.
Definition at line 89 of file lte-ue-mac.cc.
References ns3::LteUeMac::DoStartNonContentionBasedRandomAccessProcedure(), and m_mac.
|
private |
Definition at line 67 of file lte-ue-mac.cc.
Referenced by AddLc(), ConfigureRach(), RemoveLc(), Reset(), StartContentionBasedRandomAccessProcedure(), and StartNonContentionBasedRandomAccessProcedure().