UeMemberLteUePhySapUser. More...
Public Member Functions | |
| UeMemberLteUePhySapUser (LteUeMac *mac) | |
| Constructor. | |
| void | ReceiveLteControlMessage (Ptr< LteControlMessage > msg) override |
| Receive SendLteControlMessage (PDCCH map, CQI feedbacks) using the ideal control channel. | |
| void | ReceivePhyPdu (Ptr< Packet > p) override |
| Receive Phy Pdu function. | |
| void | SubframeIndication (uint32_t frameNo, uint32_t subframeNo) override |
| Trigger the start from a new frame (input from Phy layer). | |
| Public Member Functions inherited from ns3::LteUePhySapUser | |
| virtual | ~LteUePhySapUser () |
Private Attributes | |
| LteUeMac * | m_mac |
| the UE MAC | |
Definition at line 165 of file lte-ue-mac.cc.
| ns3::UeMemberLteUePhySapUser::UeMemberLteUePhySapUser | ( | LteUeMac * | mac | ) |
Constructor.
| mac | the UE MAC |
Definition at line 184 of file lte-ue-mac.cc.
References m_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 202 of file lte-ue-mac.cc.
References 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 190 of file lte-ue-mac.cc.
References 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 196 of file lte-ue-mac.cc.
References m_mac.
|
private |
the UE MAC
Definition at line 181 of file lte-ue-mac.cc.
Referenced by UeMemberLteUePhySapUser(), ReceiveLteControlMessage(), ReceivePhyPdu(), and SubframeIndication().