Public Member Functions | |
EnbMemberLteEnbPhySapProvider (LteEnbPhy *phy) | |
Constructor. More... | |
virtual uint8_t | GetMacChTtiDelay () |
Get the delay from MAC to Channel expressed in TTIs. More... | |
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 | SetBandwidth (uint16_t ulBandwidth, uint16_t dlBandwidth) |
Set bandwidth function. More... | |
virtual void | SetCellId (uint16_t cellId) |
Set Cell ID function. More... | |
Public Member Functions inherited from ns3::LteEnbPhySapProvider | |
virtual | ~LteEnbPhySapProvider () |
Private Attributes | |
LteEnbPhy * | m_phy |
the ENB Phy More... | |
Definition at line 74 of file lte-enb-phy.cc.
ns3::EnbMemberLteEnbPhySapProvider::EnbMemberLteEnbPhySapProvider | ( | LteEnbPhy * | phy | ) |
|
virtual |
Get the delay from MAC to Channel expressed in TTIs.
Implements ns3::LteEnbPhySapProvider.
Definition at line 134 of file lte-enb-phy.cc.
References ns3::LteEnbPhy::DoGetMacChTtiDelay(), and m_phy.
|
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 128 of file lte-enb-phy.cc.
References ns3::LteEnbPhy::DoSendLteControlMessage(), and m_phy.
Send the MAC PDU to the channel.
p | the MAC PDU to send |
Implements ns3::LteEnbPhySapProvider.
Definition at line 110 of file lte-enb-phy.cc.
References ns3::LteEnbPhy::DoSendMacPdu(), and m_phy.
|
virtual |
Set bandwidth function.
ulBandwidth | the UL bandwidth |
dlBandwidth | the DL bandwidth |
Definition at line 116 of file lte-enb-phy.cc.
References ns3::LteEnbPhy::DoSetBandwidth(), and m_phy.
|
virtual |
Set Cell ID function.
cellId | the cell ID |
Definition at line 122 of file lte-enb-phy.cc.
References ns3::LtePhy::DoSetCellId(), and m_phy.
|
private |
the ENB Phy
Definition at line 103 of file lte-enb-phy.cc.
Referenced by GetMacChTtiDelay(), SendLteControlMessage(), SendMacPdu(), SetBandwidth(), and SetCellId().