-
Notifications
You must be signed in to change notification settings - Fork 95
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
S24Ultra with Qualcomm baseband unable to parse LTE MAC PDU to pcap #98
Comments
In short there are 3 missing versions:
For the mentioned packet version I don't have devices and log samples yet. If you can capture the logs to QMDL file (use |
@peremen Thanks for reply. |
@alexjiao2021 I assume this is on an unrooted S24 Ultra? My rooted S928B gets stuck at "Starting Diag" and doesn't report chipset either.
|
From my initial analysis, the packet format across versions had been largely changed, it will take some time to analyze it. And not yet for NR MAC, support is planned after finalizing GSMTAPv3 which is scheduled within 1H 2024. |
@jstys Yes, it's unrooted. |
@jstys Maybe try if this trick works for you to turn on DM (DIAG mode) for the USB:
|
Appreciate the feedback but this wasn't my issue. The only way I got it working was to flash a zip that disables system encryption because on rooted S24 Ultra (SM-S928B model), rooting the device broke diag functionality altogether and this was the only way to revive it. (Even unrooting the device / flashing stock did not fix it so probably related to bootloader unlocking / encryption in some way) |
Hi,
With latest code, I tried below command to parse LTE MAC PDU to pcap file:
sudo scat -t qc -u -a 002:004 -i 0 -L mac -F s24u_lte_mac.pcap
But there are no packets in the pcap file.
Below is stdout with lots of warnings:
s24u_lte_mac.txt
The text was updated successfully, but these errors were encountered: