Commit 26042030 authored by Sagar Parsawar's avatar Sagar Parsawar

Merge remote-tracking branch 'origin/develop' into nr_prs

parents 117c8bcc 7f910a2e
......@@ -631,7 +631,6 @@ int phy_init_nr_gNB(PHY_VARS_gNB *gNB,
}
nr_init_prs(gNB);
for (int id=0; id<NUMBER_OF_NR_SRS_MAX; id++) {
gNB->nr_srs_info[id] = (nr_srs_info_t *)malloc16_clear(sizeof(nr_srs_info_t));
}
......
......@@ -587,6 +587,9 @@ void peak_estimator(int32_t *buffer, int32_t buf_len, int32_t *peak_idx, int32_t
*peak_idx = max_idx;
}
#define CH_INTERP 0
#define NO_INTERP 1
int nr_pbch_dmrs_correlation(PHY_VARS_NR_UE *ue,
UE_nr_rxtx_proc_t *proc,
uint8_t gNB_id,
......
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