SysSec-KAIST / LTESniffer

An Open-source LTE Downlink/Uplink Eavesdropper
GNU Affero General Public License v3.0
1.79k stars 183 forks source link

BladeRF: Trying to figure out how to set arguments to start #89

Open Andrea99-beep opened 5 days ago

Andrea99-beep commented 5 days ago

Hello,

I am trying to use LTESniffer with a BladeRF device for downlink sniffing, but I would like to configure a few parameters specifically:

For now I've tried in this way and I get this output:

sudo LTESniffer -a rf.device=bladeRF -A 2 -W 8 -f 806e6 -I 286 -m 0

LTESniffer Start!!!

Creating Phy Creating 8 Worker threads

LTESniffer_Core: Starting...

Fri_Nov__8_17.53.39_2024. Sniffer Mode: DL only Available RF device list: UHD soapy bladeRF zmq Trying to open RF device 'UHD' Opening USRP channels=2, args: rf.device=bladeRF Unable to open RF device 'UHD' Trying to open RF device 'soapy' Soapy has found device #0: backend=libusb, device=0x02:0x08, driver=bladerf, instance=0, label=BladeRF #0 [5b00f071..3d9837cb], serial=5b00f07115fa4830b0f4716f3d9837cb, Selecting Soapy device: 0 Setting up Rx stream with 2 channel(s) Setting up Tx stream with 2 channel(s) Available device sensors:

hdtuanss commented 1 day ago

Hi, unfortunately, I also dont have any experience with bladeRF, I only have USRP to test. However, many users reported that Bladerf works well. So I will keep the issue open here for any advice from other users. Thanks.

Andrea99-beep commented 1 day ago

I'm testing using this command: LTESniffer -A 1 -W 4 -f xxxe6 -m 0 -g 30 He prints me "Processed 1000/1000 subframes" but It doesn't find any RNTI and also the ltesniffer_dl_mode.pcap is empty, as he hasn't sniffed anything, but I'm sure there is traffic going on.

hdtuanss commented 1 day ago

I'm testing using this command: LTESniffer -A 1 -W 4 -f xxxe6 -m 0 -g 30 He prints me "Processed 1000/1000 subframes" but It doesn't find any RNTI and also the ltesniffer_dl_mode.pcap is empty, as he hasn't sniffed anything, but I'm sure there is traffic going on.

Could you please copy and paste your terminal log including the command was used here?