Commit 9858a733 authored by Robert Schmidt's avatar Robert Schmidt

gnb_du_configuration_update_f1ap(): send to correct task

parent 3e8636ce
......@@ -85,7 +85,7 @@ static void gnb_du_configuration_update_f1ap(const f1ap_gnb_du_configuration_upd
/* free after copy */
free_f1ap_du_configuration_update(upd);
/* send to RRC task */
itti_send_msg_to_task(TASK_RRC_GNB, 0, msg);
itti_send_msg_to_task(TASK_DU_F1, 0, msg);
}
static void ue_context_setup_response_f1ap(const f1ap_ue_context_setup_t *req, const f1ap_ue_context_setup_t *resp)
......
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