From 3ea0425a1a1c703a37e9a08faeec53cd605976d1 Mon Sep 17 00:00:00 2001 From: winckel <winckel@eurecom.fr> Date: Mon, 27 Jan 2014 16:01:32 +0000 Subject: [PATCH] Modified eNB configuration. git-svn-id: http://svn.eurecom.fr/openair4G/trunk@4964 818b1a75-f10b-46b9-bf7c-635c3b92a50f --- openair-cn/S1AP/s1ap_eNB.h | 3 --- 1 file changed, 3 deletions(-) diff --git a/openair-cn/S1AP/s1ap_eNB.h b/openair-cn/S1AP/s1ap_eNB.h index db0d53f8e9..9e27095f73 100644 --- a/openair-cn/S1AP/s1ap_eNB.h +++ b/openair-cn/S1AP/s1ap_eNB.h @@ -42,17 +42,14 @@ typedef struct s1ap_eNB_config_s { // MME related params unsigned char mme_enabled; ///< MME enabled ? - char mme_ip_address[16]; ///< MME IP v4 address } s1ap_eNB_config_t; #if defined(OAI_EMU) # define EPC_MODE_ENABLED oai_emulation.info.s1ap_config.mme_enabled -# define EPC_MODE_MME_ADDRESS oai_emulation.info.s1ap_config.mme_ip_address #else extern s1ap_eNB_config_t s1ap_config; # define EPC_MODE_ENABLED s1ap_config.mme_enabled -# define EPC_MODE_MME_ADDRESS s1ap_config.mme_ip_address #endif void *s1ap_eNB_task(void *arg); -- GitLab