Inheritance diagram for ns3::EnbMemberLteEnbPhySapProvider:
 Collaboration diagram for ns3::EnbMemberLteEnbPhySapProvider:Public Member Functions | |
| EnbMemberLteEnbPhySapProvider (LteEnbPhy *phy) | |
| virtual uint8_t | GetMacChTtiDelay () | 
| Get the delay from MAC to Channel expressed in TTIs.   | |
| virtual void | SendLteControlMessage (Ptr< LteControlMessage > msg) | 
| Send SendLteControlMessage (PDCCH map, CQI feedbacks) using the ideal control channel.   | |
| virtual void | SendMacPdu (Ptr< Packet > p) | 
| Send the MAC PDU to the channel.   | |
| virtual void | SetBandwidth (uint8_t ulBandwidth, uint8_t dlBandwidth) | 
| virtual void | SetCellId (uint16_t cellId) | 
  Public Member Functions inherited from ns3::LteEnbPhySapProvider | |
| virtual | ~LteEnbPhySapProvider () | 
Private Attributes | |
| LteEnbPhy * | m_phy | 
Definition at line 66 of file lte-enb-phy.cc.
| ns3::EnbMemberLteEnbPhySapProvider::EnbMemberLteEnbPhySapProvider | ( | LteEnbPhy * | phy | ) | 
Definition at line 83 of file lte-enb-phy.cc.
      
  | 
  virtual | 
Get the delay from MAC to Channel expressed in TTIs.
Implements ns3::LteEnbPhySapProvider.
Definition at line 113 of file lte-enb-phy.cc.
References ns3::LteEnbPhy::DoGetMacChTtiDelay(), and m_phy.
 Here is the call graph for this function:
      
  | 
  virtual | 
Send SendLteControlMessage (PDCCH map, CQI feedbacks) using the ideal control channel.
| msg | the Ideal Control Message to send | 
Implements ns3::LteEnbPhySapProvider.
Definition at line 107 of file lte-enb-phy.cc.
References ns3::LteEnbPhy::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::LteEnbPhySapProvider.
Definition at line 89 of file lte-enb-phy.cc.
References ns3::LteEnbPhy::DoSendMacPdu(), and m_phy.
 Here is the call graph for this function:
      
  | 
  virtual | 
Definition at line 95 of file lte-enb-phy.cc.
References ns3::LteEnbPhy::DoSetBandwidth(), and m_phy.
 Here is the call graph for this function:
      
  | 
  virtual | 
Definition at line 101 of file lte-enb-phy.cc.
References ns3::LtePhy::DoSetCellId(), and m_phy.
 Here is the call graph for this function:
      
  | 
  private | 
Definition at line 80 of file lte-enb-phy.cc.
Referenced by GetMacChTtiDelay(), SendLteControlMessage(), SendMacPdu(), SetBandwidth(), and SetCellId().