Skip to content

fix UE RX/TX thread several bugs in synchronisation of events, add LOG_E and...

Thomas Laurent requested to merge fix-ue-rx-tx-thread-synchro into develop

fix UE RX/TX thread several bugs in synchronisation of events, add LOG_E and asserts with error detection code of such mistakes in the code

the "proc" struct becomes const everywhere to ensure it is never modified from the main loop defined values

the msg3 allocation remain untouched: it is not deterministic as some part of the work comes from RRC thread furtermore, the general TX thread blocking is not working for Msg3 because the hook is in DCI decoding, but Msg3 allocation is in Msg2 (not in DCI)

tmp

Merge request reports