-
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
Unknown, Unhandled and Unexpected packets in output #107
Comments
Thanks for your report.
You can ignore this error, basically it provides the same measurements as
part. Since this may cause confusion, I may end up with adjusting the output. I am also getting the same error message on one of my modems too.
MAC and PDCP support is limited. My intention was getting a MAC PDU/RAR, and some PDCP SDUs, but the support was never complete. The The |
Thank you for your detailed response and explanation. I am still trying to understand what I can get from the qmdl file other than occasional cell information like this:
Are you saying that I should use the I just tried that and i don't see much more information.
|
These two switches will report the events and log messages through GSMTAP logging packet. I think your use case is not directly related to what these switches offer. If the QMDL file does not contain the events and logs, then they won't be included in neithger GSMTAP logging nor stdout. |
SUMMARY
Parser seems unable to correctly parse .qmdl file.
STEPS TO REPRODUCE
1- Use
qlog
on embedded Linux, arm32 architecture, device with Quectel EC25A module attached via USB.2. Transfer
.qmdl
file to laptop capable of runningscat
(python3 etc)20240702_155824_0000.qmdl.zip
3. Use scat:
scat -t qc -d ./20240702_155824_0000.qmdl
4. See errors/warnings/issues:
scat_output.txt
EXPECTED and ACTUAL RESULT
No errors or issues parsing the file
ENVIRONMENT
qlog
on a Linux host that had the module connected via USB. Interfaces were on/dev/ttyUSB0,1,2,3
. NIC wasppp0
ADDITIONAL INFORMATION
The cellular connection was solid and working fine. I think it's LTE.
This was just a test to see what I can get from the logs.
Should I use the
-C
option to get the most output?Are any of these Qualcom-specific options worth using?
The text was updated successfully, but these errors were encountered: