UeMemberLteUePhySapProvider class. More...
Public Member Functions | |
UeMemberLteUePhySapProvider (LteUePhy *phy) | |
Constructor. More... | |
virtual void | NotifyConnectionSuccessful () |
Notify PHY about the successful RRC connection establishment. 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 | 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 |
the Phy More... | |
UeMemberLteUePhySapProvider class.
Definition at line 77 of file lte-ue-phy.cc.
ns3::UeMemberLteUePhySapProvider::UeMemberLteUePhySapProvider | ( | LteUePhy * | phy | ) |
|
virtual |
Notify PHY about the successful RRC connection establishment.
Implements ns3::LteUePhySapProvider.
Definition at line 119 of file lte-ue-phy.cc.
References ns3::LteUePhy::DoNotifyConnectionSuccessful(), and m_phy.
|
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 107 of file lte-ue-phy.cc.
References ns3::LteUePhy::DoSendLteControlMessage(), and m_phy.
Send the MAC PDU to the channel.
p | the MAC PDU to send |
Implements ns3::LteUePhySapProvider.
Definition at line 101 of file lte-ue-phy.cc.
References ns3::LteUePhy::DoSendMacPdu(), and m_phy.
|
virtual |
Send a preamble on the PRACH.
prachId | the ID of the preamble |
raRnti | the RA RNTI |
Implements ns3::LteUePhySapProvider.
Definition at line 113 of file lte-ue-phy.cc.
References ns3::LteUePhy::DoSendRachPreamble(), and m_phy.
|
private |
the Phy
Definition at line 94 of file lte-ue-phy.cc.
Referenced by NotifyConnectionSuccessful(), SendLteControlMessage(), SendMacPdu(), and SendRachPreamble().