Commit dd075365 authored by Raymond Knopp's avatar Raymond Knopp Committed by Robert Schmidt

rollback to 10ms updates during freerun period of rf simulator

parent d6923bf0
...@@ -924,7 +924,7 @@ static int rfsimulator_read(openair0_device *device, openair0_timestamp *ptimest ...@@ -924,7 +924,7 @@ static int rfsimulator_read(openair0_device *device, openair0_timestamp *ptimest
if ( t->nextRxTstamp == 0) if ( t->nextRxTstamp == 0)
LOG_W(HW, "No connected device, generating void samples...\n"); LOG_W(HW, "No connected device, generating void samples...\n");
if (!flushInput(t, t->wait_timeout, nsamps)) { if (!flushInput(t, 1/*t->wait_timeout*/, nsamps)) {
for (int x=0; x < nbAnt; x++) for (int x=0; x < nbAnt; x++)
memset(samplesVoid[x],0,sampleToByte(nsamps,1)); memset(samplesVoid[x],0,sampleToByte(nsamps,1));
......
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