Andrea Mennillo
Andrea Mennillo
Hi @frankgogoland, As a rule of thumb, the preferred sources are in order: 1. PCAP or Baseband log 2. Hex dump 3. Text As @high3eam pointed out PCAP is already...
first of all, the web ui is just a demo, to show what this project (the parser) is capable of. Users are encouraged to make their own frontend :) ___...
Hi, there are different ways to achieve this. If the changes are minimal, you can inject a custom .js or custom .css via cli: ``` uecapabilityparser server -p 8080 --custom-css...
Hi, Can you explain better what you tried to do? What kind of uecapabilityparser server are you using? (jar compiled by me, a jar compiled by you, a docker image,...
Hi, parsing the UE-MRDC-Capability requires parsing the related UE-Eutra-Capability and UE-NR-Capability too. Analyzing multiple MRDC capabilities in the same input means finding which EUTRA and NR capabilities they are related...