Parameters for LtePdcpSapUser::ReceivePdcpSdu. More...
#include <lte-pdcp-sap.h>
Public Attributes | |
uint8_t | lcid |
the logical channel id corresponding to the sending RLC instance More... | |
Ptr< Packet > | pdcpSdu |
the RRC PDU More... | |
uint16_t | rnti |
the C-RNTI identifying the UE More... | |
Parameters for LtePdcpSapUser::ReceivePdcpSdu.
Definition at line 76 of file lte-pdcp-sap.h.
uint8_t ns3::LtePdcpSapUser::ReceivePdcpSduParameters::lcid |
the logical channel id corresponding to the sending RLC instance
Definition at line 80 of file lte-pdcp-sap.h.
Referenced by ns3::UeManager::DoReceivePdcpSdu(), and ns3::LtePdcp::DoReceivePdu().
the RRC PDU
Definition at line 78 of file lte-pdcp-sap.h.
Referenced by ns3::LteUeRrcProtocolReal::DoReceivePdcpSdu(), ns3::LteTestRrc::DoReceivePdcpSdu(), ns3::LteEnbRrcProtocolReal::DoReceivePdcpSdu(), ns3::LteUeRrc::DoReceivePdcpSdu(), ns3::UeManager::DoReceivePdcpSdu(), and ns3::LtePdcp::DoReceivePdu().
uint16_t ns3::LtePdcpSapUser::ReceivePdcpSduParameters::rnti |
the C-RNTI identifying the UE
Definition at line 79 of file lte-pdcp-sap.h.
Referenced by ns3::LteEnbRrcProtocolReal::DoReceivePdcpSdu(), ns3::UeManager::DoReceivePdcpSdu(), and ns3::LtePdcp::DoReceivePdu().