From 16cb7eba64b70fb054451b5c60619e5539524c36 Mon Sep 17 00:00:00 2001 From: Cedric Roux <cedric.roux@eurecom.fr> Date: Fri, 23 Mar 2018 10:23:05 +0100 Subject: [PATCH] remove start_background_system from eNB softmodem This is only needed by the UE code, to setup IP settings. The eNB does not need this. (To be reverted if this is wrong.) --- targets/RT/USER/lte-softmodem.c | 1 - 1 file changed, 1 deletion(-) diff --git a/targets/RT/USER/lte-softmodem.c b/targets/RT/USER/lte-softmodem.c index 03313146df..48169adffa 100644 --- a/targets/RT/USER/lte-softmodem.c +++ b/targets/RT/USER/lte-softmodem.c @@ -904,7 +904,6 @@ int main( int argc, char **argv ) int ret; #endif - start_background_system(); if ( load_configmodule(argc,argv) == NULL) { exit_fun("[SOFTMODEM] Error, configuration module init failed\n"); } -- GitLab