You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I saved some recordings using -r but am unable to load them for later analysis:
$ CellSearch -d /dev/shm -l -s 739e6 -c 1.066369 -p 10
Warning: crystal correction factor appears to be unreasonable
LTE CellSearch (release) beginning. 1.0 to 1.1.0: OpenCL/TDD/HACKRF/bladeRF/ext-LNB added by Jiao Xianjun([email protected])
PPM: 10
correction: 1.0663689999999999003
Captured data will be read from capbufXXXX.it files
*** Assertion failed in /build/libitpp-GeJpkq/libitpp-4.3.1/itpp/base/itfile.cpp on line 1085:
it_ifile::operator>>(): Wrong type (h.type == "ivec")
Aborted
$ ls -l /dev/shm/capbuf_0000.it
-r--r--r-- 1 sandreas sandreas 2457696 Mar 9 12:09 /dev/shm/capbuf_0000.it
$ CellSearch -d /dev/shm -l -s 739e6
LTE CellSearch (release) beginning. 1.0 to 1.1.0: OpenCL/TDD/HACKRF/bladeRF/ext-LNB added by Jiao Xianjun([email protected])
PPM: 0
correction: 1
Captured data will be read from capbufXXXX.it files
*** Assertion failed in /build/libitpp-GeJpkq/libitpp-4.3.1/itpp/base/itfile.cpp on line 1085:
it_ifile::operator>>(): Wrong type (h.type == "ivec")
Aborted
$ cmake .. | grep itpp
-- Found ITPP: /usr/lib/i386-linux-gnu/libitpp.so
Showing the package is installed, I'm running Debian 8.2 on this desktop, and Mint 15.2 on the laptop for collecting data in the field. (same errors)
$ sudo dpkg -l libitpp8 libitpp-dev
||/ Name Version Architecture Description
ii libitpp8:i386 4.3.1-3 i386 C++ library of signal processing and communication routines
ii libitpp-dev 4.3.1-3 i386 C++ library of signal processing and communication routines: Headers
What correction factor is not unreasonable?
Examining center frequency 739 MHz ...
Capturing live data
Saving captured data to file: /home/sandreas/data/lte/capbuf_0000.it
Calculating PSS correlations
Searching for and examining correlation peaks...
Detected a cell!
cell ID: 182
RX power level: -22.4598 dB
residual frequency offset: 49047.6 Hz
(739000+49047)/739000=1.066369
With CellSearch-1.0 from Evrytania I got a Segfault at this point, so this error message is probably more useful than the backtrace I got with gdb.
Any ideas how to proceed or debug this?
Thank you
The text was updated successfully, but these errors were encountered:
I saved some recordings using -r but am unable to load them for later analysis:
$ CellSearch -d /dev/shm -l -s 739e6 -c 1.066369 -p 10
Warning: crystal correction factor appears to be unreasonable
LTE CellSearch (release) beginning. 1.0 to 1.1.0: OpenCL/TDD/HACKRF/bladeRF/ext-LNB added by Jiao Xianjun([email protected])
PPM: 10
correction: 1.0663689999999999003
Captured data will be read from capbufXXXX.it files
*** Assertion failed in /build/libitpp-GeJpkq/libitpp-4.3.1/itpp/base/itfile.cpp on line 1085:
it_ifile::operator>>(): Wrong type (h.type == "ivec")
Aborted
$ ls -l /dev/shm/capbuf_0000.it
-r--r--r-- 1 sandreas sandreas 2457696 Mar 9 12:09 /dev/shm/capbuf_0000.it
$ CellSearch -d /dev/shm -l -s 739e6
LTE CellSearch (release) beginning. 1.0 to 1.1.0: OpenCL/TDD/HACKRF/bladeRF/ext-LNB added by Jiao Xianjun([email protected])
PPM: 0
correction: 1
Captured data will be read from capbufXXXX.it files
*** Assertion failed in /build/libitpp-GeJpkq/libitpp-4.3.1/itpp/base/itfile.cpp on line 1085:
it_ifile::operator>>(): Wrong type (h.type == "ivec")
Aborted
$ cmake .. | grep itpp
-- Found ITPP: /usr/lib/i386-linux-gnu/libitpp.so
Showing the package is installed, I'm running Debian 8.2 on this desktop, and Mint 15.2 on the laptop for collecting data in the field. (same errors)
$ sudo dpkg -l libitpp8 libitpp-dev
||/ Name Version Architecture Description
ii libitpp8:i386 4.3.1-3 i386 C++ library of signal processing and communication routines
ii libitpp-dev 4.3.1-3 i386 C++ library of signal processing and communication routines: Headers
Examining center frequency 739 MHz ...
Capturing live data
Saving captured data to file: /home/sandreas/data/lte/capbuf_0000.it
Calculating PSS correlations
Searching for and examining correlation peaks...
Detected a cell!
cell ID: 182
RX power level: -22.4598 dB
residual frequency offset: 49047.6 Hz
(739000+49047)/739000=1.066369
Any ideas how to proceed or debug this?
Thank you
The text was updated successfully, but these errors were encountered: