Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
oai
openairinterface5G
Commits
c51a6bee
Commit
c51a6bee
authored
Nov 17, 2014
by
Florian Kaltenberger
Browse files
updated online help
git-svn-id:
http://svn.eurecom.fr/openair4G/trunk@6023
818b1a75-f10b-46b9-bf7c-635c3b92a50f
parent
83f7f69f
Changes
1
Hide whitespace changes
Inline
Side-by-side
openair1/SIMULATION/LTE_PHY/dlsim.c
View file @
c51a6bee
...
...
@@ -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
d
ec
oded or not. 0-->U2 is interfe
re
n
ce
only and 1-->U2 is detected
\n
"
);
printf
(
"-u
Enables the Interference Aw
are
R
ec
eiver for TM5 (default is normal
rece
iver)
\n
"
);
exit
(
1
);
break
;
}
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment