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
zzha zzha
OpenXG-RAN
Commits
6219ddc5
Commit
6219ddc5
authored
Mar 21, 2017
by
Elena_Lukashova
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Rank adaptation is now an argument of the command line.
parent
48d7a1ef
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
5 additions
and
2 deletions
+5
-2
openair1/SIMULATION/LTE_PHY/dlsim_tm4.c
openair1/SIMULATION/LTE_PHY/dlsim_tm4.c
+5
-2
No files found.
openair1/SIMULATION/LTE_PHY/dlsim_tm4.c
View file @
6219ddc5
...
...
@@ -170,7 +170,7 @@ int main(int argc, char **argv)
int
hold_rank1_precoder
=
0
;
int
tpmi_retr
=
0
;
bool
is_first_time
;
int
rank_adapt
=
1
;
int
rank_adapt
=
0
;
int
updated_csi
=
0
;
SCM_t
channel_model
=
Rayleigh1
;
...
...
@@ -339,7 +339,7 @@ int main(int argc, char **argv)
perfect_ce
=
0
;
while
((
c
=
getopt
(
argc
,
argv
,
"ahdpZDe:Em:n:o:s:f:t:c:g:r:F:x:y:z:AM:N:I:i:O:R:S:C:T:b:u:v:w:B:PLl:XYv:V:J:K:U"
))
!=
-
1
)
{
while
((
c
=
getopt
(
argc
,
argv
,
"ahdpZDe:Em:n:o:s:f:t:c:g:r:F:x:y:z:AM:N:I:i:O:R:S:C:T:b:u:v:w:B:PLl:XY
W
v:V:J:K:U"
))
!=
-
1
)
{
switch
(
c
)
{
case
'a'
:
...
...
@@ -623,6 +623,9 @@ int main(int argc, char **argv)
case
'Y'
:
perfect_ce
=
1
;
break
;
case
'W'
:
rank_adapt
=
1
;
break
;
case
'V'
:
cond_num_threshold
=
atof
(
optarg
);
break
;
...
...
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