uecapabilityparser icon indicating copy to clipboard operation
uecapabilityparser copied to clipboard

Reading Mutliple files

Open narenvreddy opened this issue 7 months ago • 1 comments

I observed one thing, when i upload multiple Eutra NR files to one add button (I mean multiple files to single input), in this scenario UE parser is extracting single Eutra NR file data by searching for UE-MRDC-Capability from single file.

Which is not looped? When multiple gets tracated in backend and it should search for multiple "UE-MRDC-Capability" and parser all data together

narenvreddy avatar May 05 '25 11:05 narenvreddy

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 to. This is feasible with some inputs like pcap or baseband logs, but it isn't possible with “hex” or "text" inputs

handymenny avatar Jul 06 '25 19:07 handymenny