P1sec / QCSuper

QCSuper is a tool communicating with Qualcomm-based phones and modems, allowing to capture raw 2G/3G/4G radio frames, among other things.
GNU General Public License v3.0
1.33k stars 237 forks source link

Adding new message types/versions #36

Open smsajjadi opened 4 years ago

smsajjadi commented 4 years ago

Hi

After a little bit of working with my modem module (quectel) and QCSuper (and also mobile-insight) I have found out that my modem is using message versions not supported by this program (and not the other one either). What is the procedure of adding such messages to the program so that I could analyze them properly? And First and foremost, where could I find out what has changed in a message with a new version?

attah commented 3 years ago

Could this perhaps be the 152/0x98 message type?

Looking at SCAT it can be chopped down by 8 bytes and parsed as normal. I tried it locally with QCSuper and it appears to work from a cursory test.

Still trying to wrap my head around which project works best for me.