Skip to content
Snippets Groups Projects
Commit 0c104f33 authored by trilyrak's avatar trilyrak
Browse files

update config file for rrh

parent 0da275a8
No related branches found
No related tags found
No related merge requests found
...@@ -143,28 +143,34 @@ eNBs = ...@@ -143,28 +143,34 @@ eNBs =
rrh_gw_config = ( rrh_gw_config = (
{ {
local_if_name = "eth0"; 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 = "127.0.0.1";
#remote_address = "74:d4:35:cc:88:45"; #remote_address = "74:d4:35:cc:88:45";
local_address = "169.254.7.91";
#local_address = "127.0.0.1"; #local_address = "127.0.0.1";
#local_address = "d4:be:d9:22:0a:ac"; #local_address = "d4:be:d9:22:0a:ac";
#for raw option local port must be the same to remote #for raw option local port must be the same to remote
local_port = 50001; local_port = 50001;
remote_port = 50000; remote_port = 50000;
active = "yes"; active = "yes";
preference = "udp"; tr_preference = "udp";
rf_preference = "usrp_b200";
iq_txshift = 8;
tx_sample_advance = 50;
tx_scheduling_advance = 100;
} }
); );
NETWORK_INTERFACES : NETWORK_INTERFACES :
{ {
ENB_INTERFACE_NAME_FOR_S1_MME = "eth0"; ENB_INTERFACE_NAME_FOR_S1_MME = "eth6";
ENB_IPV4_ADDRESS_FOR_S1_MME = "192.168.12.242/24"; ENB_IPV4_ADDRESS_FOR_S1_MME = "192.168.12.118/24";
ENB_INTERFACE_NAME_FOR_S1U = "eth0"; ENB_INTERFACE_NAME_FOR_S1U = "eth6";
ENB_IPV4_ADDRESS_FOR_S1U = "192.168.12.242/24";
ENB_IPV4_ADDRESS_FOR_S1U = "192.168.12.118/24";
ENB_PORT_FOR_S1U = 2152; # Spec 2152 ENB_PORT_FOR_S1U = 2152; # Spec 2152
}; };
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment