Commit 7732b49a authored by Bing-Kai Hong's avatar Bing-Kai Hong

Ignore config x2, if we are in F1 procedure

parent 9f098a34
...@@ -170,8 +170,9 @@ void *eNB_app_task(void *args_p) ...@@ -170,8 +170,9 @@ void *eNB_app_task(void *args_p)
/* Try to register each eNB with each other */ /* Try to register each eNB with each other */
// x2_registered_enb = 0; // x2_registered_enb = 0;
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); x2_register_enb_pending = eNB_app_register_x2 (enb_id_start, enb_id_end);
}
do { do {
// Wait for a message // Wait for a message
itti_receive_msg (TASK_ENB_APP, &msg_p); itti_receive_msg (TASK_ENB_APP, &msg_p);
......
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