Documentation
¶
Index ¶
- 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) RicSubscribe(ctx context.Context, req *e2ap.RicSubscriptionRequest) (*e2ap.RicSubscriptionResponse, error)
- type Service
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func UpdateTelemetryMetrics ¶
func UpdateTelemetryMetrics(m *e2ap.RicIndication)
UpdateTelemetryMetrics ...
Types ¶
type Server ¶
type Server struct {
// contains filtered or unexported fields
}
Server implements the E2 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) RicSubscribe ¶ added in v0.6.5
func (s *Server) RicSubscribe(ctx context.Context, req *e2ap.RicSubscriptionRequest) (*e2ap.RicSubscriptionResponse, error)
RicSubscribe - add tot he list of subscriptions
Click to show internal directories.
Click to hide internal directories.