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

#include <lte-mac-sap.h>

Public Attributes

uint8_t harqProcessId
 
uint8_t layer
 
uint8_t lcid
 
Ptr< Packetpdu
 
uint16_t rnti
 

Detailed Description

Parameters for LteMacSapProvider::TransmitPdu

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

Member Data Documentation

uint8_t ns3::LteMacSapProvider::TransmitPduParameters::harqProcessId

the HARQ process id that was passed by the MAC in the call to NotifyTxOpportunity that generated this PDU

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

Referenced by ns3::LteRlcAm::DoNotifyTxOpportunity().

uint8_t ns3::LteMacSapProvider::TransmitPduParameters::layer

the layer value that was passed by the MAC in the call to NotifyTxOpportunity that generated this PDU

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

Referenced by ns3::LteRlcAm::DoNotifyTxOpportunity().

uint8_t ns3::LteMacSapProvider::TransmitPduParameters::lcid

the logical channel id corresponding to the sending RLC instance

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

Referenced by ns3::LteRlcAm::DoNotifyTxOpportunity().

Ptr<Packet> ns3::LteMacSapProvider::TransmitPduParameters::pdu
uint16_t ns3::LteMacSapProvider::TransmitPduParameters::rnti

the C-RNTI identifying the UE

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

Referenced by ns3::LteRlcAm::DoNotifyTxOpportunity().


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