Versions in this module Expand all Collapse all v0 v0.0.5 Apr 13, 2023 Changes in this version + var BandMap = &Bands + type Band struct + Frequency float64 + Shortname string + Spec Spectrum + func (b *Band) Spectrum() string + type Bands struct + func (b *Bands) BandFromShortname(shortname string) *Band + func (b *Bands) FrequencyFromShortname(shortname string) float64 + func (b *Bands) Map() map[string]float64 + type Frequency float64 + type Spectrum int + const S_5G + const S_LTE + func (s Spectrum) String() string