This script is intended to parse UE Capability Information message, from Wireshark, Qualcomm and Infovista's TEMS format.
It will extract some information and show an Excel table in a friendly format.
So far, it is parsing:
- Supported Bands
- Bandwidth Class
- MIMO information
- Total number of layers in a band combination
- Bandwidth Combination Set (BCS)
- 256QAM in DL and 64QAM in UL support
- B66, LAA and LTE-U bands
- NR Bands and NR band combination
to run, there are two options: command line or using an UI:
-
python UECapabilityInformationPaser.py (option) (UECapabilityInformation file in text format)
- options available: --help | -h --> Show help --output | -o --> Store output file in output folder
-
python UECapabilityInformationPaser.py Running without any parameters will open a window, where one can paste a UECapabilityInformation and click on Parse button to parse. It will generate UeCapabilityInformation.xlsx as output
-
Download and execute the .exe (Windows only).
Any comment or suggestion, feel free to contact me or create a new branch with the changes!