Commit 5bfca969 authored by hsum's avatar hsum

Revert "Slow down RFsim a bit for FAPI"

This reverts commit f79d48e6.
parent a1f7e52b
...@@ -1034,7 +1034,6 @@ static int rfsimulator_read(openair0_device *device, openair0_timestamp *ptimest ...@@ -1034,7 +1034,6 @@ static int rfsimulator_read(openair0_device *device, openair0_timestamp *ptimest
*ptimestamp, *ptimestamp,
t->nextRxTstamp, t->nextRxTstamp,
signal_energy(samplesVoid[0], nsamps)); signal_energy(samplesVoid[0], nsamps));
usleep(1000);
return nsamps; return nsamps;
} }
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment