Commit 278bfa8d authored by rmagueta's avatar rmagueta

Revert "Call the right function for the initiation of gtp-u task at gNB"

This reverts commit 19ba8dd7
parent edb790ab
...@@ -364,7 +364,7 @@ int create_gNB_tasks(uint32_t gnb_nb) { ...@@ -364,7 +364,7 @@ int create_gNB_tasks(uint32_t gnb_nb) {
} }
} }
if (itti_create_task (TASK_GTPV1_U, &nr_gtpv1u_gNB_task, NULL) < 0) { if (itti_create_task (TASK_GTPV1_U, &gtpv1u_gNB_task, NULL) < 0) {
LOG_E(GTPU, "Create task for GTPV1U failed\n"); LOG_E(GTPU, "Create task for GTPV1U failed\n");
return -1; return -1;
} }
......
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