![]() |
5G-LENA nr-v3.3-159-ga6832aa7
The 5G/NR module for the ns-3 simulator
|
#include "nr-pdcp-sap.h"
Public Attributes | |
uint8_t | lcid |
Ptr< Packet > | pdcpSdu |
uint16_t | rnti |
Parameters for NrPdcpSapProvider::TransmitPdcpSdu
Definition at line 30 of file nr-pdcp-sap.h.
uint8_t ns3::NrPdcpSapProvider::TransmitPdcpSduParameters::lcid |
the logical channel id corresponding to the sending RLC instance
Definition at line 34 of file nr-pdcp-sap.h.
Referenced by ns3::NrTestRrc::SendData(), and ns3::NrTestRrc::Start().
Ptr<Packet> ns3::NrPdcpSapProvider::TransmitPdcpSduParameters::pdcpSdu |
the RRC PDU
Definition at line 32 of file nr-pdcp-sap.h.
Referenced by ns3::NrPdcp::DoTransmitPdcpSdu(), ns3::NrTestRrc::SendData(), and ns3::NrTestRrc::Start().
uint16_t ns3::NrPdcpSapProvider::TransmitPdcpSduParameters::rnti |
the C-RNTI identifying the UE
Definition at line 33 of file nr-pdcp-sap.h.
Referenced by ns3::NrTestRrc::SendData(), and ns3::NrTestRrc::Start().