A Discrete-Event Network Simulator
API
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Groups Pages
ns3::EutraChannelNumbers Struct Reference

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...

Public Attributes

uint8_t band
 
double fDlLow
 
double fUlLow
 
uint16_t nOffsDl
 
uint16_t nOffsUl
 
uint16_t rangeNdl1
 
uint16_t rangeNdl2
 
uint16_t rangeNul1
 
uint16_t rangeNul2
 

Detailed Description

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'.

Definition at line 57 of file lte-spectrum-value-helper.cc.

Member Data Documentation

uint8_t ns3::EutraChannelNumbers::band

Definition at line 59 of file lte-spectrum-value-helper.cc.

double ns3::EutraChannelNumbers::fDlLow
double ns3::EutraChannelNumbers::fUlLow
uint16_t ns3::EutraChannelNumbers::nOffsDl
uint16_t ns3::EutraChannelNumbers::nOffsUl
uint16_t ns3::EutraChannelNumbers::rangeNdl1

Definition at line 62 of file lte-spectrum-value-helper.cc.

uint16_t ns3::EutraChannelNumbers::rangeNdl2

Definition at line 63 of file lte-spectrum-value-helper.cc.

uint16_t ns3::EutraChannelNumbers::rangeNul1

Definition at line 66 of file lte-spectrum-value-helper.cc.

uint16_t ns3::EutraChannelNumbers::rangeNul2

Definition at line 67 of file lte-spectrum-value-helper.cc.


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