From 053704b5c214c73f970bd2978c254bd1d352556d Mon Sep 17 00:00:00 2001 From: Cedric Roux <cedric.roux@eurecom.fr> Date: Fri, 17 Feb 2017 18:01:02 +0100 Subject: [PATCH] remove wrong comment --- targets/SIMU/USER/oaisim.c | 2 -- 1 file changed, 2 deletions(-) diff --git a/targets/SIMU/USER/oaisim.c b/targets/SIMU/USER/oaisim.c index 7f4a992023..7c1ea1a3c8 100644 --- a/targets/SIMU/USER/oaisim.c +++ b/targets/SIMU/USER/oaisim.c @@ -1291,8 +1291,6 @@ main (int argc, char **argv) init_ocm (); #if defined(ENABLE_ITTI) - // Handle signals until all tasks are terminated - // Note: Cannot handle both RRU/RAU and eNB at the same time, if the first "eNB" is an RRU/RAU, no NAS if (oai_emulation.info.node_function[0] < NGFI_RAU_IF4p5) { if (create_tasks(oai_emulation.info.nb_enb_local, -- GitLab