From a36af4ee6d3ed9dff86e27fdf29227045bafd077 Mon Sep 17 00:00:00 2001 From: Lionel Gauthier <lionel.gauthier@eurecom.fr> Date: Mon, 20 Oct 2014 15:58:46 +0000 Subject: [PATCH] git-svn-id: http://svn.eurecom.fr/openair4G/trunk@5918 818b1a75-f10b-46b9-bf7c-635c3b92a50f --- openair-cn/SGI/sgi_task.c | 2 ++ 1 file changed, 2 insertions(+) diff --git a/openair-cn/SGI/sgi_task.c b/openair-cn/SGI/sgi_task.c index 7ca731c88a..8d25d16917 100644 --- a/openair-cn/SGI/sgi_task.c +++ b/openair-cn/SGI/sgi_task.c @@ -281,6 +281,7 @@ int sgi_init(const pgw_config_t *pgw_config_p) return -1; } #endif +//#if 0 #ifdef ENABLE_USE_RAW_SOCKET_FOR_SGI for (i=0; i < SGI_MAX_EPS_BEARERS_PER_USER; i++) { sgi_read_thread_args_t *args_p = malloc(sizeof(sgi_read_thread_args_t)); @@ -292,6 +293,7 @@ int sgi_init(const pgw_config_t *pgw_config_p) } } #endif +//#endif } while (sgi_data_p->thread_started != SGI_MAX_EPS_BEARERS_PER_USER ) { -- 2.26.2