A Discrete-Event Network Simulator
API
Loading...
Searching...
No Matches
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 instance
 
uint8_t harqProcessId
 the HARQ process id that was passed by the MAC in the call to NotifyTxOpportunity that generated this PDU
 
uint8_t layer
 the layer value that was passed by the MAC in the call to NotifyTxOpportunity that generated this PDU
 
uint8_t lcid
 the logical channel id corresponding to the sending RLC instance
 
Ptr< Packetpdu
 the RLC PDU
 
uint16_t rnti
 the C-RNTI identifying the UE
 

Detailed Description

Parameters for LteMacSapProvider::TransmitPdu.

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

Member Data Documentation

◆ componentCarrierId

uint8_t ns3::LteMacSapProvider::TransmitPduParameters::componentCarrierId

the component carrier id corresponding to the sending Mac instance

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

◆ 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.

◆ 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 49 of file lte-mac-sap.h.

◆ lcid

uint8_t ns3::LteMacSapProvider::TransmitPduParameters::lcid

the logical channel id corresponding to the sending RLC instance

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

◆ pdu

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

the RLC PDU

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

◆ rnti

uint16_t ns3::LteMacSapProvider::TransmitPduParameters::rnti

the C-RNTI identifying the UE

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


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