Commit e8db2bc3 authored by Robert Schmidt's avatar Robert Schmidt

Slow down RFsim a bit for FAPI

parent 567a7d60
......@@ -1024,6 +1024,7 @@ static int rfsimulator_read(openair0_device *device, openair0_timestamp *ptimest
*ptimestamp,
t->nextRxTstamp,
signal_energy(samplesVoid[0], nsamps));
usleep(1000);
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