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;