From 7a3c449020495a8b5a6f7e69088ca1e09e3a29f0 Mon Sep 17 00:00:00 2001
From: Lionel Gauthier <lionel.gauthier@eurecom.fr>
Date: Tue, 18 Mar 2014 17:36:50 +0000
Subject: [PATCH] Temp vars for gtpv1u, may be removed after a little analysis.

git-svn-id: http://svn.eurecom.fr/openair4G/trunk@5193 818b1a75-f10b-46b9-bf7c-635c3b92a50f
---
 openair2/RRC/LITE/defs.h | 6 ++++++
 1 file changed, 6 insertions(+)

diff --git a/openair2/RRC/LITE/defs.h b/openair2/RRC/LITE/defs.h
index 44a038c626..454753c6a7 100644
--- a/openair2/RRC/LITE/defs.h
+++ b/openair2/RRC/LITE/defs.h
@@ -209,6 +209,12 @@ typedef struct eNB_RRC_UE_INFO_s {
     uint8_t nb_of_e_rabs;
     /* list of e_rab to be setup by RRC layers */
     e_rab_param_t e_rab[S1AP_MAX_E_RAB];
+
+    // LG: For GTPV1 TUNNELS
+    uint32_t                enb_gtp_teid[S1AP_MAX_E_RAB];
+    transport_layer_addr_t  enb_gtp_addrs[S1AP_MAX_E_RAB];
+    rb_id_t                 enb_gtp_ebi[S1AP_MAX_E_RAB];
+
 #endif
 } __attribute__ ((__packed__)) eNB_RRC_UE_INFO;
 
-- 
GitLab