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