SysSec-KAIST / LTESniffer

An Open-source LTE Downlink/Uplink Eavesdropper
1.36k stars 153 forks source link

Error predecoding #73

Open roy81f opened 2 months ago

roy81f commented 2 months ago

Hi, everything was built well ( B210 SDR ), but Unfortunately, I am experiencing some issues, I pressed CtrlC after a second because it shows errors in a loop. Please advise me. ( by Cellular Z - Freq: 2630/2510MHz LTE ,Band 7FDD )

sudo ./src/LTESniffer -A 2 -W 4 -f 2630e6 -C -m 0

LTESniffer

Sat_May__4_22.04.20_2024. Creating Phy Creating 4 Worker threads Opening RF device with 2 RX antennas... Available RF device list: UHD zmq Trying to open RF device 'UHD' [INFO] [UHD] linux; GNU C++ version 11.4.0; Boost_107400; UHD_4.6.0.0-0ubuntu1~jammy1 [INFO] [LOGGING] Fastpath logging disabled at runtime. Opening USRP channels=2, args: type=b200,master_clock_rate=23.04e6 [INFO] [UHD RF] RF UHD Generic instance constructed [INFO] [B200] Detected Device: B210 [INFO] [B200] Operating over USB 3. [INFO] [B200] Initialize CODEC control... [INFO] [B200] Initialize Radio control... [INFO] [B200] Performing register loopback test... [INFO] [B200] Register loopback test passed [INFO] [B200] Performing register loopback test... [INFO] [B200] Register loopback test passed [INFO] [B200] Asking for clock rate 23.040000 MHz... [INFO] [B200] Actually got clock rate 23.040000 MHz. [INFO] [MULTI_USRP] 1) catch time transition at pps edge [INFO] [MULTI_USRP] 2) set times next pps (synchronously) RF device 'UHD' successfully opened Starting AGC thread... Tunning receiver to 2630.000 MHz Searching for cell... Found Cell_id: 0 FDD, CP: Normal , DetectRatio= 0% PSR=0.00, Power=-inf dBm *Found Cell_id: 376 FDD, CP: Normal , DetectRatio=100% PSR=5.98, Power=-1.4 dBm Found Cell_id: 0 FDD, CP: Normal , DetectRatio= 0% PSR=0.00, Power=-inf dBm Decoding PBCH for cell 376 (N_id_2=1) Setting sampling rate 23.04 MHz Finding PSS... Peak: 1.17605, FrameCnt: 0 State: 0 Finding PSS... Peak: 4.15256, FrameCnt: 0 State: 1 Finding PSS... Peak: 1.07717, FrameCnt: 17 State: 0 Finding PSS... Peak: 1.10889, FrameCnt: 17 State: 0 Finding PSS... Peak: 1.16413, FrameCnt: 17 State: 0 Finding PSS... Peak: 1.02132, FrameCnt: 17 State: 0 Finding PSS... Peak: 1.09379, FrameCnt: 17 State: 0 Finding PSS... Peak: 3.36544, FrameCnt: 0 State: 1 Finding PSS... Peak: 1.00353, FrameCnt: 27 State: 0 Finding PSS... Peak: 1.28281, FrameCnt: 27 State: 0 Finding PSS... Peak: 1.00443, FrameCnt: 27 State: 0 Finding PSS... Peak: 1.00284, FrameCnt: 27 State: 0 Finding PSS... Peak: 5.96871, FrameCnt: 0 State: 1 Finding PSS... Peak: 1.10079, FrameCnt: 25 State: 0 Finding PSS... Peak: 1.05865, FrameCnt: 25 State: 0 Finding PSS... Peak: 1.49186, FrameCnt: 25 State: 0 Finding PSS... Peak: 1.03743, FrameCnt: 25 State: 0 Finding PSS... Peak: 1.06135, FrameCnt: 25 State: 0 Finding PSS... Peak: 7.31725, FrameCnt: 0 State: 1

Destroyed Phy Skipped subframe: 0 / 1016 nof_decoded_locations, nof_cce, nof_missed_cce, nof_subframes, nof_subframe_collisions_dw, nof_subframe_collisions_up, time, nof_locations 33342, 31589, 1403, 616, 2, 0, 0.000000, 58513 Skipped subframes: 0 (0%) Saving MAC PCAP file Deleted DL Sniffer core

hdtuanss commented 2 months ago

Hi, you are sniffing on a 4-port base station, which is not supported by LTESniffer. Please find a 2-port base station and try again. Thanks