![]() |
5G-LENA nr-v3.3-120-gdac69c56
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 NrPdcpSapUser::ReceivePdcpSdu
Definition at line 63 of file nr-pdcp-sap.h.
uint8_t ns3::NrPdcpSapUser::ReceivePdcpSduParameters::lcid |
the logical channel id corresponding to the sending RLC instance
Definition at line 67 of file nr-pdcp-sap.h.
Referenced by ns3::NrUeManager::DoReceivePdcpSdu(), and ns3::NrPdcp::DoReceivePdu().
Ptr<Packet> ns3::NrPdcpSapUser::ReceivePdcpSduParameters::pdcpSdu |
the RRC PDU
Definition at line 65 of file nr-pdcp-sap.h.
Referenced by ns3::NrUeManager::DoReceivePdcpSdu(), and ns3::NrPdcp::DoReceivePdu().
uint16_t ns3::NrPdcpSapUser::ReceivePdcpSduParameters::rnti |
the C-RNTI identifying the UE
Definition at line 66 of file nr-pdcp-sap.h.
Referenced by ns3::NrUeManager::DoReceivePdcpSdu(), and ns3::NrPdcp::DoReceivePdu().