Commit 1a9982ca authored by Aikaterini's avatar Aikaterini

correction in conf file for rrh_gw

parent fb19df9d
...@@ -142,29 +142,30 @@ eNBs = ...@@ -142,29 +142,30 @@ eNBs =
rrh_gw_config = ( rrh_gw_config = (
{ {
udp = 1; local_if_name = "eth0";
raw = 0;
active = 1;
#remote_addr = "169.254.8.28"; #remote_addr = "169.254.8.28";
#remote_addr = "127.0.0.1"; #remote_addr = "127.0.0.1";
#remote_addr = "74:d4:35:cc:88:45"; #remote_addr = "74:d4:35:cc:88:45";
#local_addr = "169.254.7.91"; #local_addr = "169.254.7.91";
#local_addr = "127.0.0.1"; #local_addr = "127.0.0.1";
#local_addr = "d4:be:d9:22:0a:ac"; #local_addr = "d4:be:d9:22:0a:ac";
local_address = "192.168.12.242" ; local_address = "192.168.12.242" ;
remote_address = "192.168.12.31" ; remote_address = "192.168.12.31" ;
local_port = 50000; local_port = 50000;
remote_port = 50001; remote_port = 50001;
active = "no";
preference = "udp";
} }
); );
NETWORK_INTERFACES : NETWORK_INTERFACES :
{ {
ENB_INTERFACE_NAME_FOR_S1_MME = "eth0"; ENB_INTERFACE_NAME_FOR_S1_MME = "eth0";
ENB_IPV4_ADDRESS_FOR_S1_MME = "192.168.12.216/24"; ENB_IPV4_ADDRESS_FOR_S1_MME = "192.168.12.242/24";
ENB_INTERFACE_NAME_FOR_S1U = "eth0"; ENB_INTERFACE_NAME_FOR_S1U = "eth0";
ENB_IPV4_ADDRESS_FOR_S1U = "192.168.12.216/24"; ENB_IPV4_ADDRESS_FOR_S1U = "192.168.12.242/24";
ENB_PORT_FOR_S1U = 2152; # Spec 2152 ENB_PORT_FOR_S1U = 2152; # Spec 2152
}; };
......
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