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. | |
| virtual void | SendMacPdu (Ptr< Packet > p) |
| Send the MAC PDU to the channel. | |
| virtual void | SetBandwidth (uint8_t ulBandwidth, uint8_t dlBandwidth) |
| virtual void | SetSrsConfigurationIndex (uint16_t srcCi) |
| virtual void | SetTransmissionMode (uint8_t txMode) |
Public Member Functions inherited from ns3::LteUePhySapProvider | |
| virtual | ~LteUePhySapProvider () |
Private Attributes | |
| LteUePhy * | m_phy |
Definition at line 66 of file lte-ue-phy.cc.
| ns3::UeMemberLteUePhySapProvider::UeMemberLteUePhySapProvider | ( | LteUePhy * | phy | ) |
Definition at line 82 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 101 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 89 of file lte-ue-phy.cc.
References ns3::LteUePhy::DoSendMacPdu(), and m_phy.
Here is the call graph for this function:
|
virtual |
| ulBandwidth | the UL bandwidth in RB |
| dlBandwidth | the DL bandwidth in RB |
Implements ns3::LteUePhySapProvider.
Definition at line 95 of file lte-ue-phy.cc.
References ns3::LtePhy::DoSetBandwidth(), and m_phy.
Here is the call graph for this function:
|
virtual |
| txMode | the transmissionMode of the user |
Implements ns3::LteUePhySapProvider.
Definition at line 113 of file lte-ue-phy.cc.
References ns3::LteUePhy::DoSetSrsConfigurationIndex(), and m_phy.
Here is the call graph for this function:
|
virtual |
| txMode | the transmissionMode of the user |
Implements ns3::LteUePhySapProvider.
Definition at line 107 of file lte-ue-phy.cc.
References ns3::LteUePhy::DoSetTransmissionMode(), and m_phy.
Here is the call graph for this function:
|
private |
Definition at line 79 of file lte-ue-phy.cc.
Referenced by SendLteControlMessage(), SendMacPdu(), SetBandwidth(), SetSrsConfigurationIndex(), and SetTransmissionMode().