|
ns-3
|
#include <lte-pdcp-sap.h>

Public Attributes | |
| Ptr< Packet > | rrcPdu |
| uint16_t | rnti |
| uint8_t | lcid |
Parameters for LtePdcpSapProvider::TransmitRrcPdu
| uint8_t ns3::LtePdcpSapProvider::TransmitRrcPduParameters::lcid |
the logical channel id corresponding to the sending RLC instance
Referenced by ns3::LteUeRrc::Send(), and ns3::LteEnbRrc::Send().
| uint16_t ns3::LtePdcpSapProvider::TransmitRrcPduParameters::rnti |
the C-RNTI identifying the UE
Referenced by ns3::LteUeRrc::Send(), and ns3::LteEnbRrc::Send().
the RRC PDU
Referenced by ns3::LteUeRrc::Send(), ns3::LteEnbRrc::Send(), and ns3::LtePdcpSpecificLtePdcpSapProvider< C >::TransmitRrcPdu().