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
wangjie
OpenXG-RAN
Commits
5a40c9a8
Commit
5a40c9a8
authored
Jun 17, 2016
by
Xiwen JIANG
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
bug fixed for dlsch_modulation input
parent
81047e94
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
2 deletions
+2
-2
openair1/SCHED/phy_procedures_lte_eNb.c
openair1/SCHED/phy_procedures_lte_eNb.c
+2
-2
No files found.
openair1/SCHED/phy_procedures_lte_eNb.c
View file @
5a40c9a8
...
@@ -1436,7 +1436,7 @@ void phy_procedures_eNB_TX(unsigned char sched_subframe,PHY_VARS_eNB *phy_vars_e
...
@@ -1436,7 +1436,7 @@ void phy_procedures_eNB_TX(unsigned char sched_subframe,PHY_VARS_eNB *phy_vars_e
1
,
1
,
num_pdcch_symbols
,
phy_vars_eNB
->
proc
[
sched_subframe
].
frame_tx
,
num_pdcch_symbols
,
phy_vars_eNB
->
proc
[
sched_subframe
].
frame_tx
,
subframe
,
subframe
,
(
phy_vars_eNB
->
transmission_mode
[(
uint8_t
)
UE_id
]
<
7
?
0
:
phy_vars_eNB
->
transmission_mode
[(
uint8_t
)
UE_id
])
),
0
),
0
,
0
,
subframe
<<
1
);
subframe
<<
1
);
...
@@ -1444,7 +1444,7 @@ void phy_procedures_eNB_TX(unsigned char sched_subframe,PHY_VARS_eNB *phy_vars_e
...
@@ -1444,7 +1444,7 @@ void phy_procedures_eNB_TX(unsigned char sched_subframe,PHY_VARS_eNB *phy_vars_e
start_meas
(
&
phy_vars_eNB
->
dlsch_modulation_stats
);
start_meas
(
&
phy_vars_eNB
->
dlsch_modulation_stats
);
// for (sect_id=0;sect_id<number_of_cards;sect_id++)
// for (sect_id=0;sect_id<number_of_cards;sect_id++)
re_allocated
=
dlsch_modulation
(
&
phy_vars_eNB
,
re_allocated
=
dlsch_modulation
(
phy_vars_eNB
,
phy_vars_eNB
->
lte_eNB_common_vars
.
txdataF
[
0
],
phy_vars_eNB
->
lte_eNB_common_vars
.
txdataF
[
0
],
AMP
,
AMP
,
subframe
,
subframe
,
...
...
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