mobile_insight.analyzer.kpi.phy_rlm_analyzer module¶
A LTE Phy Rlm analyzer.
Author: Yuanjie Li, Zhehui Zhang
- class mobile_insight.analyzer.kpi.phy_rlm_analyzer.PhyRlmAnalyzer¶
Bases:
mobile_insight.analyzer.kpi.kpi_analyzer.KpiAnalyzer
A protocol ananlyzer for LTE Radio Resource Control (RRC) protocol.
- __rlm_filter(msg)¶
Filter all LTE RRC packets, and call functions to process it
- Parameters
msg – the event (message) from the trace collector.
- set_source(source)¶
Set the trace source. Enable the LTE RLM messages.
- Parameters
source (trace collector) – the trace source.