Decrease PBCH-DMRS threshold to pass test

This commit is contained in:
Xavier Arteaga 2022-01-26 18:01:02 +01:00 committed by Xavier Arteaga
parent cac62e01e0
commit fbf178e958
1 changed files with 1 additions and 1 deletions

View File

@ -37,7 +37,7 @@
/*
* Default NR-PBCH DMRS normalised correlation (RSRP/EPRE) threshold
*/
#define SSB_PBCH_DMRS_DEFAULT_CORR_THR 0.6f
#define SSB_PBCH_DMRS_DEFAULT_CORR_THR 0.5f
static int ssb_init_corr(srsran_ssb_t* q)
{