Commit 036a7b6f authored by Roberto Louro Magueta's avatar Roberto Louro Magueta

Revert "Add condition in CU_handle_F1_SETUP_REQUEST to LTE version"

This reverts commit 65d24ae205dd5ba296345c9760c3273ab3829843
parent 82e5e214
......@@ -103,11 +103,7 @@ int CU_handle_F1_SETUP_REQUEST(instance_t instance,
assoc_id, stream);
}
if (RC.nrrrc && RC.nrrrc[0]->node_type == ngran_gNB_CU) {
message_p = itti_alloc_new_message(TASK_CU_F1, 0, F1AP_SETUP_REQ);
} else {
message_p = itti_alloc_new_message(TASK_RRC_ENB, 0, F1AP_SETUP_REQ);
}
message_p = itti_alloc_new_message(TASK_CU_F1, 0, F1AP_SETUP_REQ);
/* assoc_id */
F1AP_SETUP_REQ(message_p).assoc_id = assoc_id;
......
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