LteRlcSpecificLteMacSapUser class. More...
Public Member Functions | |
LteRlcSpecificLteMacSapUser (LteRlc *rlc) | |
Constructor. More... | |
void | NotifyHarqDeliveryFailure () override |
Called by the MAC to notify the RLC that an HARQ process related to this RLC instance has failed. More... | |
void | NotifyTxOpportunity (LteMacSapUser::TxOpportunityParameters params) override |
Called by the MAC to notify the RLC that the scheduler granted a transmission opportunity to this RLC instance. More... | |
void | ReceivePdu (LteMacSapUser::ReceivePduParameters params) override |
Called by the MAC to notify the RLC of the reception of a new PDU. More... | |
Public Member Functions inherited from ns3::LteMacSapUser | |
virtual | ~LteMacSapUser () |
Private Member Functions | |
LteRlcSpecificLteMacSapUser () | |
Private Attributes | |
LteRlc * | m_rlc |
the RLC More... | |
LteRlcSpecificLteMacSapUser class.
Definition at line 36 of file lte-rlc.cc.
ns3::LteRlcSpecificLteMacSapUser::LteRlcSpecificLteMacSapUser | ( | LteRlc * | rlc | ) |
|
private |
Definition at line 61 of file lte-rlc.cc.
|
overridevirtual |
Called by the MAC to notify the RLC that an HARQ process related to this RLC instance has failed.
Implements ns3::LteMacSapUser.
Definition at line 72 of file lte-rlc.cc.
References ns3::LteRlc::DoNotifyHarqDeliveryFailure(), and m_rlc.
|
overridevirtual |
Called by the MAC to notify the RLC that the scheduler granted a transmission opportunity to this RLC instance.
params | the TxOpportunityParameters |
Implements ns3::LteMacSapUser.
Definition at line 66 of file lte-rlc.cc.
References ns3::LteRlc::DoNotifyTxOpportunity(), m_rlc, and two-ray-to-three-gpp-ch-calibration::params.
|
overridevirtual |
Called by the MAC to notify the RLC of the reception of a new PDU.
params | the ReceivePduParameters |
Implements ns3::LteMacSapUser.
Definition at line 78 of file lte-rlc.cc.
References ns3::LteRlc::DoReceivePdu(), m_rlc, and two-ray-to-three-gpp-ch-calibration::params.
|
private |
the RLC
Definition at line 53 of file lte-rlc.cc.
Referenced by NotifyHarqDeliveryFailure(), NotifyTxOpportunity(), and ReceivePdu().