Commit f8f7bc89 authored by Bartosz Podrygajlo's avatar Bartosz Podrygajlo

rfsim: fix replay_node when used for rfsim without beamforming

parent 2a94a423
...@@ -177,6 +177,7 @@ int main(int argc, char *argv[]) { ...@@ -177,6 +177,7 @@ int main(int argc, char *argv[]) {
timestamp+=blockSize; timestamp+=blockSize;
header.option_value=0; header.option_value=0;
header.option_flag=0; header.option_flag=0;
header.beam_map = 1;
} else { } else {
AssertFatal(read(fd,&header,sizeof(header)), ""); AssertFatal(read(fd,&header,sizeof(header)), "");
} }
......
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