master
Andre Puschmann 3 years ago committed by Xavier Arteaga
parent 6148ed043e
commit 0a40880a9f

@ -46,7 +46,7 @@ bool slot_worker::init(const args_t& args)
}
}
// Allocate Tx buffers
// Allocate Rx buffers
rx_buffer.resize(args.nof_rx_ports);
for (uint32_t i = 0; i < args.nof_rx_ports; i++) {
rx_buffer[i] = srsran_vec_cf_malloc(sf_len);

Loading…
Cancel
Save