Parameters for LteMacSapUser::ReceivePdu. More...
#include "lte-mac-sap.h"
Public Member Functions | |
ReceivePduParameters () | |
ReceivePduParameters default constructor (DEPRECATED) | |
ReceivePduParameters (const Ptr< Packet > &p, uint16_t rnti, uint8_t lcid) | |
ReceivePduParameters constructor. | |
Public Attributes | |
uint8_t | lcid |
the logical channel id | |
Ptr< Packet > | p |
the RLC PDU to be received | |
uint16_t | rnti |
the C-RNTI identifying the UE | |
Parameters for LteMacSapUser::ReceivePdu.
Definition at line 154 of file lte-mac-sap.h.
|
inline |
ReceivePduParameters default constructor (DEPRECATED)
Definition at line 159 of file lte-mac-sap.h.
|
inline |
ReceivePduParameters constructor.
Definition at line 169 of file lte-mac-sap.h.
uint8_t ns3::LteMacSapUser::ReceivePduParameters::lcid |
the logical channel id
Definition at line 178 of file lte-mac-sap.h.
Referenced by ReceivePduParameters(), ns3::NoOpComponentCarrierManager::DoReceivePdu(), ns3::SimpleUeComponentCarrierManager::DoReceivePdu(), ns3::LteEnbMac::DoReceivePhyPdu(), ns3::LteUeMac::DoReceivePhyPdu(), ns3::LteTestMac::DoTransmitPdu(), and ns3::LteTestMac::Receive().
the RLC PDU to be received
Definition at line 176 of file lte-mac-sap.h.
Referenced by ReceivePduParameters(), ns3::LteRlcAm::DoReceivePdu(), ns3::LteRlcSm::DoReceivePdu(), ns3::LteRlcTm::DoReceivePdu(), ns3::LteRlcUm::DoReceivePdu(), ns3::LteEnbMac::DoReceivePhyPdu(), ns3::LteUeMac::DoReceivePhyPdu(), ns3::LteTestMac::DoTransmitPdu(), and ns3::LteTestMac::Receive().
uint16_t ns3::LteMacSapUser::ReceivePduParameters::rnti |
the C-RNTI identifying the UE
Definition at line 177 of file lte-mac-sap.h.
Referenced by ReceivePduParameters(), ns3::NoOpComponentCarrierManager::DoReceivePdu(), ns3::LteEnbMac::DoReceivePhyPdu(), ns3::LteUeMac::DoReceivePhyPdu(), ns3::LteTestMac::DoTransmitPdu(), and ns3::LteTestMac::Receive().