Commit 7ab320d9 authored by Xenofon Foukas's avatar Xenofon Foukas

Prevent timing advance update to be sent without payload

parent c77fb647
......@@ -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;
}
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment