Public Member Functions | |
UeMemberLteUePhySapProvider (LteUePhy *phy) | |
virtual void | SendIdealControlMessage (Ptr< IdealControlMessage > msg) |
Send SendIdealControlMessage (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 | SetTransmissionMode (uint8_t txMode) |
![]() | |
virtual | ~LteUePhySapProvider () |
Private Attributes | |
LteUePhy * | m_phy |
Definition at line 50 of file lte-ue-phy.cc.
ns3::UeMemberLteUePhySapProvider::UeMemberLteUePhySapProvider | ( | LteUePhy * | phy | ) |
Definition at line 65 of file lte-ue-phy.cc.
|
virtual |
Send SendIdealControlMessage (PDCCH map, CQI feedbacks) using the ideal control channel.
msg | the Ideal Control Message to send |
Implements ns3::LteUePhySapProvider.
Definition at line 84 of file lte-ue-phy.cc.
References ns3::LteUePhy::DoSendIdealControlMessage(), and m_phy.
Send the MAC PDU to the channel.
p | the MAC PDU to send |
Implements ns3::LteUePhySapProvider.
Definition at line 72 of file lte-ue-phy.cc.
References ns3::LteUePhy::DoSendMacPdu(), and m_phy.
|
virtual |
ulBandwidth | the UL bandwidth in RB |
dlBandwidth | the DL bandwidth in RB |
Implements ns3::LteUePhySapProvider.
Definition at line 78 of file lte-ue-phy.cc.
References ns3::LtePhy::DoSetBandwidth(), and m_phy.
|
virtual |
txMode | the transmissionMode of the user |
Implements ns3::LteUePhySapProvider.
Definition at line 90 of file lte-ue-phy.cc.
References ns3::LteUePhy::DoSetTransmissionMode(), and m_phy.
|
private |
Definition at line 62 of file lte-ue-phy.cc.
Referenced by SendIdealControlMessage(), SendMacPdu(), SetBandwidth(), and SetTransmissionMode().