diff --git a/srsenb/src/phy/nr/slot_worker.cc b/srsenb/src/phy/nr/slot_worker.cc index 345a19927..ae6e6b90b 100644 --- a/srsenb/src/phy/nr/slot_worker.cc +++ b/srsenb/src/phy/nr/slot_worker.cc @@ -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);