A Discrete-Event Network Simulator
API
ns3::LteMacSapUser::ReceivePduParameters Struct Reference

Parameters for LteMacSapUser::ReceivePdu. More...

#include "lte-mac-sap.h"

+ Collaboration diagram for ns3::LteMacSapUser::ReceivePduParameters:

Public Member Functions

 ReceivePduParameters ()
 ReceivePduParameters default constructor (DEPRECATED) More...
 
 ReceivePduParameters (const Ptr< Packet > &p, uint16_t rnti, uint8_t lcid)
 ReceivePduParameters constructor. More...
 

Public Attributes

uint8_t lcid
 the logical channel id More...
 
Ptr< Packetp
 the RLC PDU to be received More...
 
uint16_t rnti
 the C-RNTI identifying the UE More...
 

Detailed Description

Parameters for LteMacSapUser::ReceivePdu.

Definition at line 156 of file lte-mac-sap.h.

Constructor & Destructor Documentation

◆ ReceivePduParameters() [1/2]

ns3::LteMacSapUser::ReceivePduParameters::ReceivePduParameters ( )
inline

ReceivePduParameters default constructor (DEPRECATED)

Definition at line 161 of file lte-mac-sap.h.

◆ ReceivePduParameters() [2/2]

ns3::LteMacSapUser::ReceivePduParameters::ReceivePduParameters ( const Ptr< Packet > &  p,
uint16_t  rnti,
uint8_t  lcid 
)
inline

ReceivePduParameters constructor.

Parameters
pPacket
rntiRNTI
lcidLogical Channel ID

Definition at line 169 of file lte-mac-sap.h.

References lcid, p, and rnti.

Member Data Documentation

◆ lcid

◆ p

◆ rnti

uint16_t ns3::LteMacSapUser::ReceivePduParameters::rnti

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