Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type Sector ¶
type Sector struct {
EcID types.EcID `yaml:"ecid"`
GrpcPort uint16 `yaml:"grpcport"`
Azimuth uint16 `yaml:"azimuth"`
Arc uint16 `yaml:"arc"`
MaxUEs uint16 `yaml:"maxues"`
InitPowerDb float32 `yaml:"initpowerdb"`
}
Sector - one side of the tower
type TowerConfig ¶
type TowerConfig struct {
MapCentre types.Point
TowersLayout []TowersLayout
}
TowerConfig is the ran-simulator configuration
func GetTowerConfig ¶
func GetTowerConfig(location string) (TowerConfig, error)
GetTowerConfig gets the onos-towerConfig configuration
Click to show internal directories.
Click to hide internal directories.