Reading Mutliple files
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
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