// "rx_rf: Asked for %d samples, got %d from SDR\n",fp->samples_per_tti,rxs);
// "rx_rf: Asked for %d samples, got %d from SDR\n",fp->samples_per_tti,rxs);
...
@@ -670,23 +614,16 @@ void rx_rf(RU_t *ru) {
...
@@ -670,23 +614,16 @@ void rx_rf(RU_t *ru) {
#endif
#endif
}
}
if(proc->first_rx==1){
if(timestamp_rx-old_ts!=fp->samples_per_tti){
//ru->ts_offset = proc->timestamp_rx;
LOG_E(HW,"impossible shift in rx stream, rx: %ld, previous rx distance: %ld, should be %d\n",timestamp_rx,proc->timestamp_rx-old_ts,fp->samples_per_tti);
LOG_E(HW,"impossible shift in rx stream, rx: %ld, previous rx distance: %ld, should be %d\n",proc->timestamp_rx,proc->timestamp_rx-old_ts,fp->samples_per_tti);