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'm trying to use nr_sa_cell_search_test to scan a capture I made
I know the center frequency and samplerate used for the capture and I'd like to check if there is any cell in there, but so far my attempts have all failed with some assertion errors ...
nr_sa_cell_search_test --rf.device_name file --rf.device_args "rx_file=/tmp/5g.cfile,base_srate=122.88e6" --freq_dl 3650000000 for instance ends with
srsRAN/srsue/src/phy/test/nr_sa_cell_search_test.cc:79: Assertion Failure: Invalid SSB center frequency
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
I'm trying to use
nr_sa_cell_search_test
to scan a capture I madeI know the center frequency and samplerate used for the capture and I'd like to check if there is any cell in there, but so far my attempts have all failed with some assertion errors ...
nr_sa_cell_search_test --rf.device_name file --rf.device_args "rx_file=/tmp/5g.cfile,base_srate=122.88e6" --freq_dl 3650000000
for instance ends withsrsRAN/srsue/src/phy/test/nr_sa_cell_search_test.cc:79: Assertion Failure: Invalid SSB center frequency
Beta Was this translation helpful? Give feedback.
All reactions