Skip to content
GitLab
Menu
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
367e0763
Commit
367e0763
authored
Feb 06, 2018
by
jftt_wangshanshan
Browse files
Fix merge bug in return value of ul_ACK_subframe2_dl_frame
parent
5c76360c
Changes
1
Hide whitespace changes
Inline
Side-by-side
openair1/SCHED/phy_procedures_lte_common.c
View file @
367e0763
...
...
@@ -336,7 +336,7 @@ unsigned char ul_ACK_subframe2_dl_subframe(LTE_DL_FRAME_PARMS *frame_parms,unsig
return
(
0
);
}
unsigned
char
ul_ACK_subframe2_dl_frame
(
LTE_DL_FRAME_PARMS
*
frame_parms
,
int
frame
,
unsigned
char
subframe
,
unsigned
char
subframe_tx
)
int
ul_ACK_subframe2_dl_frame
(
LTE_DL_FRAME_PARMS
*
frame_parms
,
int
frame
,
unsigned
char
subframe
,
unsigned
char
subframe_tx
)
{
if
(
frame_parms
->
frame_type
==
FDD
)
{
...
...
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