ns-3
|
#include <lte-mac-sap.h>
Public Attributes | |
Ptr< Packet > | pdu |
uint16_t | rnti |
uint8_t | lcid |
uint8_t | layer |
Parameters for LteMacSapProvider::TransmitPdu
uint8_t ns3::LteMacSapProvider::TransmitPduParameters::layer |
the layer value that was passed by the MAC in the call to NotifyTxOpportunity that generated this PDU
uint8_t ns3::LteMacSapProvider::TransmitPduParameters::lcid |
the logical channel id corresponding to the sending RLC instance
Referenced by ns3::LteRlcAm::DoNotifyTxOpportunity().
the RLC PDU
Referenced by ns3::LteRlcUm::DoNotifyTxOpportunity(), and ns3::LteRlcAm::DoNotifyTxOpportunity().
uint16_t ns3::LteMacSapProvider::TransmitPduParameters::rnti |
the C-RNTI identifying the UE
Referenced by ns3::LteRlcAm::DoNotifyTxOpportunity().