Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var ChanMLBEvent chan MLBEvent
ChanMLBEvent is a go channel to pass MLBEvent to exporter
Functions ¶
This section is empty.
Types ¶
type MLBSessions ¶
type MLBSessions struct { ONOSRICAddr *string LoadThresh *float64 Period *int64 EnableMetric bool RNIBCellInfo []*nb.StationInfo UEInfoList []*nb.UEInfo RNIBCellMap map[string]*nb.StationInfo UEInfoMap map[string]*nb.UEInfo StationLinkMap map[string]*nb.StationLinkInfo // contains filtered or unexported fields }
MLBSessions is responsible for mapping connnections to and interactions with the northbound of ONOS-RAN subsystem.
func NewSession ¶
func NewSession() (*MLBSessions, error)
NewSession creates a new southbound session of MLB application.
func (*MLBSessions) Run ¶
func (m *MLBSessions) Run()
Run starts the southbound control loop for mobility load balancing.
Click to show internal directories.
Click to hide internal directories.