Update NR classes after metrics interface changes.

This commit is contained in:
faluco 2020-12-11 16:11:00 +01:00 committed by Francisco Paisana
parent f20b75a05f
commit 343587b32d
2 changed files with 2 additions and 2 deletions

View File

@ -51,7 +51,7 @@ public:
rrc_interface_mac_nr* rrc_);
void stop();
void get_metrics(std::vector<srsenb::mac_metrics_t>& metrics);
void get_metrics(srsenb::mac_metrics_t& metrics);
// MAC interface for RRC
int cell_cfg(srsenb::sched_interface::cell_cfg_t* cell_cfg);

View File

@ -76,7 +76,7 @@ void mac_nr::stop()
}
}
void mac_nr::get_metrics(std::vector<srsenb::mac_metrics_t>& metrics) {}
void mac_nr::get_metrics(srsenb::mac_metrics_t& metrics) {}
// Fills both, DL_CONFIG.request and TX.request structs
void mac_nr::get_dl_config(const uint32_t tti,