Commit 7a3c4490 authored by Lionel Gauthier's avatar Lionel Gauthier

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
parent 7ba0da90
......@@ -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;
......
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