From c51a6bee9cedbf2aba25846f4be5743222d90c67 Mon Sep 17 00:00:00 2001 From: Florian Kaltenberger <florian.kaltenberger@eurecom.fr> Date: Mon, 17 Nov 2014 14:32:34 +0000 Subject: [PATCH] updated online help git-svn-id: http://svn.eurecom.fr/openair4G/trunk@6023 818b1a75-f10b-46b9-bf7c-635c3b92a50f --- openair1/SIMULATION/LTE_PHY/dlsim.c | 10 +++------- 1 file changed, 3 insertions(+), 7 deletions(-) diff --git a/openair1/SIMULATION/LTE_PHY/dlsim.c b/openair1/SIMULATION/LTE_PHY/dlsim.c index f83f67c3ad..81ef02f233 100644 --- a/openair1/SIMULATION/LTE_PHY/dlsim.c +++ b/openair1/SIMULATION/LTE_PHY/dlsim.c @@ -508,12 +508,8 @@ int main(int argc, char **argv) { n_rnti=atoi(optarg); break; case 'u': - dual_stream_UE=atoi(optarg); - if (dual_stream_UE) { - openair_daq_vars.use_ia_receiver = 1; - } else { - openair_daq_vars.use_ia_receiver = 0; - } + dual_stream_UE=1; + openair_daq_vars.use_ia_receiver = 1; if ((n_tx!=2) || (transmission_mode!=5)) { msg("IA receiver only supported for TM5!"); exit(-1); @@ -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("-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("-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); break; } -- GitLab