Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type DuplexMode ¶
type DuplexMode int32
DuplexMode of LTE Band
const ( // TDDMode TDDMode DuplexMode = iota // FDDMode FDDMode )
type LTEBand ¶
type LTEBand struct { ID uint32 Mode DuplexMode CountEarfcn uint32 StartEarfcnDl uint32 StartEarfcnUl uint32 }
LTEBand struct for converting EARFCN to Band
func (LTEBand) EarfcnDLInRange ¶
EarfcnDLInRange checks that an EARFCN-DL belongs to a band
func (LTEBand) EarfcnULInRange ¶
EarfcnULInRange checks that an EARFCN-UL belongs to a band
Click to show internal directories.
Click to hide internal directories.