Commit 73f1d684 authored by Marwan Hammouda's avatar Marwan Hammouda Committed by Thomas Schlichter

gNB: config file updated to enable handover on X300 USRPs

parent 2a652c6e
......@@ -202,14 +202,14 @@ gNBs = (
tr_s_preference = "f1";
local_s_if_name = "lo";
local_s_address = "127.0.0.6";
remote_s_address = "127.0.0.5";
local_s_address = "10.54.235.149";
remote_s_address = "10.54.89.167";
local_s_portc = 501;
local_s_portd = 2152;
remote_s_portc = 500;
remote_s_portd = 2152;
location_ho_trigger = 25;
location_ho_trigger = 250;
min_rxtxtime = 6;
do_CSIRS = 1;
sib1_tda = 15;
......
......@@ -188,14 +188,15 @@ RUs = ({
nb_tx = 1
nb_rx = 1
att_tx = 10
att_rx = 30;
att_rx = 10;
bands = [66];
max_pdschReferenceSignalPower = -27;
max_rxgain = 76;
max_rxgain = 38;
eNB_instances = [0];
#beamforming 1x4 matrix:
bf_weights = [0x00007fff, 0x0000, 0x0000, 0x0000];
clock_src = "internal";
clock_src = "external";
sdr_addrs = "type=x300";
});
THREAD_STRUCT = ({
......
......@@ -164,8 +164,8 @@ MACRLCs = ({
tr_s_preference = "local_L1";
tr_n_preference = "f1";
local_n_if_name = "lo";
local_n_address = "127.0.0.5";
remote_n_address = "127.0.0.6";
local_n_address = "10.54.89.167";
remote_n_address = "10.54.235.149";
local_n_portc = 500;
local_n_portd = 2152;
remote_n_portc = 501;
......@@ -188,14 +188,15 @@ RUs = ({
nb_tx = 1
nb_rx = 1
att_tx = 10;
att_rx = 30;
att_rx = 10;
bands = [66];
max_pdschReferenceSignalPower = -27;
max_rxgain = 76;
max_rxgain = 38;
eNB_instances = [0];
#beamforming 1x4 matrix:
bf_weights = [0x00007fff, 0x0000, 0x0000, 0x0000];
clock_src = "internal";
clock_src = "external";
sdr_addrs = "type=x300";
});
THREAD_STRUCT = ({
......
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