Commit 33367000 authored by Jaroslava Fiedlerova's avatar Jaroslava Fiedlerova

Change frequency and band in the gNB conf files

parent fd9aa7d8
......@@ -43,10 +43,10 @@ gNBs =
# downlinkConfigCommon
#frequencyInfoDL
# this is 3300.60 MHz + 81*12*30e-3 MHz = 3329.76
absoluteFrequencySSB = 622752; #JF 656640; #621984;
absoluteFrequencySSB = 673344; #622752; 656640; #621984;
# this is 3300.60 MHz
dl_absoluteFrequencyPointA = 620808; #JF 654696; #620040;
dl_frequencyBand = 78;
dl_absoluteFrequencyPointA = 671400; #JF 654696; #620040;
dl_frequencyBand = 77;
#scs-SpecificCarrierList
dl_offstToCarrier = 0;
# subcarrierSpacing
......@@ -67,7 +67,7 @@ gNBs =
#uplinkConfigCommon
#frequencyInfoUL
ul_frequencyBand = 78;
ul_frequencyBand = 77;
#scs-SpecificCarrierList
ul_offstToCarrier = 0;
# subcarrierSpacing
......@@ -227,11 +227,11 @@ RUs = (
local_rf = "yes"
nb_tx = 2; #JF 1;
nb_rx = 2; #JF 1;
att_tx = 20; #JF 20;
att_tx = 6; #JF 20;
att_rx = 6; #JF 3;
bands = [78];
bands = [77];
max_pdschReferenceSignalPower = -27;
max_rxgain = 78; #115; #75;
max_rxgain = 75; #115; #75;
eNB_instances = [0];
#rxfh_core_id = 9;
#txfh_core_id = 10;
......
......@@ -31,10 +31,10 @@ gNBs = (
# downlinkConfigCommon
# frequencyInfoDL
# this is 3900.60 MHz + (134 PRBs + 4 SCs)@30kHz SCS (GSCN: 8158)
absoluteFrequencySSB = 663264;
absoluteFrequencySSB = 673344; #663264;
dl_frequencyBand = 77;
# this is 3900.60 MHz
dl_absoluteFrequencyPointA = 660040;
dl_absoluteFrequencyPointA = 670068;
# scs-SpecificCarrierList
dl_offstToCarrier = 0;
......@@ -140,10 +140,10 @@ gNBs = (
# pattern1
# dl_UL_TransmissionPeriodicity
# 0=ms0p5, 1=ms0p625, 2=ms1, 3=ms1p25, 4=ms2, 5=ms2p5, 6=ms5, 7=ms10
dl_UL_TransmissionPeriodicity = 5;
nrofDownlinkSlots = 3;
dl_UL_TransmissionPeriodicity = 6;
nrofDownlinkSlots = 7;
nrofDownlinkSymbols = 6;
nrofUplinkSlots = 1;
nrofUplinkSlots = 2;
nrofUplinkSymbols = 4;
ssPBCH_BlockPower = -25;
......@@ -187,9 +187,9 @@ MACRLCs = (
num_cc = 1;
tr_s_preference = "local_L1";
tr_n_preference = "local_RRC";
pusch_TargetSNRx10 = 250;
pucch_TargetSNRx10 = 300;
pusch_FailureThres = 100;
pusch_TargetSNRx10 = 200;
pucch_TargetSNRx10 = 200;
pusch_FailureThres = 1000;
ulsch_max_frame_inactivity = 0;
ul_max_mcs = 25;
}
......
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