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
promise
OpenXG-RAN
Commits
8633d6c2
Commit
8633d6c2
authored
Aug 03, 2017
by
Cedric Roux
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
remove compilation warnings
parent
9e4f700a
Changes
2
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
2 deletions
+2
-2
openair1/SIMULATION/LTE_PHY/dlsim.c
openair1/SIMULATION/LTE_PHY/dlsim.c
+1
-1
openair1/SIMULATION/LTE_PHY/ulsim.c
openair1/SIMULATION/LTE_PHY/ulsim.c
+1
-1
No files found.
openair1/SIMULATION/LTE_PHY/dlsim.c
View file @
8633d6c2
...
@@ -1351,7 +1351,7 @@ int main(int argc, char **argv)
...
@@ -1351,7 +1351,7 @@ int main(int argc, char **argv)
// void *data;
// void *data;
// int ii;
// int ii;
// int bler;
// int bler;
double
blerr
[
4
],
uncoded_ber
;
//,avg_ber;
double
blerr
[
4
],
uncoded_ber
=
0
;
//,avg_ber;
short
*
uncoded_ber_bit
=
NULL
;
short
*
uncoded_ber_bit
=
NULL
;
uint8_t
N_RB_DL
=
25
,
osf
=
1
;
uint8_t
N_RB_DL
=
25
,
osf
=
1
;
frame_t
frame_type
=
FDD
;
frame_t
frame_type
=
FDD
;
...
...
openair1/SIMULATION/LTE_PHY/ulsim.c
View file @
8633d6c2
...
@@ -175,7 +175,7 @@ int main(int argc, char **argv)
...
@@ -175,7 +175,7 @@ int main(int argc, char **argv)
int
aarx
,
aatx
;
int
aarx
,
aatx
;
double
channelx
,
channely
;
double
channelx
,
channely
;
double
sigma2
,
sigma2_dB
=
10
,
SNR
,
SNR2
,
snr0
=-
2
.
0
,
snr1
,
SNRmeas
,
rate
,
saving_bler
=
0
;
double
sigma2
,
sigma2_dB
=
10
,
SNR
,
SNR2
=
0
,
snr0
=-
2
.
0
,
snr1
,
SNRmeas
,
rate
,
saving_bler
=
0
;
double
input_snr_step
=
.
2
,
snr_int
=
30
;
double
input_snr_step
=
.
2
,
snr_int
=
30
;
double
blerr
;
double
blerr
;
...
...
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