5G-LENA nr-v3.3-18-g7e4df5bb
The 5G/NR module for the ns-3 simulator
|
SAP interface between the UE PHY and the UE MAC. More...
#include "nr-phy-sap.h"
Public Member Functions | |
virtual | ~NrUePhySapUser () |
~NrUePhySapUser | |
virtual uint8_t | GetNumHarqProcess () const =0 |
Retrieve the number of HARQ processes configured. | |
virtual void | ReceiveControlMessage (Ptr< NrControlMessage > msg)=0 |
Receive SendNrControlMessage (PDCCH map, CQI feedbacks) using the ideal control channel. | |
virtual void | ReceivePhyPdu (Ptr< Packet > p)=0 |
Notify the MAC of the reception of a new PHY-PDU. | |
virtual void | SlotIndication (SfnSf s)=0 |
Trigger the indication of a new slot for the MAC. | |
SAP interface between the UE PHY and the UE MAC.
This interface specify the interaction between the UE PHY (that will use this interface) and the UE MAC, that will answer.
Definition at line 263 of file nr-phy-sap.h.
|
inlinevirtual |
~NrUePhySapUser
Definition at line 269 of file nr-phy-sap.h.
|
pure virtual |
Retrieve the number of HARQ processes configured.
|
pure virtual |
Receive SendNrControlMessage (PDCCH map, CQI feedbacks) using the ideal control channel.
msg | the Ideal Control Message to receive |
Referenced by ns3::NrUePhy::PhyCtrlMessagesReceived().
|
pure virtual |
Notify the MAC of the reception of a new PHY-PDU.
p |
Referenced by ns3::NrUePhy::PhyDataPacketReceived().
|
pure virtual |
Trigger the indication of a new slot for the MAC.
s | SfnSf |