Thanks Thanks:  3
Showing results 1 to 8 of 8

Thread: Qualcomm Signaling decode alternative

  1. #1
    Member Reputation: 18
    Join Date
    2016-06-29
    Posts
    29


    Default Qualcomm Signaling decode alternative

    As some of the biggest public sharing platform was reported by some dickhead,it becomes very hard to get Qualcomm support tools nowadays,like QXDM/QCAT,for signaling decoding ,there is an alternative open-source method that can well handle LTE message so far,possible NR in the future.
    Stop wasting time in finding usable QXDM/QCAT toolsets

    For Windows, you have to install libusbK driver for diag port.
    Code:
    1- Download and install “Python 3.8” from Microsoft Store https://www.microsoft.com/fr-fr/p/py...ot:overviewtab
    2- Download and unzip “scat-master.zip” in “C:\” from https://github.com/fgsect/scat
    3- Download “pyusb 1.0.2.tar.gz” from https://pypi.org/project/pyusb/ , copy in “C:\scat-master” and rename it “pyusb.tar.gz”
    4- Download “pyserial 3.4.tar.gz” from https://pypi.org/project/pyserial/ , copy in “C:\scat-master” and rename it “pyserial.tar.gz”
    5- Copy your “qmdl log” from your phone in “C:\scat-master” and rename it “1.qmdl”
    6- Press Windows+R to open “Run” box. Type “cmd” and then click “OK” to open Command Prompt.
    7- run ”cd c:\scat-master”
    8- run “pip install pyusb”
    9- run “pip install pyserial”
    10 -run “python scat.py -t qc -d 1.qmdl -F 1.pcap”
    Now you can use Wireshark and find UE Capability Information message .
    
    Execute “Wireshark.exe” and open file “1.pcap” in “c:\scat-master”
    \



    Power enough for 3GPP standard OTA signaling analysis
    Attached Images Attached Images

  2. Thanks liana, sayruou thanked for this post
  3. # ADS
    Circuit advertisement
    Join Date
    Always
    Posts
    Many
     

  4. #2
    Senior Member Reputation: 608
    Join Date
    2010-10-08
    Posts
    443


    Default Re: Qualcomm Signaling decode alternative

    Quote Originally Posted by freeinfo123 View Post
    As some of the biggest public sharing platform was reported by some dickhead,it becomes very hard to get Qualcomm support tools nowadays,like QXDM/QCAT,for signaling decoding ,there is an alternative open-source method that can well handle LTE message so far,possible NR in the future.
    Stop wasting time in finding usable QXDM/QCAT toolsets

    For Windows, you have to install libusbK driver for diag port.
    Code:
    1- Download and install “Python 3.8” from Microsoft Store https://www.microsoft.com/fr-fr/p/py...ot:overviewtab
    2- Download and unzip “scat-master.zip” in “C:\” from https://github.com/fgsect/scat
    3- Download “pyusb 1.0.2.tar.gz” from https://pypi.org/project/pyusb/ , copy in “C:\scat-master” and rename it “pyusb.tar.gz”
    4- Download “pyserial 3.4.tar.gz” from https://pypi.org/project/pyserial/ , copy in “C:\scat-master” and rename it “pyserial.tar.gz”
    5- Copy your “qmdl log” from your phone in “C:\scat-master” and rename it “1.qmdl”
    6- Press Windows+R to open “Run” box. Type “cmd” and then click “OK” to open Command Prompt.
    7- run ”cd c:\scat-master”
    8- run “pip install pyusb”
    9- run “pip install pyserial”
    10 -run “python scat.py -t qc -d 1.qmdl -F 1.pcap”
    Now you can use Wireshark and find UE Capability Information message .
    
    Execute “Wireshark.exe” and open file “1.pcap” in “c:\scat-master”
    \



    Power enough for 3GPP standard OTA signaling analysis
    Appreciate your efforts but mind your language.Can you explain step 5 a bit more.
    Please add reputation by clicking * at left bottom of post & Hit Thanks and report Helpful by clicking Thumps Up if you like my post . Knowledge is Power & Sharing is Caring.

  5. #3
    Member Reputation: 18
    Join Date
    2016-06-29
    Posts
    29


    Default Re: Qualcomm Signaling decode alternative

    this is the static capture way,you can check the dynamic diag port with libusbK driver

  6. #4
    Senior Member Reputation: 360
    Join Date
    2012-01-24
    Location
    Every where
    Posts
    351


    Default Re: Qualcomm Signaling decode alternative

    Thanks, but I can't find qmdl file. The only availablr is qmdl2, I think this is new format. Do you have any idea for qmdl2 file?
    Best people are those who are useful to others

  7. #5
    VIP Member Reputation: 1852 carver's Avatar
    Join Date
    2007-10-24
    Location
    Ukraine
    Posts
    563


    Default Re: Qualcomm Signaling decode alternative

    Quote Originally Posted by yoyokdp View Post
    Thanks, but I can't find qmdl file. The only availablr is qmdl2, I think this is new format. Do you have any idea for qmdl2 file?
    I didn’t check it, I just found it in Google
    Scat
    This is program to convert qmdl, qmdl2 and dlf file to pcap file. This program requires python to be installed to your local computer.
    https://blog.cacombos.com/2021/06/13...-qmdl-to-pcap/
    /carv

  8. #6
    Member Reputation: 18
    Join Date
    2016-06-29
    Posts
    29


    Default Re: Qualcomm Signaling decode alternative

    It says working well with qmdl2,but I got CRC error when test

  9. #7
    Member Reputation: 18
    Join Date
    2016-06-29
    Posts
    29


    Default Re: Qualcomm Signaling decode alternative

    Quote Originally Posted by carver View Post
    I didn’t check it, I just found it in Google
    https://blog.cacombos.com/2021/06/13...-qmdl-to-pcap/
    It claims to coperate with qmdl2,but actual not

  10. Thanks sayruou thanked for this post
  11. #8
    Junior Member Reputation: 14
    Join Date
    2014-03-10
    Posts
    7


    Default Re: Qualcomm Signaling decode alternative

    I can obtain OTP to put Most Samsung Galaxy Device into Engineering mode, and setup it to capture HDM, QMDL, QMDL2 files. But this python is no longer able to convert UE BIN to PCAP. I am getting CRC error. On the older Galaxy 7, I can actually see the SIBs and MIBs messages.

    If any one need to put Samsung Galaxy *.* into engineering mode, pm me.

    I need to find other method do read these Binary Samsung UE Logs (I think that chipset may decides the format of the files.

    thanks

Bookmarks

Bookmarks

Posting Rules

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •