A Discrete-Event Network Simulator
API
ns3::EpcX2Sap::RelativeNarrowbandTxBand Struct Reference

Relative Narrowband Tx Power (RNTP) as it is used in the LOAD INFORMATION message. More...

#include "epc-x2-sap.h"

+ Collaboration diagram for ns3::EpcX2Sap::RelativeNarrowbandTxBand:

Public Attributes

uint16_t antennaPorts {UINT16_MAX}
 antenna ports More...
 
uint16_t pB {UINT16_MAX}
 PB. More...
 
uint16_t pdcchInterferenceImpact {UINT16_MAX}
 PDC channel interference list. More...
 
std::vector< bool > rntpPerPrbList
 RNTP per prb list. More...
 
int16_t rntpThreshold {INT16_MIN}
 RNTP threshold. More...
 

Detailed Description

Relative Narrowband Tx Power (RNTP) as it is used in the LOAD INFORMATION message.

See section 9.2.19 for further info about the parameters

Note: You can use INT16_MIN value for -infinite value in the rntpThreshold field

Definition at line 142 of file epc-x2-sap.h.

Member Data Documentation

◆ antennaPorts

uint16_t ns3::EpcX2Sap::RelativeNarrowbandTxBand::antennaPorts {UINT16_MAX}

antenna ports

Definition at line 146 of file epc-x2-sap.h.

Referenced by ns3::EpcX2LoadInformationHeader::Deserialize().

◆ pB

uint16_t ns3::EpcX2Sap::RelativeNarrowbandTxBand::pB {UINT16_MAX}

PB.

Definition at line 147 of file epc-x2-sap.h.

Referenced by ns3::EpcX2LoadInformationHeader::Deserialize().

◆ pdcchInterferenceImpact

uint16_t ns3::EpcX2Sap::RelativeNarrowbandTxBand::pdcchInterferenceImpact {UINT16_MAX}

PDC channel interference list.

Definition at line 148 of file epc-x2-sap.h.

Referenced by ns3::EpcX2LoadInformationHeader::Deserialize().

◆ rntpPerPrbList

std::vector<bool> ns3::EpcX2Sap::RelativeNarrowbandTxBand::rntpPerPrbList

◆ rntpThreshold

int16_t ns3::EpcX2Sap::RelativeNarrowbandTxBand::rntpThreshold {INT16_MIN}

RNTP threshold.

Definition at line 145 of file epc-x2-sap.h.

Referenced by ns3::EpcX2LoadInformationHeader::Deserialize().


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