5G-LENA  nr-v3.0-25-g90be5d1
The 5G/NR module for the ns-3 simulator

Used to track the MAC PDU with the slot in which has to go, and the DCI that generated it. More...

#include "nr-mac-pdu-info.h"

+ Collaboration diagram for ns3::NrMacPduInfo:

Public Member Functions

 NrMacPduInfo (SfnSf sfn, std::shared_ptr< DciInfoElementTdma > dci)
 Construct a NrMacPduInfo. More...
 

Public Attributes

std::shared_ptr< DciInfoElementTdmam_dci
 The DCI.
 
SfnSf m_sfnSf
 SfnSf of the PDU.
 
uint32_t m_used {0}
 Bytes sent down to PHY for this PDU.
 

Detailed Description

Used to track the MAC PDU with the slot in which has to go, and the DCI that generated it.

Definition at line 22 of file nr-mac-pdu-info.h.

Constructor & Destructor Documentation

◆ NrMacPduInfo()

ns3::NrMacPduInfo::NrMacPduInfo ( SfnSf  sfn,
std::shared_ptr< DciInfoElementTdma dci 
)
inline

Construct a NrMacPduInfo.

Parameters
sfnSfnSf of the PDU
dciDCI of the PDU

Definition at line 29 of file nr-mac-pdu-info.h.


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