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

#include <lte-rlc-sap.h>

Public Attributes

uint8_t lcid
 
Ptr< PacketpdcpPdu
 
uint16_t rnti
 

Detailed Description

Parameters for LteRlcSapProvider::TransmitPdcpPdu

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

Member Data Documentation

uint8_t ns3::LteRlcSapProvider::TransmitPdcpPduParameters::lcid

the logical channel id corresponding to the sending RLC instance

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

Ptr<Packet> ns3::LteRlcSapProvider::TransmitPdcpPduParameters::pdcpPdu

the PDCP PDU

Definition at line 45 of file lte-rlc-sap.h.

Referenced by ns3::LteRlcSpecificLteRlcSapProvider< C >::TransmitPdcpPdu().

uint16_t ns3::LteRlcSapProvider::TransmitPdcpPduParameters::rnti

the C-RNTI identifying the UE

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


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