mobile_insight.analyzer.lte_measurement_analyzer module¶
An analyzer for LTE radio measurements
Author: Yuanjie Li
- class mobile_insight.analyzer.lte_measurement_analyzer.LteMeasurementAnalyzer¶
Bases:
mobile_insight.analyzer.analyzer.Analyzer
An analyzer for LTE radio measurements
- get_rsrp_list()¶
Get serving cell’s RSRP measurement
- Returns
a list of serving cell’s measurement
- Return type
list
- get_rsrq_list()¶
Get serving cell’s RSRQ measurement
- Returns
a list of serving cell’s measurement
- Return type
list
- serving_cell_rsrp(msg)¶
- set_source(source)¶
Set the source of the trace. Enable device’s LTE internal logs.
- Parameters
source – the source trace collector
type – trace collector
- ue_event_filter(msg)¶
callback to handle user events
- Parameters
source – the source trace collector
type – trace collector