Documentation
¶
Index ¶
- func NewTowerServer(towerIndex int, plmnID types.PlmnID, serverParams utils.ServerParams) error
- func UpdateControlMetrics(imsi types.Imsi)
- func UpdateTelemetryMetrics(m *e2ap.RicIndication)
- type Server
- func (s *Server) GetECGI() types.ECGI
- func (s *Server) GetEcID() types.EcID
- func (s *Server) GetPlmnID() types.PlmnID
- func (s *Server) GetPort() int
- func (s *Server) RicChan(stream e2ap.E2AP_RicChanServer) error
- func (s *Server) RicControl(stream e2ap.E2AP_RicControlServer) error
- func (s *Server) RicSubscription(stream e2ap.E2AP_RicSubscriptionServer) error
- type Service
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func NewTowerServer ¶
NewTowerServer - start a new gRPC server per tower
func UpdateTelemetryMetrics ¶
func UpdateTelemetryMetrics(m *e2ap.RicIndication)
UpdateTelemetryMetrics ...
Types ¶
type Server ¶
type Server struct {
// contains filtered or unexported fields
}
Server implements the TrafficSim gRPC service for administrative facilities.
func (*Server) RicChan ¶ added in v0.6.0
func (s *Server) RicChan(stream e2ap.E2AP_RicChanServer) error
RicChan ...
func (*Server) RicControl ¶
func (s *Server) RicControl(stream e2ap.E2AP_RicControlServer) error
RicControl ...
func (*Server) RicSubscription ¶
func (s *Server) RicSubscription(stream e2ap.E2AP_RicSubscriptionServer) error
RicSubscription ...
Click to show internal directories.
Click to hide internal directories.