Commit 9322701c authored by Melissa Elkadi's avatar Melissa Elkadi

Need a break if we queue a ul_tti_req based on PDU state

If we dont have this break we are trying to queue
the UL_TTI_REQ we just queued
parent 60a9d41b
......@@ -945,6 +945,7 @@ static void enqueue_nr_nfapi_msg(void *buffer, ssize_t len, nfapi_p7_message_hea
nfapi_nr_ul_tti_request_t *evicted_ul_tti_req = put_queue_replace(&nr_ul_tti_req_queue, ul_tti_request);
free(evicted_ul_tti_req);
}
break;
}
}
break;
......
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