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
Shweta Shrivastava
openairinterface5G
Commits
4c76c4fb
Commit
4c76c4fb
authored
Mar 29, 2021
by
Sakthivel Velumani
Browse files
Fixed sending ack for false retrans
parent
cbd000e0
Changes
1
Show whitespace changes
Inline
Side-by-side
openair1/SCHED_NR_UE/fapi_nr_ue_l1.c
View file @
4c76c4fb
...
...
@@ -125,6 +125,8 @@ int8_t nr_ue_scheduled_response(nr_scheduled_response_t *scheduled_response){
// dlsch0_harq->status not ACTIVE may be due to false retransmission. Reset the
// following flag to skip PDSCH procedures in that case.
dlsch0
->
active
=
0
;
dlsch0_harq
->
harq_ack
.
ack
=
1
;
dlsch0_harq
->
harq_ack
.
send_harq_status
=
1
;
}
dlsch0_harq
->
harq_ack
.
vDAI_DL
=
dlsch_config_pdu
->
dai
;
/* PTRS */
...
...
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