Skip to content
Snippets Groups Projects
Commit 7732b49a authored by Bing-Kai Hong's avatar Bing-Kai Hong
Browse files

Ignore config x2, if we are in F1 procedure

parent 9f098a34
No related branches found
No related tags found
No related merge requests found
......@@ -170,8 +170,9 @@ void *eNB_app_task(void *args_p)
/* Try to register each eNB with each other */
// x2_registered_enb = 0;
x2_register_enb_pending = eNB_app_register_x2 (enb_id_start, enb_id_end);
if (RC.rrc[0]->node_type == ngran_eNB) { // CU or DU do not need
x2_register_enb_pending = eNB_app_register_x2 (enb_id_start, enb_id_end);
}
do {
// Wait for a message
itti_receive_msg (TASK_ENB_APP, &msg_p);
......
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