Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
oai
openairinterface5G
Commits
f970f119
Commit
f970f119
authored
Apr 22, 2016
by
gauthier
Browse files
removed warning when compiling for real-time
parent
d6c823d3
Changes
1
Hide whitespace changes
Inline
Side-by-side
openair1/SCHED/phy_procedures_lte_eNb.c
View file @
f970f119
...
...
@@ -2547,7 +2547,6 @@ void cba_procedures(const unsigned char sched_subframe,PHY_VARS_eNB *phy_vars_eN
const
int
frame
=
phy_vars_eNB
->
proc
[
sched_subframe
].
frame_rx
;
uint16_t
rnti
=
0
;
int
ret
=
0
;
int
i
;
num_active_cba_groups
=
phy_vars_eNB
->
ulsch_eNB
[
UE_id
]
->
num_active_cba_groups
;
...
...
@@ -2578,7 +2577,7 @@ void cba_procedures(const unsigned char sched_subframe,PHY_VARS_eNB *phy_vars_eN
rx_ulsch_emul
(
phy_vars_eNB
,
subframe
,
phy_vars_eNB
->
eNB_UE_stats
[
UE_id
].
sector
,
// this is the effective sector id
i
);
UE_id
);
}
#endif
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new 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