Commit 2e836c28 authored by Raymond Knopp's avatar Raymond Knopp

fixed port number for RRH

git-svn-id: http://svn.eurecom.fr/openair4G/trunk@6463 818b1a75-f10b-46b9-bf7c-635c3b92a50f
parent 89852054
......@@ -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
......
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