Closed jaideepcs-gh closed 3 years ago
Thanks for the post. Fixed.
Hi
there is a similar error with ln 451 of lte_rrc_analyzer.py (see trace below). Could you please let me know how to fix this? Thanks
Traceback (most recent call last): File "/usr/local/lib/python3.8/dist-packages/MobileInsight-5.0.0-py3.8-linux-x86_64.egg/mobile_insight/monitor/offline_replayer.py", line 209, in run self.send(event) File "/usr/local/lib/python3.8/dist-packages/MobileInsight-5.0.0-py3.8-linux-x86_64.egg/mobile_insight/element.py", line 104, in send self.to_list[i].recv(self, event) File "/usr/local/lib/python3.8/dist-packages/MobileInsight-5.0.0-py3.8-linux-x86_64.egg/mobile_insight/analyzer/analyzer.py", line 234, in recv self.source_callbacki File "/usr/local/lib/python3.8/dist-packages/MobileInsight-5.0.0-py3.8-linux-x86_64.egg/mobile_insight/analyzer/lte_rrc_analyzer.py", line 249, in rrc_filter self.__callback_sib_config(xml_msg) File "/usr/local/lib/python3.8/dist-packages/MobileInsight-5.0.0-py3.8-linux-x86_64.egg/mobile_insight/analyzer/lte_rrc_analyzer.py", line 451, in callback_sib_config int(field_val['lte-rrc.utra_q_RxLevMin']) * 2, TypeError: int() argument must be a string, a bytes-like object or a number, not 'NoneType'
Failed to run offline analysis example! Exiting with status 4.
Versions
Description
Running offline-analysis-example.py results in an error.
This is also seen with other log files.
Code and Logs