Inheritance diagram for ns3::UeMemberLteUePhySapProvider:
 Collaboration 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) | 
| send a preamble on the PRACH  More... | |
  Public Member Functions inherited from ns3::LteUePhySapProvider | |
| virtual | ~LteUePhySapProvider () | 
Private Attributes | |
| LteUePhy * | m_phy | 
Definition at line 74 of file lte-ue-phy.cc.
| ns3::UeMemberLteUePhySapProvider::UeMemberLteUePhySapProvider | ( | LteUePhy * | phy | ) | 
Definition at line 88 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 100 of file lte-ue-phy.cc.
References ns3::LteUePhy::DoSendLteControlMessage(), and m_phy.
 Here is the call graph for this function:Send the MAC PDU to the channel.
| p | the MAC PDU to send | 
Implements ns3::LteUePhySapProvider.
Definition at line 94 of file lte-ue-phy.cc.
References ns3::LteUePhy::DoSendMacPdu(), and m_phy.
 Here is the call graph for this function:
      
  | 
  virtual | 
send a preamble on the PRACH
| prachId | the ID of the preamble | 
Implements ns3::LteUePhySapProvider.
Definition at line 106 of file lte-ue-phy.cc.
References ns3::LteUePhy::DoSendRachPreamble(), and m_phy.
 Here is the call graph for this function:
      
  | 
  private | 
Definition at line 85 of file lte-ue-phy.cc.
Referenced by SendLteControlMessage(), SendMacPdu(), and SendRachPreamble().