From 2e836c28eebb4c20194c60932f62f86bfc8c8fc4 Mon Sep 17 00:00:00 2001 From: Raymond Knopp <raymond.knopp@eurecom.fr> Date: Tue, 3 Feb 2015 16:26:39 +0000 Subject: [PATCH] fixed port number for RRH git-svn-id: http://svn.eurecom.fr/openair4G/trunk@6463 818b1a75-f10b-46b9-bf7c-635c3b92a50f --- targets/RT/USER/lte-softmodem.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/targets/RT/USER/lte-softmodem.c b/targets/RT/USER/lte-softmodem.c index 551d6c0a4d..e7454a820d 100644 --- a/targets/RT/USER/lte-softmodem.c +++ b/targets/RT/USER/lte-softmodem.c @@ -405,7 +405,7 @@ int16_t osa_log_verbosity = LOG_MED; #ifdef ETHERNET char rrh_eNB_ip[20] = "127.0.0.1"; -int rrh_eNB_port = 1500; +int rrh_eNB_port = 50000; char *rrh_UE_ip = "127.0.0.1"; int rrh_UE_port = 1600; #endif -- GitLab