![]() |
5G-LENA nr-v4.0
The 5G/NR module for the ns-3 simulator
|
#include "nr-rlc-sap.h"
Public Attributes | |
uint8_t | lcid |
Ptr< Packet > | pdcpPdu |
uint16_t | rnti |
Parameters for NrRlcSapProvider::TransmitPdcpPdu
Definition at line 30 of file nr-rlc-sap.h.
uint8_t ns3::NrRlcSapProvider::TransmitPdcpPduParameters::lcid |
the logical channel id corresponding to the sending RLC instance
Definition at line 34 of file nr-rlc-sap.h.
Referenced by ns3::NrPdcp::DoTransmitPdcpSdu(), and ns3::NrTestPdcp::SendData().
Ptr<Packet> ns3::NrRlcSapProvider::TransmitPdcpPduParameters::pdcpPdu |
the PDCP PDU
Definition at line 32 of file nr-rlc-sap.h.
Referenced by ns3::NrPdcp::DoTransmitPdcpSdu(), ns3::NrTestPdcp::SendData(), and ns3::NrRlcSpecificNrRlcSapProvider< C >::TransmitPdcpPdu().
uint16_t ns3::NrRlcSapProvider::TransmitPdcpPduParameters::rnti |
the C-RNTI identifying the UE
Definition at line 33 of file nr-rlc-sap.h.
Referenced by ns3::NrPdcp::DoTransmitPdcpSdu(), and ns3::NrTestPdcp::SendData().