mobile_insight.analyzer.kpi.lte_bandwidth_predictor module¶
Real-time decoder for TCP_Cellular client
Author: Haotian Deng, Yuanjie Li
- class mobile_insight.analyzer.kpi.lte_bandwidth_predictor.LteBandwidthPredictor¶
Bases:
mobile_insight.analyzer.kpi.kpi_analyzer.KpiAnalyzer
- __cell_info_callback(msg)¶
- __msg_callback(msg)¶
- predict_bandwidth(rsrq, snr, nRB_allocated, MCS, CQI, ri)¶
Estimate the globally available bandwdith in Mbps
- set_source(source)¶
Set the trace source. Enable the cellular signaling messages
- Parameters
source – the trace source (collector).