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
Hi all,
I am trying to input a trace collected with the rtl_sdr program to LTE-Tracker, but unfortunately I always get the following error:
*** Assertion failed in /Users/Simone/Downloads/itpp-4.3.1/itpp/base/itfile.cpp on line 52:
it_ifile::open(): File does not exist (exist(name))
Abort trap: 6
This error should be caused by the fact that LTE-Tracker tries to read the input file as .it file, but instead is an rtl_sdr file. The original LTE-Tracker by Evrytania does not have that behaviour and reads correctly the rtl_sdr file.
Any ideas on how to fix it?
Thanks a lot in advance,
Simone
The text was updated successfully, but these errors were encountered:
Hi all,
I am trying to input a trace collected with the rtl_sdr program to LTE-Tracker, but unfortunately I always get the following error:
*** Assertion failed in /Users/Simone/Downloads/itpp-4.3.1/itpp/base/itfile.cpp on line 52:
it_ifile::open(): File does not exist (exist(name))
Abort trap: 6
This error should be caused by the fact that LTE-Tracker tries to read the input file as .it file, but instead is an rtl_sdr file. The original LTE-Tracker by Evrytania does not have that behaviour and reads correctly the rtl_sdr file.
Any ideas on how to fix it?
Thanks a lot in advance,
Simone
The text was updated successfully, but these errors were encountered: