sched_nr_interface: disable auto-refill of NR scheduler

This commit is contained in:
Andre Puschmann 2021-09-13 13:01:34 +02:00
parent 06f000c2c4
commit 9a49d47968
1 changed files with 1 additions and 1 deletions

View File

@ -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";
};