Skip to content
Snippets Groups Projects
Commit 0816940f authored by Roberto Louro Magueta's avatar Roberto Louro Magueta
Browse files

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

This reverts commit 278bfa8d
parent 59164503
No related branches found
No related tags found
6 merge requests!1757Draft: Use pMAX value in configuration file, instead of hardcoded '23' in asn1_msg.c,!1493fix DL arq errors in UE,!1190WIP: [CI] Test SA 5GREC + CI updates (Test purpose only),!1183WIP: [CI] test NSA on 5GREC,!1173[CI] test rfsim sa,!1151develop-NR_SA_F1AP_5GRECORDS
......@@ -363,7 +363,7 @@ int create_gNB_tasks(uint32_t gnb_nb) {
}
}
if (itti_create_task (TASK_GTPV1_U, &gtpv1u_gNB_task, NULL) < 0) {
if (itti_create_task (TASK_GTPV1_U, &nr_gtpv1u_gNB_task, NULL) < 0) {
LOG_E(GTPU, "Create task for GTPV1U failed\n");
return -1;
}
......
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