Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
O
OpenXG-RAN
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Michael Black
OpenXG-RAN
Commits
42f7ca06
Commit
42f7ca06
authored
Mar 04, 2014
by
Florian Kaltenberger
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
git-svn-id:
http://svn.eurecom.fr/openair4G/trunk@5120
818b1a75-f10b-46b9-bf7c-635c3b92a50f
parent
e90b729e
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
4 additions
and
4 deletions
+4
-4
openair1/SIMULATION/LTE_PHY/dlsim.c
openair1/SIMULATION/LTE_PHY/dlsim.c
+4
-4
No files found.
openair1/SIMULATION/LTE_PHY/dlsim.c
View file @
42f7ca06
...
@@ -296,7 +296,7 @@ int main(int argc, char **argv) {
...
@@ -296,7 +296,7 @@ int main(int argc, char **argv) {
snr0
=
0
;
snr0
=
0
;
num_layers
=
1
;
num_layers
=
1
;
while
((
c
=
getopt
(
argc
,
argv
,
"hadpDe:m:n:o:s:f:t:c:g:r:F:x:y:z:M
:
N:I:i:R:S:C:T:b:u:v:w:B:PLl:"
))
!=
-
1
)
{
while
((
c
=
getopt
(
argc
,
argv
,
"hadpDe:m:n:o:s:f:t:c:g:r:F:x:y:z:MN:I:i:R:S:C:T:b:u:v:w:B:PLl:"
))
!=
-
1
)
{
switch
(
c
)
switch
(
c
)
{
{
case
'a'
:
case
'a'
:
...
@@ -348,7 +348,7 @@ int main(int argc, char **argv) {
...
@@ -348,7 +348,7 @@ int main(int argc, char **argv) {
input_snr_step
=
atof
(
optarg
);
input_snr_step
=
atof
(
optarg
);
break
;
break
;
case
'M'
:
case
'M'
:
abstx
=
atof
(
optarg
)
;
abstx
=
1
;
break
;
break
;
case
'N'
:
case
'N'
:
n_ch_rlz
=
atof
(
optarg
);
n_ch_rlz
=
atof
(
optarg
);
...
@@ -510,8 +510,8 @@ int main(int argc, char **argv) {
...
@@ -510,8 +510,8 @@ int main(int argc, char **argv) {
printf
(
"-z Number of RX antennas used in UE
\n
"
);
printf
(
"-z Number of RX antennas used in UE
\n
"
);
printf
(
"-t MCS of interfering UE
\n
"
);
printf
(
"-t MCS of interfering UE
\n
"
);
printf
(
"-R Number of HARQ rounds (fixed)
\n
"
);
printf
(
"-R Number of HARQ rounds (fixed)
\n
"
);
printf
(
"-M
Determines whether the Absraction flag is on or Off. 1-->On and 0-->Off. Default status is Off.
\n
"
);
printf
(
"-M
Turns on calibration mode for abstraction.
\n
"
);
printf
(
"-N Determines the number of Channel Realizations in Absraction mode. Default value is 1.
\n
"
);
printf
(
"-N Determines the number of Channel Realizations in Abs
t
raction mode. Default value is 1.
\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 Determines if the 2 streams at the UE are decoded or not. 0-->U2 is interference only and 1-->U2 is detected
\n
"
);
exit
(
1
);
exit
(
1
);
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a 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