Commit 1440807e authored by Thomas Schlichter's avatar Thomas Schlichter

increase prach_dtx_threshold to 20 dB to avoid fake PRACH detections

parent 59cb6021
...@@ -237,7 +237,7 @@ L1s = ( ...@@ -237,7 +237,7 @@ L1s = (
{ {
num_cc = 1; num_cc = 1;
tr_n_preference = "local_mac"; tr_n_preference = "local_mac";
prach_dtx_threshold = 120; prach_dtx_threshold = 200;
# pucch0_dtx_threshold = 150; # pucch0_dtx_threshold = 150;
} }
); );
......
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