Skip to content

Commit e3e3848

Browse files
cell_search_nbiot: show DL frequency in MHz
1 parent f5d5584 commit e3e3848

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/examples/cell_search_nbiot.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -195,7 +195,7 @@ int main(int argc, char** argv)
195195
srslte_rf_set_rx_freq(&rf, 0, rf_freq);
196196
INFO("Set rf_freq to %.3f Hz\n", rf_freq);
197197

198-
printf("[%3d/%d]: EARFCN %d Freq. %.2f MHz looking for NPSS.\n", freq, nof_freqs, channels[freq].id, rf_freq);
198+
printf("[%3d/%d]: EARFCN %d, %.2f MHz looking for NPSS.\n", freq, nof_freqs, channels[freq].id, rf_freq / 1e6);
199199
fflush(stdout);
200200

201201
if (SRSLTE_VERBOSE_ISINFO()) {

0 commit comments

Comments
 (0)