A Discrete-Event Network Simulator
API
ns3::tbInfo_t Struct Reference

tbInfo_t structure More...

#include "lte-spectrum-phy.h"

+ Collaboration diagram for ns3::tbInfo_t:

Public Attributes

bool corrupt
 whether is corrupt More...
 
bool downlink
 whether is downlink More...
 
bool harqFeedbackSent
 is HARQ feedback sent More...
 
uint8_t harqProcessId
 HARQ process id. More...
 
uint8_t mcs
 MCS. More...
 
double mi
 Mutual information. More...
 
uint8_t ndi
 New data indicator. More...
 
std::vector< int > rbBitmap
 Resource block bitmap. More...
 
uint8_t rv
 Redundancy version. More...
 
uint16_t size
 Transport block size. More...
 

Detailed Description

tbInfo_t structure

Definition at line 69 of file lte-spectrum-phy.h.

Member Data Documentation

◆ corrupt

bool ns3::tbInfo_t::corrupt

whether is corrupt

Definition at line 79 of file lte-spectrum-phy.h.

◆ downlink

bool ns3::tbInfo_t::downlink

whether is downlink

Definition at line 78 of file lte-spectrum-phy.h.

◆ harqFeedbackSent

bool ns3::tbInfo_t::harqFeedbackSent

is HARQ feedback sent

Definition at line 80 of file lte-spectrum-phy.h.

◆ harqProcessId

uint8_t ns3::tbInfo_t::harqProcessId

HARQ process id.

Definition at line 75 of file lte-spectrum-phy.h.

◆ mcs

uint8_t ns3::tbInfo_t::mcs

MCS.

Definition at line 73 of file lte-spectrum-phy.h.

◆ mi

double ns3::tbInfo_t::mi

Mutual information.

Definition at line 77 of file lte-spectrum-phy.h.

◆ ndi

uint8_t ns3::tbInfo_t::ndi

New data indicator.

Definition at line 71 of file lte-spectrum-phy.h.

◆ rbBitmap

std::vector<int> ns3::tbInfo_t::rbBitmap

Resource block bitmap.

Definition at line 74 of file lte-spectrum-phy.h.

◆ rv

uint8_t ns3::tbInfo_t::rv

Redundancy version.

Definition at line 76 of file lte-spectrum-phy.h.

◆ size

uint16_t ns3::tbInfo_t::size

Transport block size.

Definition at line 72 of file lte-spectrum-phy.h.


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