From d5830ced240aa9599f7278e53f034af22cb566e5 Mon Sep 17 00:00:00 2001 From: Xenofon Foukas <x.foukas@sms.ed.ac.uk> Date: Tue, 22 Dec 2015 17:06:37 +0200 Subject: [PATCH] Allow only a single instance of the eNB agent --- targets/SIMU/USER/oaisim.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/targets/SIMU/USER/oaisim.c b/targets/SIMU/USER/oaisim.c index 7d31f476ef9..f54742fb8db 100644 --- a/targets/SIMU/USER/oaisim.c +++ b/targets/SIMU/USER/oaisim.c @@ -1337,9 +1337,9 @@ main (int argc, char **argv) smbv_write_config_from_frame_parms(smbv_fname, &PHY_vars_eNB_g[0][0]->lte_frame_parms); #endif -#if defined (ENB_AGENT_SB_IF) + /* #if defined (ENB_AGENT_SB_IF) enb_agent_start(); -#endif + #endif */ // add events to future event list: Currently not used //oai_emulation.info.oeh_enabled = 1; -- GitLab