From 0a40880a9fbfebc6ad3838354464d4d5549e58a1 Mon Sep 17 00:00:00 2001 From: Andre Puschmann Date: Fri, 30 Jul 2021 21:14:58 +0200 Subject: [PATCH] fix typo --- srsenb/src/phy/nr/slot_worker.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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);