Commit 386881c3 authored by Sagar Parsawar's avatar Sagar Parsawar Committed by francescomani

Fixed PRS IDFT 16x oversampling buffer issue

parent 970e65a4
......@@ -289,9 +289,11 @@ typedef struct {
int32_t sfn;
int8_t slot;
int8_t rxAnt_idx;
int32_t dl_toa;
float dl_toa;
int32_t dl_aoa;
int32_t snr;
float snr;
float rsrp;
float rsrp_dBm;
int32_t reserved;
} prs_meas_t;
......
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