 Inheritance diagram for ns3::UeMemberLteUePhySapProvider:
 Inheritance diagram for ns3::UeMemberLteUePhySapProvider:| 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) | 
| Private Attributes | |
| LteUePhy * | m_phy | 
Definition at line 66 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 92 of file lte-ue-phy.cc.
Send the MAC PDU to the channel.
| p | the MAC PDU to send | 
Implements ns3::LteUePhySapProvider.
Definition at line 86 of file lte-ue-phy.cc.
References ns3::LteUePhy::DoSendMacPdu().
| 
 | virtual | 
send a preamble on the PRACH
| prachId | the ID of the preamble | 
Implements ns3::LteUePhySapProvider.
Definition at line 98 of file lte-ue-phy.cc.