Commit 59ba6f9e authored by Xenofon Foukas's avatar Xenofon Foukas

Made config changes for remote scheduler and eNB

parent bcea7d59
......@@ -51,7 +51,7 @@
// Maximum value of schedule ahead of time
// Required to identify if a dl_command is for the future or not
#define SCHED_AHEAD_SUBFRAMES 10
#define SCHED_AHEAD_SUBFRAMES 20
typedef struct dl_mac_config_element_s {
Protocol__ProgranMessage *dl_info;
......
......@@ -30,7 +30,7 @@ eNBs =
downlink_frequency = 879000000L;
uplink_frequency_offset = -45000000;
Nid_cell = 0;
N_RB_DL = 50;
N_RB_DL = 25;
Nid_cell_mbsfn = 0;
nb_antennas_tx = 1;
nb_antennas_rx = 1;
......
......@@ -129,24 +129,24 @@ eNBs =
};
////////// MME parameters:
mme_ip_address = ( {ipv4 = "192.168.100.103";
mme_ip_address = ( {ipv4 = "192.168.100.102";
ipv6="192:168:30::17";
active="yes";
preference="ipv4";});
NETWORK_INTERFACES :
{
ENB_INTERFACE_NAME_FOR_S1_MME = "eth0:1";
ENB_IPV4_ADDRESS_FOR_S1_MME = "192.168.100.102/24";
ENB_INTERFACE_NAME_FOR_S1_MME = "eth2:1";
ENB_IPV4_ADDRESS_FOR_S1_MME = "192.168.100.103/24";
ENB_INTERFACE_NAME_FOR_S1U = "eth0:1";
ENB_IPV4_ADDRESS_FOR_S1U = "192.168.100.102/24";
ENB_INTERFACE_NAME_FOR_S1U = "eth2:1";
ENB_IPV4_ADDRESS_FOR_S1U = "192.168.100.103/24";
ENB_PORT_FOR_S1U = 2152; # Spec 2152
};
NETWORK_CONTROLLER :
{
ENB_AGENT_INTERFACE_NAME = "eth1";
ENB_AGENT_INTERFACE_NAME = "eth0";
ENB_AGENT_IPV4_ADDRESS = "10.0.0.5/30";
ENB_AGENT_PORT = 2210;
ENB_AGENT_CACHE = "/mnt/oai_agent_cache";
......
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