Commit fb4ce097 authored by Florian Kaltenberger's avatar Florian Kaltenberger

Aerial: changing config file RF paramters to hopefully improve preformance.

parent 1b129707
...@@ -135,14 +135,14 @@ gNBs = ...@@ -135,14 +135,14 @@ gNBs =
restrictedSetConfig = 0, restrictedSetConfig = 0,
msg3_DeltaPreamble = 1; msg3_DeltaPreamble = 1;
p0_NominalWithGrant = -86; # -90; p0_NominalWithGrant = -90;
# pucch-ConfigCommon setup : # pucch-ConfigCommon setup :
# pucchGroupHopping # pucchGroupHopping
# 0 = neither, 1= group hopping, 2=sequence hopping # 0 = neither, 1= group hopping, 2=sequence hopping
pucchGroupHopping = 0; pucchGroupHopping = 0;
hoppingId = 40; hoppingId = 40;
p0_nominal = -86; # -90; p0_nominal = -90;
# ssb_PositionsInBurs_BitmapPR # ssb_PositionsInBurs_BitmapPR
# 1=short, 2=medium, 3=long # 1=short, 2=medium, 3=long
ssb_PositionsInBurst_PR = 2; ssb_PositionsInBurst_PR = 2;
...@@ -174,7 +174,7 @@ gNBs = ...@@ -174,7 +174,7 @@ gNBs =
nrofUplinkSlots = 1; #2; nrofUplinkSlots = 1; #2;
nrofUplinkSymbols = 0; nrofUplinkSymbols = 0;
ssPBCH_BlockPower = -10; ssPBCH_BlockPower = -25;
} }
); );
...@@ -222,8 +222,8 @@ MACRLCs = ( ...@@ -222,8 +222,8 @@ MACRLCs = (
remote_s_portd = 50010; // pnf p7 port [!] remote_s_portd = 50010; // pnf p7 port [!]
tr_s_preference = "aerial"; tr_s_preference = "aerial";
tr_n_preference = "local_RRC"; tr_n_preference = "local_RRC";
pusch_TargetSNRx10 = 250; # 150; pusch_TargetSNRx10 = 200; # 150;
pucch_TargetSNRx10 = 250; #200; pucch_TargetSNRx10 = 200; #200;
ulsch_max_frame_inactivity = 10; ulsch_max_frame_inactivity = 10;
dl_max_mcs = 28; dl_max_mcs = 28;
ul_max_mcs = 28; ul_max_mcs = 28;
......
...@@ -135,14 +135,14 @@ gNBs = ...@@ -135,14 +135,14 @@ gNBs =
restrictedSetConfig = 0, restrictedSetConfig = 0,
msg3_DeltaPreamble = 1; msg3_DeltaPreamble = 1;
p0_NominalWithGrant = -86; # -90; p0_NominalWithGrant = -90;
# pucch-ConfigCommon setup : # pucch-ConfigCommon setup :
# pucchGroupHopping # pucchGroupHopping
# 0 = neither, 1= group hopping, 2=sequence hopping # 0 = neither, 1= group hopping, 2=sequence hopping
pucchGroupHopping = 0; pucchGroupHopping = 0;
hoppingId = 40; hoppingId = 40;
p0_nominal = -86; # -90; p0_nominal = -90;
# ssb_PositionsInBurs_BitmapPR # ssb_PositionsInBurs_BitmapPR
# 1=short, 2=medium, 3=long # 1=short, 2=medium, 3=long
ssb_PositionsInBurst_PR = 2; ssb_PositionsInBurst_PR = 2;
...@@ -174,7 +174,7 @@ gNBs = ...@@ -174,7 +174,7 @@ gNBs =
nrofUplinkSlots = 1; #2; nrofUplinkSlots = 1; #2;
nrofUplinkSymbols = 0; nrofUplinkSymbols = 0;
ssPBCH_BlockPower = -10; ssPBCH_BlockPower = -25;
} }
); );
...@@ -222,8 +222,8 @@ MACRLCs = ( ...@@ -222,8 +222,8 @@ MACRLCs = (
remote_s_portd = 50010; // pnf p7 port [!] remote_s_portd = 50010; // pnf p7 port [!]
tr_s_preference = "aerial"; tr_s_preference = "aerial";
tr_n_preference = "local_RRC"; tr_n_preference = "local_RRC";
pusch_TargetSNRx10 = 250; # 150; pusch_TargetSNRx10 = 200; #150;
pucch_TargetSNRx10 = 250; #200; pucch_TargetSNRx10 = 200; #200;
ulsch_max_frame_inactivity = 10; ulsch_max_frame_inactivity = 10;
dl_max_mcs = 28; dl_max_mcs = 28;
ul_max_mcs = 28; ul_max_mcs = 28;
......
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