Commit 016223f9 authored by Roberto Louro Magueta's avatar Roberto Louro Magueta

Revert "Revert PUCCH0 threshold"

This reverts commit 2c41c4cd
parent fb31e36c
......@@ -399,7 +399,7 @@ void nr_decode_pucch0(PHY_VARS_gNB *gNB,
uci_stats->pucch0_thres = gNB->pucch0_thres; /* + (10*max_n0);*/
bool no_conf=false;
if (nr_sequences>1) {
if (xrtmag_dBtimes10 < uci_stats->pucch0_thres+10*max_n0)
if (xrtmag_dBtimes10 < uci_stats->pucch0_thres+xrtmag_next_dBtimes10)
no_conf=true;
}
gNB->bad_pucch += no_conf;
......
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