Commit dfb90a17 authored by Guido Casati's avatar Guido Casati

Cleanup commented out code in nr_init.c

parent 881c6b0c
......@@ -309,15 +309,6 @@ void install_nr_schedule_handlers(NR_IF_Module_t *if_inst)
if_inst->NR_PHY_config_req = nr_phy_config_request;
if_inst->NR_Schedule_response = nr_schedule_response;
}
/*
void install_schedule_handlers(IF_Module_t *if_inst)
{
if_inst->PHY_config_req = phy_config_request;
if_inst->schedule_response = schedule_response;
}*/
/// this function is a temporary addition for NR configuration
void nr_phy_config_request_sim(PHY_VARS_gNB *gNB,
int N_RB_DL,
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment