Public Member Functions | |
UeMemberLteUePhySapUser (LteUeMac *mac) | |
virtual void | ReceiveLteControlMessage (Ptr< LteControlMessage > msg) |
Receive SendLteControlMessage (PDCCH map, CQI feedbacks) using the ideal control channel. More... | |
virtual void | ReceivePhyPdu (Ptr< Packet > p) |
Called by the Phy to notify the MAC of the reception of a new PHY-PDU. More... | |
virtual void | SubframeIndication (uint32_t frameNo, uint32_t subframeNo) |
Trigger the start from a new frame (input from Phy layer) More... | |
![]() | |
virtual | ~LteUePhySapUser () |
Private Attributes | |
LteUeMac * | m_mac |
Definition at line 148 of file lte-ue-mac.cc.
ns3::UeMemberLteUePhySapUser::UeMemberLteUePhySapUser | ( | LteUeMac * | mac | ) |
Definition at line 162 of file lte-ue-mac.cc.
|
virtual |
Receive SendLteControlMessage (PDCCH map, CQI feedbacks) using the ideal control channel.
msg | the Ideal Control Message to receive |
Implements ns3::LteUePhySapUser.
Definition at line 181 of file lte-ue-mac.cc.
References ns3::LteUeMac::DoReceiveLteControlMessage(), and m_mac.
Called by the Phy to notify the MAC of the reception of a new PHY-PDU.
p |
Implements ns3::LteUePhySapUser.
Definition at line 168 of file lte-ue-mac.cc.
References ns3::LteUeMac::DoReceivePhyPdu(), and m_mac.
|
virtual |
Trigger the start from a new frame (input from Phy layer)
frameNo | frame number |
subframeNo | subframe number |
Implements ns3::LteUePhySapUser.
Definition at line 175 of file lte-ue-mac.cc.
References ns3::LteUeMac::DoSubframeIndication(), and m_mac.
|
private |
Definition at line 159 of file lte-ue-mac.cc.
Referenced by ReceiveLteControlMessage(), ReceivePhyPdu(), and SubframeIndication().