Commit c51a6bee authored by Florian Kaltenberger's avatar Florian Kaltenberger

updated online help


git-svn-id: http://svn.eurecom.fr/openair4G/trunk@6023 818b1a75-f10b-46b9-bf7c-635c3b92a50f
parent 83f7f69f
...@@ -508,12 +508,8 @@ int main(int argc, char **argv) { ...@@ -508,12 +508,8 @@ int main(int argc, char **argv) {
n_rnti=atoi(optarg); n_rnti=atoi(optarg);
break; break;
case 'u': case 'u':
dual_stream_UE=atoi(optarg); dual_stream_UE=1;
if (dual_stream_UE) { openair_daq_vars.use_ia_receiver = 1;
openair_daq_vars.use_ia_receiver = 1;
} else {
openair_daq_vars.use_ia_receiver = 0;
}
if ((n_tx!=2) || (transmission_mode!=5)) { if ((n_tx!=2) || (transmission_mode!=5)) {
msg("IA receiver only supported for TM5!"); msg("IA receiver only supported for TM5!");
exit(-1); exit(-1);
...@@ -564,7 +560,7 @@ int main(int argc, char **argv) { ...@@ -564,7 +560,7 @@ int main(int argc, char **argv) {
printf("-N Determines the number of Channel Realizations in Abstraction mode. Default value is 1. \n"); printf("-N Determines the number of Channel Realizations in Abstraction mode. Default value is 1. \n");
printf("-O Set the percenatge of effective rate to testbench the modem performance (typically 30 and 70, range 1-100) \n"); printf("-O Set the percenatge of effective rate to testbench the modem performance (typically 30 and 70, range 1-100) \n");
printf("-I Input filename for TrCH data (binary)\n"); printf("-I Input filename for TrCH data (binary)\n");
printf("-u Determines if the 2 streams at the UE are decoded or not. 0-->U2 is interference only and 1-->U2 is detected\n"); printf("-u Enables the Interference Aware Receiver for TM5 (default is normal receiver)\n");
exit(1); exit(1);
break; break;
} }
......
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