mobile_insight.analyzer.kpi.lte_pdcp_gap_analyzer module¶
A 4G PDCP analyzer to calculate the number of lost PDCP packets
Author: Qianru Li
Output: <timestamp> <lost pdcp pkts> <lost pdcp pkts within one msg>
- class mobile_insight.analyzer.kpi.lte_pdcp_gap_analyzer.LtePdcpGapAnalyzer¶
Bases:
mobile_insight.analyzer.kpi.kpi_analyzer.KpiAnalyzer
- __msg_callback(msg)¶
- _callback_pdcp_dl(msg)¶
- set_source(source)¶
Set the source of the trace. The messages from the source will drive the analysis.
- Parameters
source – the source trace collector
type – trace collector