Documentation ¶
Overview ¶
Package hoappsouthbound is the southbound of HO application running over ONOS RAN subsystem.
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var ChanHOEvent chan HOEvent
ChanHOEvent is a go channel to pass HOEvent to exporter
Functions ¶
This section is empty.
Types ¶
type HOEvent ¶ added in v0.6.1
type HOEvent struct { TimeStamp time.Time CRNTI string SrcPlmnID string SrcEcid string DstPlmnID string DstEcid string ElapsedTime int64 }
HOEvent represents a single HO event
type HOSessions ¶
type HOSessions struct { ONOSRICAddr *string EnableExporter bool // contains filtered or unexported fields }
HOSessions is responsible for mapping connections to and interactions with the Northbound of ONOS RAN subsystem.
func NewSession ¶
func NewSession() (*HOSessions, error)
NewSession creates a new southbound session of HO application.
func (*HOSessions) Run ¶
func (m *HOSessions) Run()
Run starts the southbound control loop for handover.
Click to show internal directories.
Click to hide internal directories.