Commit 54c6c27d authored by Robert Schmidt's avatar Robert Schmidt

Hack

parent b4c3a9a7
...@@ -612,9 +612,11 @@ int start_L1L2(module_id_t gnb_id) ...@@ -612,9 +612,11 @@ int start_L1L2(module_id_t gnb_id)
AssertFatal(rc == 0, "could not create RRC task\n"); AssertFatal(rc == 0, "could not create RRC task\n");
/* pass a reconfiguration request which will configure everything down to /* pass a reconfiguration request which will configure everything down to
* RC.eNB[i][j]->frame_parms, too */ * RC.eNB[i][j]->frame_parms, too */
/*
msg_p = itti_alloc_new_message(TASK_GNB_APP, 0, NRRRC_CONFIGURATION_REQ); msg_p = itti_alloc_new_message(TASK_GNB_APP, 0, NRRRC_CONFIGURATION_REQ);
NRRRC_CONFIGURATION_REQ(msg_p) = RC.nrrrc[gnb_id]->configuration; NRRRC_CONFIGURATION_REQ(msg_p) = RC.nrrrc[gnb_id]->configuration;
itti_send_msg_to_task(TASK_RRC_GNB, 0, msg_p); itti_send_msg_to_task(TASK_RRC_GNB, 0, msg_p);
*/
//wait_gNBs(); //wait_gNBs();
init_NR_RU(NULL); init_NR_RU(NULL);
......
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