A Discrete-Event Network Simulator
API
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Groups Pages
ns3::LtePdcpSapProvider::TransmitPdcpSduParameters Struct Reference

#include <lte-pdcp-sap.h>

Public Attributes

uint8_t lcid
 
Ptr< PacketpdcpSdu
 
uint16_t rnti
 

Detailed Description

Parameters for LtePdcpSapProvider::TransmitPdcpSdu

Definition at line 43 of file lte-pdcp-sap.h.

Member Data Documentation

uint8_t ns3::LtePdcpSapProvider::TransmitPdcpSduParameters::lcid

the logical channel id corresponding to the sending RLC instance

Definition at line 47 of file lte-pdcp-sap.h.

Referenced by ns3::UeManager::SendData(), and ns3::LteTestRrc::Start().

Ptr<Packet> ns3::LtePdcpSapProvider::TransmitPdcpSduParameters::pdcpSdu
uint16_t ns3::LtePdcpSapProvider::TransmitPdcpSduParameters::rnti

the C-RNTI identifying the UE

Definition at line 46 of file lte-pdcp-sap.h.

Referenced by ns3::UeManager::SendData(), and ns3::LteTestRrc::Start().


The documentation for this struct was generated from the following file: