Commit 6a810f15 authored by Teodora's avatar Teodora

Correct CI Benetel 550 4x4 100MHz config file

parent d27dd155
...@@ -22,9 +22,9 @@ gNBs = ...@@ -22,9 +22,9 @@ gNBs =
maxMIMO_layers = 2; maxMIMO_layers = 2;
pusch_AntennaPorts = 4; pusch_AntennaPorts = 4;
do_CSIRS = 1; do_CSIRS = 1;
do_SRS = 0 ; do_SRS = 0;
sib1_tda = 15; sib1_tda = 15;
# force_UL256qam_off = 1; # force_UL256qam_off = 1;
pdcch_ConfigSIB1 = ( pdcch_ConfigSIB1 = (
{ {
...@@ -41,10 +41,11 @@ gNBs = ...@@ -41,10 +41,11 @@ gNBs =
# n_TimingAdvanceOffset = 0; # n_TimingAdvanceOffset = 0;
# downlinkConfigCommon # downlinkConfigCommon
#frequencyInfoDL #frequencyInfoDL
# this is 3450.72 MHz (center frequency) # center frequency = 3350.01 MHz
# selected SSB frequency = 3349.92 MHz
absoluteFrequencySSB = 623328; absoluteFrequencySSB = 623328;
dl_frequencyBand = 78; dl_frequencyBand = 78;
# this is 3401.58 MHz # frequency point A = 3300.87 MHz
dl_absoluteFrequencyPointA = 620052; dl_absoluteFrequencyPointA = 620052;
#scs-SpecificCarrierList #scs-SpecificCarrierList
dl_offstToCarrier = 0; dl_offstToCarrier = 0;
...@@ -189,10 +190,10 @@ MACRLCs = ( ...@@ -189,10 +190,10 @@ MACRLCs = (
tr_n_preference = "local_RRC"; tr_n_preference = "local_RRC";
pusch_TargetSNRx10 = 100; pusch_TargetSNRx10 = 100;
pucch_TargetSNRx10 = 200; pucch_TargetSNRx10 = 200;
dl_bler_target_upper=.35; dl_bler_target_upper = .35;
dl_bler_target_lower=.15; dl_bler_target_lower = .15;
ul_bler_target_upper=.35; ul_bler_target_upper = .35;
ul_bler_target_lower=.15; ul_bler_target_lower = .15;
pusch_FailureThres = 1000; pusch_FailureThres = 1000;
ul_max_mcs = 28; ul_max_mcs = 28;
} }
...@@ -218,7 +219,7 @@ RUs = ( ...@@ -218,7 +219,7 @@ RUs = (
local_rf = "no"; local_rf = "no";
nb_tx = 4; nb_tx = 4;
nb_rx = 4; nb_rx = 4;
att_tx = 0 att_tx = 0;
att_rx = 0; att_rx = 0;
bands = [78]; bands = [78];
max_pdschReferenceSignalPower = -27; max_pdschReferenceSignalPower = -27;
...@@ -228,7 +229,7 @@ RUs = ( ...@@ -228,7 +229,7 @@ RUs = (
ru_thread_core = 5; ru_thread_core = 5;
sl_ahead = 10; sl_ahead = 10;
tr_preference = "raw_if4p5"; # important: activate FHI7.2 tr_preference = "raw_if4p5"; # important: activate FHI7.2
do_precoding = 0; # needs to match O-RU configuration do_precoding = 0; # needs to match O-RU configuration
} }
); );
...@@ -251,15 +252,15 @@ security = { ...@@ -251,15 +252,15 @@ security = {
log_config : log_config :
{ {
global_log_level ="info"; global_log_level = "info";
hw_log_level ="info"; hw_log_level = "info";
phy_log_level ="info"; phy_log_level = "info";
mac_log_level ="info"; mac_log_level = "info";
rlc_log_level ="info"; rlc_log_level = "info";
pdcp_log_level ="info"; pdcp_log_level = "info";
rrc_log_level ="info"; rrc_log_level = "info";
ngap_log_level ="info"; ngap_log_level = "info";
f1ap_log_level ="info"; f1ap_log_level = "info";
}; };
fhi_72 = { fhi_72 = {
...@@ -267,10 +268,8 @@ fhi_72 = { ...@@ -267,10 +268,8 @@ fhi_72 = {
system_core = 0; system_core = 0;
io_core = 1; io_core = 1;
worker_cores = (2); worker_cores = (2);
du_addr = ("00:11:22:33:44:66", "00:11:22:33:44:67");
ru_addr = ("70:b3:d5:e1:5b:81", "70:b3:d5:e1:5b:81"); ru_addr = ("70:b3:d5:e1:5b:81", "70:b3:d5:e1:5b:81");
mtu = 9216; mtu = 9600;
file_prefix = "fhi_72";
fh_config = ({ fh_config = ({
Tadv_cp_dl = 125; Tadv_cp_dl = 125;
T2a_cp_dl = (259, 500); T2a_cp_dl = (259, 500);
...@@ -285,8 +284,5 @@ fhi_72 = { ...@@ -285,8 +284,5 @@ fhi_72 = {
iq_width = 9; iq_width = 9;
iq_width_prach = 9; iq_width_prach = 9;
}; };
prach_config = {
eAxC_offset = 4;
};
}); });
}; };
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