LteSpectrumModelId structure. More...
Public Member Functions | |
LteSpectrumModelId (uint32_t f, uint8_t b) | |
Constructor. | |
Public Attributes | |
uint16_t | bandwidth |
bandwidth | |
uint32_t | earfcn |
EARFCN. | |
LteSpectrumModelId structure.
Definition at line 203 of file lte-spectrum-value-helper.cc.
ns3::LteSpectrumModelId::LteSpectrumModelId | ( | uint32_t | f, |
uint8_t | b ) |
Constructor.
f | earfcn |
b | bandwidth |
Definition at line 216 of file lte-spectrum-value-helper.cc.
uint16_t ns3::LteSpectrumModelId::bandwidth |
bandwidth
Definition at line 213 of file lte-spectrum-value-helper.cc.
Referenced by ns3::operator<().
uint32_t ns3::LteSpectrumModelId::earfcn |
EARFCN.
Definition at line 212 of file lte-spectrum-value-helper.cc.
Referenced by ns3::operator<().