From b3ff8efd2b1aa073a33281eb79839d807343a2e7 Mon Sep 17 00:00:00 2001 From: Lionel Gauthier <lionel.gauthier@eurecom.fr> Date: Mon, 17 Nov 2014 11:23:12 +0000 Subject: [PATCH] git-svn-id: http://svn.eurecom.fr/openair4G/trunk@6021 818b1a75-f10b-46b9-bf7c-635c3b92a50f --- openair-cn/GTPV1-U/gtpv1u_teid_pool.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/openair-cn/GTPV1-U/gtpv1u_teid_pool.c b/openair-cn/GTPV1-U/gtpv1u_teid_pool.c index 7d817cf925..592e4d666e 100644 --- a/openair-cn/GTPV1-U/gtpv1u_teid_pool.c +++ b/openair-cn/GTPV1-U/gtpv1u_teid_pool.c @@ -37,7 +37,7 @@ #include "gtpv1u.h" -//#define GTPV1U_LINEAR_TEID_ALLOCATION 1 +#define GTPV1U_LINEAR_TEID_ALLOCATION 1 #ifdef GTPV1U_LINEAR_TEID_ALLOCATION static uint32_t g_gtpv1u_teid = 0; -- GitLab