Commit a0ae0c07 authored by Javier Morgade's avatar Javier Morgade

-skipped loop memory on the UE with EXMIMO

-TOFIX: the EXMIMO engine does not initialize main buffers with loop-memory flag-loop memory partially tested with USRP
parent b6465619
...@@ -2105,6 +2105,10 @@ static void get_options (int argc, char **argv) ...@@ -2105,6 +2105,10 @@ static void get_options (int argc, char **argv)
break; break;
case LONG_OPTION_LOOPMEMORY: case LONG_OPTION_LOOPMEMORY:
#ifdef EXMIMO
fprintf(stderr, "loop memory option not supported with EXMIMO engine ... use USRP option\n");
exit(-1);
#endif
mode=loop_through_memory; mode=loop_through_memory;
input_file = (char*)malloc(sizeof(char)*100); input_file = (char*)malloc(sizeof(char)*100);
strcpy(input_file,optarg); strcpy(input_file,optarg);
......
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