Skip to content
Snippets Groups Projects
Commit 7ab320d9 authored by Xenofon Foukas's avatar Xenofon Foukas
Browse files

Prevent timing advance update to be sent without payload

parent c77fb647
No related branches found
No related tags found
No related merge requests found
......@@ -264,7 +264,7 @@ void apply_ue_spec_scheduling_decisions(mid_t mod_id,
ta_update = (ta_len > 0) ? ue_sched_ctl->ta_update : 0;
// If there is nothing to schedule, just leave
if ((sdu_length_total + ta_len) <= 0) {
if ((sdu_length_total) <= 0) {
return;
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment