From 0c104f3313bdcf7a6a86c695b624a5a707a8b578 Mon Sep 17 00:00:00 2001 From: trilyrak <aikaterini.trilyraki@eurecom.fr> Date: Wed, 17 Feb 2016 13:51:24 +0100 Subject: [PATCH] update config file for rrh --- .../CONF/enb.band7.tm1.rrh.usrpb210.conf | 22 ++++++++++++------- 1 file changed, 14 insertions(+), 8 deletions(-) diff --git a/targets/PROJECTS/GENERIC-LTE-EPC/CONF/enb.band7.tm1.rrh.usrpb210.conf b/targets/PROJECTS/GENERIC-LTE-EPC/CONF/enb.band7.tm1.rrh.usrpb210.conf index e8d49cca18..71d8fe7f34 100644 --- a/targets/PROJECTS/GENERIC-LTE-EPC/CONF/enb.band7.tm1.rrh.usrpb210.conf +++ b/targets/PROJECTS/GENERIC-LTE-EPC/CONF/enb.band7.tm1.rrh.usrpb210.conf @@ -143,28 +143,34 @@ eNBs = rrh_gw_config = ( { local_if_name = "eth0"; - remote_address = "169.254.8.28"; + remote_address = "169.254.10.158"; + local_address = "169.254.8.15"; #remote_address = "127.0.0.1"; - #remote_address = "74:d4:35:cc:88:45"; - local_address = "169.254.7.91"; + #remote_address = "74:d4:35:cc:88:45"; #local_address = "127.0.0.1"; #local_address = "d4:be:d9:22:0a:ac"; #for raw option local port must be the same to remote local_port = 50001; remote_port = 50000; active = "yes"; - preference = "udp"; + tr_preference = "udp"; + rf_preference = "usrp_b200"; + iq_txshift = 8; + tx_sample_advance = 50; + tx_scheduling_advance = 100; } ); NETWORK_INTERFACES : { - ENB_INTERFACE_NAME_FOR_S1_MME = "eth0"; - ENB_IPV4_ADDRESS_FOR_S1_MME = "192.168.12.242/24"; + ENB_INTERFACE_NAME_FOR_S1_MME = "eth6"; + ENB_IPV4_ADDRESS_FOR_S1_MME = "192.168.12.118/24"; - ENB_INTERFACE_NAME_FOR_S1U = "eth0"; - ENB_IPV4_ADDRESS_FOR_S1U = "192.168.12.242/24"; + ENB_INTERFACE_NAME_FOR_S1U = "eth6"; + + + ENB_IPV4_ADDRESS_FOR_S1U = "192.168.12.118/24"; ENB_PORT_FOR_S1U = 2152; # Spec 2152 }; -- GitLab