Skip to content
Snippets Groups Projects
Commit 324ab08f authored by Robert Schmidt's avatar Robert Schmidt
Browse files

Do not initialize MAC multiple times

parent e548714b
No related branches found
No related tags found
No related merge requests found
This commit is part of merge request !1551. Comments created here will be created in the context of that merge request.
......@@ -750,8 +750,6 @@ void RCconfig_NR_L1(void) {
LOG_I(PHY,"%s() NFAPI PNF mode - RC.nb_nr_CC[0]=%d for init_gNB_afterRU()\n", __FUNCTION__, RC.nb_nr_CC[0]);
LOG_I(PHY,"%s() NFAPI PNF mode - RC.nb_nr_macrlc_inst:%d because used by mac_top_init_gNB()\n", __FUNCTION__, RC.nb_nr_macrlc_inst);
mac_top_init_gNB();
configure_nr_nfapi_pnf(RC.gNB[j]->eth_params_n.remote_addr,
RC.gNB[j]->eth_params_n.remote_portc,
RC.gNB[j]->eth_params_n.my_addr,
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment