Skip to content

Simpler Tx reordering

Sakthivel Velumani requested to merge NR_gNB_replace_tx_reorder_thread into develop

The existing tx reordering mechanism is complicated and hard to understand. So its been replaced by a simpler wait-and-continue mechanism using FIFO message.

Note: To be merged after !1946 (closed) (if its merged)

Merge request reports