From d0a51bec01e2a199fe3a3d08f96092abf5784131 Mon Sep 17 00:00:00 2001
From: Cedric Roux <cedric.roux@eurecom.fr>
Date: Mon, 20 Mar 2017 13:45:29 +0100
Subject: [PATCH] hotfix: put back "system" for UE to setup its IP settings

We'll need to to do it in a separate thread/process.
To be done. In the meantime, put it back. It impacts
oaisim.
---
 openair3/NAS/UE/ESM/esm_ebr_context.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/openair3/NAS/UE/ESM/esm_ebr_context.c b/openair3/NAS/UE/ESM/esm_ebr_context.c
index 31f215e359e..bfa4a04cc82 100644
--- a/openair3/NAS/UE/ESM/esm_ebr_context.c
+++ b/openair3/NAS/UE/ESM/esm_ebr_context.c
@@ -286,7 +286,7 @@ int esm_ebr_context_create(
              LOG_TRACE(INFO, "ESM-PROC  - executing %s ",
                        command_line);
 
-             //if (system(command_line)) ; /* TODO: what to do? */
+             if (system(command_line)) ; /* TODO: what to do? */
 
              break;
 
-- 
GitLab