Commit b8042178 authored by Marwan Hammouda's avatar Marwan Hammouda Committed by Thomas Schlichter

gNB: config files used for handover scenarion updated w.r.t. attenuation levels

parent 9fb0d1c0
......@@ -29,7 +29,7 @@ gNBs = (
remote_s_portc = 500;
remote_s_portd = 2152;
location_ho_trigger = 25;
location_ho_trigger = 20;
min_rxtxtime = 6;
do_CSIRS = 1;
sib1_tda = 15;
......@@ -161,6 +161,17 @@ gNBs = (
ssPBCH_BlockPower = -25;
});
# Dedicated Serving Cell Configuration
servingCellConfigDedicated = (
{
nrofHARQ-ProcessesForPDSCH = 32;
nrofHARQ-ProcessesForPUSCH = 32;
}
);
# SCTP definitions
SCTP :
{
......@@ -341,6 +352,17 @@ gNBs = (
ssPBCH_BlockPower = -25;
});
# Dedicated Serving Cell Configuration
servingCellConfigDedicated = (
{
nrofHARQ-ProcessesForPDSCH = 32;
nrofHARQ-ProcessesForPUSCH = 32;
}
);
# SCTP definitions
SCTP :
{
......
......@@ -150,6 +150,18 @@ gNBs = ({
ssPBCH_BlockPower = -25;
});
# Dedicated Serving Cell Configuration
servingCellConfigDedicated = (
{
nrofHARQ-ProcessesForPDSCH = 32;
nrofHARQ-ProcessesForPUSCH = 32;
}
);
# SCTP definitions
SCTP :
{
......@@ -187,11 +199,11 @@ RUs = ({
local_rf = "yes"
nb_tx = 1
nb_rx = 1
att_tx = 10
att_rx = 10;
att_tx = 0
att_rx = 0;
bands = [66];
max_pdschReferenceSignalPower = -27;
max_rxgain = 38;
max_rxgain = 37.5;
eNB_instances = [0];
#beamforming 1x4 matrix:
bf_weights = [0x00007fff, 0x0000, 0x0000, 0x0000];
......
......@@ -150,6 +150,17 @@ gNBs = ({
ssPBCH_BlockPower = -25;
});
# Dedicated Serving Cell Configuration
servingCellConfigDedicated = (
{
nrofHARQ-ProcessesForPDSCH = 32;
nrofHARQ-ProcessesForPUSCH = 32;
}
);
# SCTP definitions
SCTP :
{
......@@ -187,11 +198,11 @@ RUs = ({
local_rf = "yes"
nb_tx = 1
nb_rx = 1
att_tx = 10;
att_rx = 10;
att_tx = 0;
att_rx = 0;
bands = [66];
max_pdschReferenceSignalPower = -27;
max_rxgain = 38;
max_rxgain = 37.5;
eNB_instances = [0];
#beamforming 1x4 matrix:
bf_weights = [0x00007fff, 0x0000, 0x0000, 0x0000];
......
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