mirror of
https://gitlab.eurecom.fr/oai/openairinterface5g.git
synced 2026-07-13 04:30:28 +00:00
Optimize the TX path by converting int16 complex samples to float complex format directly into ZMQ message buffers using SIMD. Queue these ZMQ messages (`zmq_msg_t`) directly, avoiding temporary internal copying and enabling ZMQ's zero-copy interface during actual transmit in the polling thread. Signed-off-by: Bartosz Podrygajlo <bartosz.podrygajlo@openairinterface.org>