Skip to content

Draft: 7.2 xran: notification generation code in ru_thread excluded from compilation

Andrew Sergeev requested to merge fix-7.2-mem-leak into develop

For 7.2 split there is no need to generate newNotifiedFIFO_elt message because ru_thread polls for incoming data via direct ru->fh_south_in call.

ru_thread does not process and release those message because for 7.2. split the condition if (ru->feprx) is false.

Merge request reports