Commit 8da877a4 authored by Robert Schmidt's avatar Robert Schmidt

Slow down RFsim a bit for FAPI

parent b796fe37
...@@ -978,6 +978,7 @@ static int rfsimulator_read(openair0_device *device, openair0_timestamp *ptimest ...@@ -978,6 +978,7 @@ 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