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
常顺宇
OpenXG-RAN
Commits
f2223366
Commit
f2223366
authored
Sep 02, 2013
by
villa
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
git-svn-id:
http://svn.eurecom.fr/openair4G/trunk@4133
818b1a75-f10b-46b9-bf7c-635c3b92a50f
parent
6373645c
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
3 deletions
+3
-3
openair1/SIMULATION/LTE_FEMTO/femtosim.c
openair1/SIMULATION/LTE_FEMTO/femtosim.c
+3
-3
No files found.
openair1/SIMULATION/LTE_FEMTO/femtosim.c
View file @
f2223366
...
...
@@ -1145,9 +1145,9 @@ void _makeSimulation(data_t data,options_t opts,DCI_ALLOC_t *dci_alloc,DCI_ALLOC
for
(
SNR
=
opts
.
snr_init
;
SNR
<=
opts
.
snr_max
;
SNR
+=
opts
.
snr_step
)
{
//opts.nprb2=PHY_vars_eNB->lte_frame_parms.N_RB_DL;
printf
(
"
\n\n
snr: %f, nprb1: %d, nprb2: %d, mcs: %d
\n
"
,
SNR
,
opts
.
nprb1
,
opts
.
nprb2
,
opts
.
mcs
);
for
(
prb2
=
1
;
prb2
<
PHY_vars_eNB
->
lte_frame_parms
.
N_RB_DL
;
prb2
++
){
while
(
opts
.
nprb2
>
0
){
printf
(
"
\n\n
snr: %f, nprb1: %d, nprb2: %d, mcs: %d
\n
"
,
SNR
,
opts
.
nprb1
,
opts
.
nprb2
,
opts
.
mcs
);
_initErrsRoundsTrials
(
&
errs
,
&
round_trials
,
0
,
opts
);
dci_errors
=
0
;
...
...
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