sched_nr_interface: disable auto-refill of NR scheduler

master
Andre Puschmann 3 years ago
parent 06f000c2c4
commit 9a49d47968

@ -68,7 +68,7 @@ public:
struct sched_cfg_t {
bool pdsch_enabled = true;
bool pusch_enabled = true;
bool auto_refill_buffer = true;
bool auto_refill_buffer = false;
std::string logger_name = "MAC";
};

Loading…
Cancel
Save