Parameters for LteMacSapProvider::TransmitPdu. More...
#include "lte-mac-sap.h"
Public Attributes | |
uint8_t | componentCarrierId |
the component carrier id corresponding to the sending Mac instance | |
uint8_t | harqProcessId |
the HARQ process id that was passed by the MAC in the call to NotifyTxOpportunity that generated this PDU | |
uint8_t | layer |
the layer value that was passed by the MAC in the call to NotifyTxOpportunity that generated this PDU | |
uint8_t | lcid |
the logical channel id corresponding to the sending RLC instance | |
Ptr< Packet > | pdu |
the RLC PDU | |
uint16_t | rnti |
the C-RNTI identifying the UE | |
Parameters for LteMacSapProvider::TransmitPdu.
Definition at line 33 of file lte-mac-sap.h.
uint8_t ns3::LteMacSapProvider::TransmitPduParameters::componentCarrierId |
the component carrier id corresponding to the sending Mac instance
Definition at line 42 of file lte-mac-sap.h.
uint8_t ns3::LteMacSapProvider::TransmitPduParameters::harqProcessId |
the HARQ process id that was passed by the MAC in the call to NotifyTxOpportunity that generated this PDU
Definition at line 40 of file lte-mac-sap.h.
uint8_t ns3::LteMacSapProvider::TransmitPduParameters::layer |
the layer value that was passed by the MAC in the call to NotifyTxOpportunity that generated this PDU
Definition at line 38 of file lte-mac-sap.h.
uint8_t ns3::LteMacSapProvider::TransmitPduParameters::lcid |
the logical channel id corresponding to the sending RLC instance
Definition at line 37 of file lte-mac-sap.h.
the RLC PDU
Definition at line 35 of file lte-mac-sap.h.
uint16_t ns3::LteMacSapProvider::TransmitPduParameters::rnti |
the C-RNTI identifying the UE
Definition at line 36 of file lte-mac-sap.h.