mobile_insight.analyzer.mm_analyzer module¶
Author: Jiayao Li
- class mobile_insight.analyzer.mm_analyzer.MmAnalyzer¶
Bases:
mobile_insight.analyzer.analyzer.Analyzer
Analyze the MM state change of the phone.
- __add_plmn_search_cell(cell_id, log_item)¶
- __callback_1xev_broadcast_chann(event)¶
- __callback_cdma_paging_chann(event)¶
- __callback_lte_nas(event)¶
- __callback_lte_nas_emm(event)¶
- __callback_lte_rrc_ota(event)¶
- __callback_lte_rrc_serv_cell_info(event)¶
- __callback_umts_nas(event)¶
- __callback_umts_nas_gmm(event)¶
- __callback_wcdma_cell_id(event)¶
- __callback_wcdma_rrc_ota(event)¶
- __callback_wcdma_rrc_ota_mib(event, mib)¶
- __callback_wcdma_rrc_ota_sib3(event, sib3)¶
- __end_plmn_search(log_item)¶
- __filter(event)¶
- __pause(last_valid_timestamp)¶
- __start_plmn_search(network, last_normal_service, log_item)¶
- get_lte_attach_log()¶
Return the attach time span of LTE network.
- get_lte_cell_resel_to_umts_config()¶
- get_lte_drx_config()¶
- get_lte_normal_service_log()¶
Return the normal service time span of LTE network.
- get_lte_plmn_search_log()¶
Return the PLMN search time span of LTE network, as well as how long the phone spends on searching each cell.
- get_lte_tau_log()¶
Return the TAU (Tracking Area Upate) time span of LTE network.
- get_lte_tau_qos_info()¶
- get_lte_tdd_config()¶
- get_n_lte_rrc_reconfig()¶
- get_umts_attach_log()¶
Return the attach time span of WCDMA network.
- get_umts_lu_log()¶
Return the Location Update time span of WCDMA network.
- get_umts_normal_service_log()¶
Return the normal service time span of WCDMA network.
- get_umts_plmn_search_log()¶
Return the PLMN search time span of WCDMA network.
- get_umts_rau_log()¶
Return the RAU (Routing Area Update) time span of WCDMA network.
- set_source(source)¶
Set the trace source. Enable the WCDMA RRC messages.
- Parameters
source (trace collector) – the trace source.