#include <ns3/object-factory.h>
#include <ns3/log.h>
#include <cmath>
#include <ns3/simulator.h>
#include <ns3/trace-source-accessor.h>
#include <ns3/antenna-model.h>
#include "lte-spectrum-phy.h"
#include "lte-spectrum-signal-parameters.h"
#include "lte-net-device.h"
#include "lte-radio-bearer-tag.h"
#include "lte-sinr-chunk-processor.h"
#include "lte-phy-tag.h"
#include <ns3/lte-mi-error-model.h>
#include <ns3/lte-radio-bearer-tag.h>
#include <ns3/boolean.h>
#include <ns3/double.h>
#include <ns3/config.h>
Go to the source code of this file.
Namespaces | |
ns3 | |
Every class exported by the ns3 library is enclosed in the ns3 namespace. | |
Functions | |
NS_LOG_COMPONENT_DEFINE ("LteSpectrumPhy") | |
bool | ns3::operator< (const TbId_t &a, const TbId_t &b) |
std::ostream & | ns3::operator<< (std::ostream &os, LteSpectrumPhy::State s) |
bool | ns3::operator== (const TbId_t &a, const TbId_t &b) |
Variables | |
static const Time | ns3::DL_CTRL_DURATION = NanoSeconds (214286 -1) |
double | ns3::EffectiveCodingRate [29] |
static const Time | ns3::UL_SRS_DURATION = NanoSeconds (71429 -1) |
NS_LOG_COMPONENT_DEFINE | ( | "LteSpectrumPhy" | ) |