Parameters for LteMacSapProvider::TransmitPdu. More...
#include "lte-mac-sap.h"
Public Attributes | |
uint8_t | componentCarrierId |
the component carrier id corresponding to the sending Mac istance More... | |
uint8_t | harqProcessId |
the HARQ process id that was passed by the MAC in the call to NotifyTxOpportunity that generated this PDU More... | |
uint8_t | layer |
the layer value that was passed by the MAC in the call to NotifyTxOpportunity that generated this PDU More... | |
uint8_t | lcid |
the logical channel id corresponding to the sending RLC instance More... | |
Ptr< Packet > | pdu |
the RLC PDU More... | |
uint16_t | rnti |
the C-RNTI identifying the UE More... | |
Parameters for LteMacSapProvider::TransmitPdu.
Definition at line 45 of file lte-mac-sap.h.
uint8_t ns3::LteMacSapProvider::TransmitPduParameters::componentCarrierId |
the component carrier id corresponding to the sending Mac istance
Definition at line 52 of file lte-mac-sap.h.
Referenced by ns3::LteRlcAm::DoNotifyTxOpportunity(), ns3::LteRlcTm::DoNotifyTxOpportunity(), ns3::LteRlcUm::DoNotifyTxOpportunity(), ns3::LteRlcSm::DoNotifyTxOpportunity(), ns3::LteEnbMac::DoTransmitPdu(), ns3::NoOpComponentCarrierManager::DoTransmitPdu(), and ns3::SimpleUeComponentCarrierManager::DoTransmitPdu().
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 51 of file lte-mac-sap.h.
Referenced by ns3::LteRlcAm::DoNotifyTxOpportunity(), ns3::LteRlcTm::DoNotifyTxOpportunity(), ns3::LteRlcUm::DoNotifyTxOpportunity(), ns3::LteRlcSm::DoNotifyTxOpportunity(), and ns3::LteEnbMac::DoTransmitPdu().
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 50 of file lte-mac-sap.h.
Referenced by ns3::LteRlcAm::DoNotifyTxOpportunity(), ns3::LteRlcTm::DoNotifyTxOpportunity(), ns3::LteRlcUm::DoNotifyTxOpportunity(), ns3::LteRlcSm::DoNotifyTxOpportunity(), and ns3::LteEnbMac::DoTransmitPdu().
uint8_t ns3::LteMacSapProvider::TransmitPduParameters::lcid |
the logical channel id corresponding to the sending RLC instance
Definition at line 49 of file lte-mac-sap.h.
Referenced by ns3::LteRlcAm::DoNotifyTxOpportunity(), ns3::LteRlcTm::DoNotifyTxOpportunity(), ns3::LteRlcUm::DoNotifyTxOpportunity(), ns3::LteRlcSm::DoNotifyTxOpportunity(), ns3::LteEnbMac::DoTransmitPdu(), ns3::LteUeMac::DoTransmitPdu(), and ns3::LteTestMac::DoTransmitPdu().
the RLC PDU
Definition at line 47 of file lte-mac-sap.h.
Referenced by ns3::LteRlcAm::DoNotifyTxOpportunity(), ns3::LteRlcTm::DoNotifyTxOpportunity(), ns3::LteRlcUm::DoNotifyTxOpportunity(), ns3::LteRlcSm::DoNotifyTxOpportunity(), ns3::LteEnbMac::DoTransmitPdu(), ns3::LteUeMac::DoTransmitPdu(), and ns3::LteTestMac::DoTransmitPdu().
uint16_t ns3::LteMacSapProvider::TransmitPduParameters::rnti |
the C-RNTI identifying the UE
Definition at line 48 of file lte-mac-sap.h.
Referenced by ns3::LteRlcAm::DoNotifyTxOpportunity(), ns3::LteRlcTm::DoNotifyTxOpportunity(), ns3::LteRlcUm::DoNotifyTxOpportunity(), ns3::LteRlcSm::DoNotifyTxOpportunity(), ns3::LteEnbMac::DoTransmitPdu(), ns3::LteUeMac::DoTransmitPdu(), and ns3::LteTestMac::DoTransmitPdu().