NGAP: remove unnecessary void * cast in ngap_gNB_task

This commit is contained in:
Guido Casati
2026-04-21 17:58:35 +02:00
parent 7f6e5ff38e
commit 4a36f46a38

View File

@@ -665,7 +665,7 @@ void *ngap_gNB_task(void *arg)
ngap_gNB_init();
while (1) {
(void) ngap_gNB_process_itti_msg(NULL);
ngap_gNB_process_itti_msg(NULL);
}
return NULL;