|
A Discrete-Event Network Simulator
|
API
|
Go to the documentation of this file.
24 #include <ns3/packet.h>
115 uint8_t ccId, uint16_t
rnti, uint8_t lcId)
218 m_mac->DoTransmitPdu (params);
224 m_mac->DoReportBufferStatus (params);
231 #endif // LTE_MAC_SAP_H
Parameters for LteMacSapProvider::TransmitPdu.
virtual void TransmitPdu(TransmitPduParameters params)
send an RLC PDU to the MAC for transmission.
uint8_t harqProcessId
the HARQ process id that was passed by the MAC in the call to NotifyTxOpportunity that generated this...
uint32_t retxQueueSize
the current size of the RLC retransmission queue in bytes
uint16_t rnti
the C-RNTI identifying the UE
Service Access Point (SAP) offered by the MAC to the RLC See Femto Forum MAC Scheduler Interface Spec...
Ptr< Packet > p
the RLC PDU to be received
ReceivePduParameters(const Ptr< Packet > &p, uint16_t rnti, uint8_t lcid)
ReceivePduParameters constructor.
virtual void TransmitPdu(TransmitPduParameters params)=0
send an RLC PDU to the MAC for transmission.
EnbMacMemberLteMacSapProvider class.
Every class exported by the ns3 library is enclosed in the ns3 namespace.
Parameters for LteMacSapUser::NotifyTxOpportunity.
uint16_t rnti
the C-RNTI identifying the UE
uint8_t lcid
the logical channel id
Ptr< Packet > pdu
the RLC PDU
ReceivePduParameters()
ReceivePduParameters default constructor (DEPRECATED)
EnbMacMemberLteMacSapProvider(C *mac)
Constructor.
uint8_t componentCarrierId
the component carrier id corresponding to the sending Mac istance
uint8_t lcid
the logical channel id
Parameters for LteMacSapProvider::ReportBufferStatus.
virtual void NotifyTxOpportunity(TxOpportunityParameters params)=0
Called by the MAC to notify the RLC that the scheduler granted a transmission opportunity to this RLC...
uint16_t txQueueHolDelay
the Head Of Line delay of the transmission queue
uint32_t txQueueSize
the current size of the RLC transmission queue
Parameters for LteMacSapUser::ReceivePdu.
virtual ~LteMacSapProvider()
uint16_t retxQueueHolDelay
the Head Of Line delay of the retransmission queue
uint8_t harqId
the HARQ ID
uint8_t layer
the layer value that was passed by the MAC in the call to NotifyTxOpportunity that generated this PDU
Service Access Point (SAP) offered by the MAC to the RLC See Femto Forum MAC Scheduler Interface Spec...
virtual void ReportBufferStatus(ReportBufferStatusParameters params)=0
Report the RLC buffer status to the MAC.
uint8_t componentCarrierId
the component carrier id
uint32_t bytes
the number of bytes to transmit
uint16_t rnti
the C-RNTI identifying the UE
uint8_t lcid
the logical channel id corresponding to the sending RLC instance
uint8_t layer
the layer of transmission (MIMO)
uint8_t lcid
the logical channel id corresponding to the sending RLC instance
TxOpportunityParameters()
TxOpportunityParameters default constructor (DEPRECATED)
virtual void ReportBufferStatus(ReportBufferStatusParameters params)
Report the RLC buffer status to the MAC.
TxOpportunityParameters(uint32_t bytes, uint8_t layer, uint8_t harqId, uint8_t ccId, uint16_t rnti, uint8_t lcId)
TxOpportunityParameters constructor.
virtual void NotifyHarqDeliveryFailure()=0
Called by the MAC to notify the RLC that an HARQ process related to this RLC instance has failed.
uint16_t statusPduSize
the current size of the pending STATUS RLC PDU message in bytes
uint16_t rnti
the C-RNTI identifying the UE
virtual void ReceivePdu(ReceivePduParameters params)=0
Called by the MAC to notify the RLC of the reception of a new PDU.