A Discrete-Event Network Simulator
API
ns3::LteRlcSpecificLteMacSapUser Class Reference

LteRlcSpecificLteMacSapUser class. More...

+ Inheritance diagram for ns3::LteRlcSpecificLteMacSapUser:
+ Collaboration diagram for ns3::LteRlcSpecificLteMacSapUser:

Public Member Functions

 LteRlcSpecificLteMacSapUser (LteRlc *rlc)
 Constructor. More...
 
virtual void NotifyHarqDeliveryFailure ()
 Called by the MAC to notify the RLC that an HARQ process related to this RLC instance has failed. More...
 
virtual void NotifyTxOpportunity (uint32_t bytes, uint8_t layer, uint8_t harqId, uint8_t componentCarrierId, uint16_t rnti, uint8_t lcid)
 Called by the MAC to notify the RLC that the scheduler granted a transmission opportunity to this RLC instance. More...
 
virtual void ReceivePdu (Ptr< Packet > p, uint16_t rnti, uint8_t lcid)
 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

LteRlcm_rlc
 the RLC More...
 

Detailed Description

LteRlcSpecificLteMacSapUser class.

Definition at line 37 of file lte-rlc.cc.

Constructor & Destructor Documentation

ns3::LteRlcSpecificLteMacSapUser::LteRlcSpecificLteMacSapUser ( LteRlc rlc)

Constructor.

Parameters
rlcthe RLC

Definition at line 57 of file lte-rlc.cc.

ns3::LteRlcSpecificLteMacSapUser::LteRlcSpecificLteMacSapUser ( )
private

Definition at line 62 of file lte-rlc.cc.

Member Function Documentation

void ns3::LteRlcSpecificLteMacSapUser::NotifyHarqDeliveryFailure ( )
virtual

Called by the MAC to notify the RLC that an HARQ process related to this RLC instance has failed.

Todo:
eventual parameters to be defined

Implements ns3::LteMacSapUser.

Definition at line 73 of file lte-rlc.cc.

References ns3::LteRlc::DoNotifyHarqDeliveryFailure(), and m_rlc.

+ Here is the call graph for this function:

void ns3::LteRlcSpecificLteMacSapUser::NotifyTxOpportunity ( uint32_t  bytes,
uint8_t  layer,
uint8_t  harqId,
uint8_t  componentCarrierId,
uint16_t  rnti,
uint8_t  lcid 
)
virtual

Called by the MAC to notify the RLC that the scheduler granted a transmission opportunity to this RLC instance.

Parameters
bytesthe number of bytes to transmit
layerthe layer of transmission (MIMO)
harqIdthe HARQ ID
componentCarrierIdcomponent carrier ID
rntithe RNTI
lcidthe LCID

Implements ns3::LteMacSapUser.

Definition at line 67 of file lte-rlc.cc.

References ns3::LteRlc::DoNotifyTxOpportunity(), and m_rlc.

+ Here is the call graph for this function:

void ns3::LteRlcSpecificLteMacSapUser::ReceivePdu ( Ptr< Packet p,
uint16_t  rnti,
uint8_t  lcid 
)
virtual

Called by the MAC to notify the RLC of the reception of a new PDU.

Parameters
pthe packet
rntithe RNTI
lcidthe LCID

Implements ns3::LteMacSapUser.

Definition at line 79 of file lte-rlc.cc.

References ns3::LteRlc::DoReceivePdu(), and m_rlc.

+ Here is the call graph for this function:

Member Data Documentation

LteRlc* ns3::LteRlcSpecificLteMacSapUser::m_rlc
private

the RLC

Definition at line 54 of file lte-rlc.cc.

Referenced by NotifyHarqDeliveryFailure(), NotifyTxOpportunity(), and ReceivePdu().


The documentation for this class was generated from the following file: