Public Member Functions | |
UeMemberLteUePhySapProvider (LteUePhy *phy) | |
virtual void | SendLteControlMessage (Ptr< LteControlMessage > msg) |
Send SendLteControlMessage (PDCCH map, CQI feedbacks) using the ideal control channel. More... | |
virtual void | SendMacPdu (Ptr< Packet > p) |
Send the MAC PDU to the channel. More... | |
virtual void | SendRachPreamble (uint32_t prachId, uint32_t raRnti) |
send a preamble on the PRACH More... | |
![]() | |
virtual | ~LteUePhySapProvider () |
Private Attributes | |
LteUePhy * | m_phy |
Definition at line 67 of file lte-ue-phy.cc.
ns3::UeMemberLteUePhySapProvider::UeMemberLteUePhySapProvider | ( | LteUePhy * | phy | ) |
Definition at line 81 of file lte-ue-phy.cc.
|
virtual |
Send SendLteControlMessage (PDCCH map, CQI feedbacks) using the ideal control channel.
msg | the Ideal Control Message to send |
Implements ns3::LteUePhySapProvider.
Definition at line 93 of file lte-ue-phy.cc.
References ns3::LteUePhy::DoSendLteControlMessage(), and m_phy.
Send the MAC PDU to the channel.
p | the MAC PDU to send |
Implements ns3::LteUePhySapProvider.
Definition at line 87 of file lte-ue-phy.cc.
References ns3::LteUePhy::DoSendMacPdu(), and m_phy.
|
virtual |
send a preamble on the PRACH
prachId | the ID of the preamble |
Implements ns3::LteUePhySapProvider.
Definition at line 99 of file lte-ue-phy.cc.
References ns3::LteUePhy::DoSendRachPreamble(), and m_phy.
|
private |
Definition at line 78 of file lte-ue-phy.cc.
Referenced by SendLteControlMessage(), SendMacPdu(), and SendRachPreamble().