This commit is contained in:
Andre Puschmann 2021-07-30 21:14:58 +02:00 committed by Xavier Arteaga
parent 6148ed043e
commit 0a40880a9f
1 changed files with 1 additions and 1 deletions

View File

@ -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);