Commit a36af4ee authored by Lionel Gauthier's avatar Lionel Gauthier

git-svn-id: http://svn.eurecom.fr/openair4G/trunk@5918 818b1a75-f10b-46b9-bf7c-635c3b92a50f
parent da62217b
...@@ -281,6 +281,7 @@ int sgi_init(const pgw_config_t *pgw_config_p) ...@@ -281,6 +281,7 @@ int sgi_init(const pgw_config_t *pgw_config_p)
return -1; return -1;
} }
#endif #endif
//#if 0
#ifdef ENABLE_USE_RAW_SOCKET_FOR_SGI #ifdef ENABLE_USE_RAW_SOCKET_FOR_SGI
for (i=0; i < SGI_MAX_EPS_BEARERS_PER_USER; i++) { 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)); 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) ...@@ -292,6 +293,7 @@ int sgi_init(const pgw_config_t *pgw_config_p)
} }
} }
#endif #endif
//#endif
} }
while (sgi_data_p->thread_started != SGI_MAX_EPS_BEARERS_PER_USER ) { while (sgi_data_p->thread_started != SGI_MAX_EPS_BEARERS_PER_USER ) {
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment