A Discrete-Event Network Simulator
API
ns3::LteMacSapProvider::TransmitPduParameters Struct Reference

Parameters for LteMacSapProvider::TransmitPdu. More...

#include "lte-mac-sap.h"

+ Collaboration diagram for ns3::LteMacSapProvider::TransmitPduParameters:

Public Attributes

uint8_t componentCarrierId
 the component carrier id corresponding to the sending Mac istance More...
 
uint8_t harqProcessId
 the HARQ process id that was passed by the MAC in the call to NotifyTxOpportunity that generated this PDU More...
 
uint8_t layer
 the layer value that was passed by the MAC in the call to NotifyTxOpportunity that generated this PDU More...
 
uint8_t lcid
 the logical channel id corresponding to the sending RLC instance More...
 
Ptr< Packetpdu
 the RLC PDU More...
 
uint16_t rnti
 the C-RNTI identifying the UE More...
 

Detailed Description

Parameters for LteMacSapProvider::TransmitPdu.

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

Member Data Documentation

◆ componentCarrierId

uint8_t ns3::LteMacSapProvider::TransmitPduParameters::componentCarrierId

◆ harqProcessId

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(), ns3::LteRlcTm::DoNotifyTxOpportunity(), ns3::LteRlcUm::DoNotifyTxOpportunity(), ns3::LteRlcSm::DoNotifyTxOpportunity(), and ns3::LteEnbMac::DoTransmitPdu().

◆ layer

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(), ns3::LteRlcTm::DoNotifyTxOpportunity(), ns3::LteRlcUm::DoNotifyTxOpportunity(), ns3::LteRlcSm::DoNotifyTxOpportunity(), and ns3::LteEnbMac::DoTransmitPdu().

◆ lcid

uint8_t ns3::LteMacSapProvider::TransmitPduParameters::lcid

◆ pdu

◆ rnti


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