ns-3
|
The AMC module attached to the LTE networ device AmcModule class implements the Adaptive Modulation And Coding Scheme as proposed in 3GPP TSG-RAN WG1 - R1-081483 http://www.3gpp.org/ftp/tsg_ran/WG1_RL1/TSGR1_52b/Docs/R1-081483.zip. More...
#include <amc-module.h>
Public Member Functions | |
void | Initialize () |
Initialize CQI, MCS, SpectralEfficiency e TBs values. | |
int | GetMcsFromCqi (int cqi) |
Get the Modulation anc Coding Scheme for a CQI value. | |
int | GetTbSizeFromMcs (int mcs) |
Get the Transport Block Size for a selected MCS. | |
double | GetSpectralEfficiencyFromCqi (int cqi) |
Get the spectral efficiency value associated to the received CQI. | |
std::vector< int > | CreateCqiFeedbacks (std::vector< double > sinr) |
Create a message with CQI feedbaks. | |
Static Public Member Functions | |
static TypeId | GetTypeId (void) |
This method returns the TypeId associated to ns3::AmcModule. |
The AMC module attached to the LTE networ device AmcModule class implements the Adaptive Modulation And Coding Scheme as proposed in 3GPP TSG-RAN WG1 - R1-081483 http://www.3gpp.org/ftp/tsg_ran/WG1_RL1/TSGR1_52b/Docs/R1-081483.zip.
int ns3::AmcModule::GetMcsFromCqi | ( | int | cqi | ) |
Get the Modulation anc Coding Scheme for a CQI value.
cqi | the cqi value |
References NS_LOG_FUNCTION.
double ns3::AmcModule::GetSpectralEfficiencyFromCqi | ( | int | cqi | ) |
Get the spectral efficiency value associated to the received CQI.
cqi | the cqi value |
References NS_LOG_FUNCTION.
int ns3::AmcModule::GetTbSizeFromMcs | ( | int | mcs | ) |
Get the Transport Block Size for a selected MCS.
mcs | the mcs index |
References NS_LOG_FUNCTION.
TypeId ns3::AmcModule::GetTypeId | ( | void | ) | [static] |
This method returns the TypeId associated to ns3::AmcModule.
This object is accessible through the following paths with Config::Set and Config::Connect:
No Attributes defined for this type.
No TraceSources defined for this type.
Reimplemented from ns3::Object.
References ns3::TypeId::SetParent().