no need for a separate class for the CA tester

This commit is contained in:
Francisco Paisana 2020-02-22 19:45:49 +00:00 committed by Francisco Paisana
parent b44754f0ae
commit c595696ec2
1 changed files with 1 additions and 11 deletions

View File

@ -47,16 +47,6 @@ public:
};
srslte::scoped_log<sched_test_log> log_global{};
/******************************
* Scheduler Tester for CA
*****************************/
class sched_ca_tester : public common_sched_tester
{
public:
int process_tti_events(const tti_ev& tti_events);
};
/******************************
* Scheduler Tests
*****************************/
@ -105,7 +95,7 @@ int run_sim1()
/* Simulation Objects Setup */
sched_sim_event_generator generator;
// Setup scheduler
sched_ca_tester tester;
common_sched_tester tester;
tester.init(nullptr);
tester.sim_cfg(sim_args);