Skip to content

Packet length mismatch #110

@saki92

Description

@saki92

SUMMARY
I save the logs in .qmdl format from Sierra EM9191 USB module. Then when parsing it with scat, there are a lot of packet length mismatch and CRC mismatch warning messages

STEPS TO REPRODUCE
Steps to reproduce the behavior:

  1. Save logs from Sierra USB modem with sudo ./bin/dm-loggerrpi -p /dev/ttyUSB1 -o log.qmdl. Google drive link to log file. The tool is available in MBPL tools package from sierra website.
  2. Copy it to your local machine where SCAT is installed.
  3. Run SCAT with arguments scat -t qc -d log.qmdl --layer "ip,nas,rrc,pdcp,rlc,mac"
  4. See so many length mismatch errors scat-out.log

EXPECTED and ACTUAL RESULT
I expect to see at least some MAC layer messages and no warnings in parsing the logs.

ENVIRONMENT

  • OS: Linux 6.8.0-40-generic #40~22.04.3-Ubuntu
  • SCAT version: 1.3.0
  • Python version: 3.10.12
  • Cellular device: Sierra Wireless EM9191
  • Baseband type: Qualcomm
  • DIAG method: baseband dump

ADDITIONAL INFORMATION
Work flow for logging: I started the logging tool, switch on modem via AT command, let the modem connect to network and establish PDU session (5G). Then switch off modem via AT and stop logging.

Metadata

Metadata

Assignees

No one assigned

    Labels

    qualcommBugs related to Qualcomm modem

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions