UeMemberLteUePhySapUser. More...
Public Member Functions | |
UeMemberLteUePhySapUser (LteUeMac *mac) | |
Constructor. More... | |
void | ReceiveLteControlMessage (Ptr< LteControlMessage > msg) override |
Receive SendLteControlMessage (PDCCH map, CQI feedbacks) using the ideal control channel. More... | |
void | ReceivePhyPdu (Ptr< Packet > p) override |
Receive Phy Pdu function. More... | |
void | SubframeIndication (uint32_t frameNo, uint32_t subframeNo) override |
Trigger the start from a new frame (input from Phy layer) More... | |
Public Member Functions inherited from ns3::LteUePhySapUser | |
virtual | ~LteUePhySapUser () |
Private Attributes | |
LteUeMac * | m_mac |
the UE MAC More... | |
Definition at line 176 of file lte-ue-mac.cc.
ns3::UeMemberLteUePhySapUser::UeMemberLteUePhySapUser | ( | LteUeMac * | mac | ) |
|
overridevirtual |
Receive SendLteControlMessage (PDCCH map, CQI feedbacks) using the ideal control channel.
msg | the Ideal Control Message to receive |
Implements ns3::LteUePhySapUser.
Definition at line 213 of file lte-ue-mac.cc.
References ns3::LteUeMac::DoReceiveLteControlMessage(), and m_mac.
Receive Phy Pdu function.
It is called by the Phy to notify the MAC of the reception of a new PHY-PDU
p |
Implements ns3::LteUePhySapUser.
Definition at line 201 of file lte-ue-mac.cc.
References ns3::LteUeMac::DoReceivePhyPdu(), and m_mac.
|
overridevirtual |
Trigger the start from a new frame (input from Phy layer)
frameNo | frame number |
subframeNo | subframe number |
Implements ns3::LteUePhySapUser.
Definition at line 207 of file lte-ue-mac.cc.
References ns3::LteUeMac::DoSubframeIndication(), and m_mac.
|
private |
the UE MAC
Definition at line 192 of file lte-ue-mac.cc.
Referenced by ReceiveLteControlMessage(), ReceivePhyPdu(), and SubframeIndication().