A Discrete-Event Network Simulator
API
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Groups Pages
lte-spectrum-value-helper.cc File Reference
#include <map>
#include <cmath>
#include <ns3/log.h>
#include <ns3/fatal-error.h>
#include "lte-spectrum-value-helper.h"
+ Include dependency graph for lte-spectrum-value-helper.cc:

Go to the source code of this file.

Classes

struct  ns3::EutraChannelNumbers
 Table 5.7.3-1 "E-UTRA channel numbers" from 3GPP TS 36.101 The table was converted to C syntax doing a cut & paste from TS 36.101 and running the following filter: awk '{if ((NR % 7) == 1) printf("{"); printf ("%s",$0); if ((NR % 7) == 0) printf("},\n"); else printf(", ");}' | sed 's/ – /, /g'. More...
 
struct  ns3::LteSpectrumModelId
 

Namespaces

 ns3
 Every class exported by the ns3 library is enclosed in the ns3 namespace.
 

Macros

#define NUM_EUTRA_BANDS   (sizeof (g_eutraChannelNumbers) / sizeof (EutraChannelNumbers))
 

Functions

bool ns3::operator< (const LteSpectrumModelId &a, const LteSpectrumModelId &b)
 
ostream & std::operator<< (ostream &os, const vector< int > &v)
 

Variables

static const struct
ns3::EutraChannelNumbers 
ns3::g_eutraChannelNumbers []
 
static std::map
< LteSpectrumModelId, Ptr
< SpectrumModel > > 
ns3::g_lteSpectrumModelMap
 

Macro Definition Documentation

#define NUM_EUTRA_BANDS   (sizeof (g_eutraChannelNumbers) / sizeof (EutraChannelNumbers))