A Discrete-Event Network Simulator
API
Public Attributes | List of all members
ns3::LteRlcSapProvider::TransmitPdcpPduParameters Struct Reference

Parameters for LteRlcSapProvider::TransmitPdcpPdu. More...

#include "lte-rlc-sap.h"

Public Attributes

uint8_t lcid
 the logical channel id corresponding to the sending RLC instance More...
 
Ptr< PacketpdcpPdu
 the PDCP PDU More...
 
uint16_t rnti
 the C-RNTI identifying the UE More...
 

Detailed Description

Parameters for LteRlcSapProvider::TransmitPdcpPdu.

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

Member Data Documentation

◆ lcid

uint8_t ns3::LteRlcSapProvider::TransmitPdcpPduParameters::lcid

◆ pdcpPdu

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

◆ rnti

uint16_t ns3::LteRlcSapProvider::TransmitPdcpPduParameters::rnti

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