From 569d8ee8602b67e08635c2c6342fb1ec78f4e929 Mon Sep 17 00:00:00 2001 From: Andre Puschmann Date: Tue, 8 Sep 2020 16:00:59 +0200 Subject: [PATCH] rlc: remove unused macro this seems to be a legacy copy of the RLC_TX_QUEUE_LEN macro in rlc_interfaces_types.h --- lib/include/srslte/upper/rlc_common.h | 3 --- 1 file changed, 3 deletions(-) diff --git a/lib/include/srslte/upper/rlc_common.h b/lib/include/srslte/upper/rlc_common.h index f93cebcbe..a3077f1bc 100644 --- a/lib/include/srslte/upper/rlc_common.h +++ b/lib/include/srslte/upper/rlc_common.h @@ -204,9 +204,6 @@ typedef std::function bsr_callback_t; class rlc_common { public: - // Size of the Uplink buffer in number of PDUs - const static int RLC_BUFFER_NOF_PDU = 128; - virtual ~rlc_common() = default; virtual bool configure(const rlc_config_t& cnfg) = 0; virtual void stop() = 0;