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 |
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.
uint8_t ns3::EutraChannelNumbers::band |
Definition at line 59 of file lte-spectrum-value-helper.cc.
double ns3::EutraChannelNumbers::fDlLow |
Definition at line 60 of file lte-spectrum-value-helper.cc.
Referenced by ns3::LteSpectrumValueHelper::GetDownlinkCarrierFrequency().
double ns3::EutraChannelNumbers::fUlLow |
Definition at line 64 of file lte-spectrum-value-helper.cc.
Referenced by ns3::LteSpectrumValueHelper::GetUplinkCarrierFrequency().
uint16_t ns3::EutraChannelNumbers::nOffsDl |
Definition at line 61 of file lte-spectrum-value-helper.cc.
Referenced by ns3::LteSpectrumValueHelper::GetDownlinkCarrierFrequency().
uint16_t ns3::EutraChannelNumbers::nOffsUl |
Definition at line 65 of file lte-spectrum-value-helper.cc.
Referenced by ns3::LteSpectrumValueHelper::GetUplinkCarrierFrequency().
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.