Minor NR PHY tweaks and aesthetic

master
Xavier Arteaga 4 years ago committed by Xavier Arteaga
parent db1a1c059c
commit 58a9ef6e7f

@ -20,7 +20,7 @@
/// Implements SNRI to CQI conversion /// Implements SNRI to CQI conversion
uint32_t csi_snri_db_to_cqi(srsran_csi_cqi_table_t table, float snri_db) uint32_t csi_snri_db_to_cqi(srsran_csi_cqi_table_t table, float snri_db)
{ {
return 6; return 15;
} }
// Implements CSI report triggers // Implements CSI report triggers

@ -14,7 +14,7 @@
#include <complex.h> #include <complex.h>
#define UE_DL_NR_PDCCH_CORR_DEFAULT_THR 0.5f #define UE_DL_NR_PDCCH_CORR_DEFAULT_THR 0.5f
#define UE_DL_NR_PDCCH_EPRE_DEFAULT_THR -10.0f #define UE_DL_NR_PDCCH_EPRE_DEFAULT_THR -80.0f
static int ue_dl_nr_alloc_prb(srsran_ue_dl_nr_t* q, uint32_t new_nof_prb) static int ue_dl_nr_alloc_prb(srsran_ue_dl_nr_t* q, uint32_t new_nof_prb)
{ {

@ -367,8 +367,6 @@ int main(int argc, char** argv)
goto clean_exit; goto clean_exit;
} }
srsran_vec_fprint_i(stdout, (int*)ncce_candidates, nof_candidates);
// Setup DCI location // Setup DCI location
srsran_dci_location_t dci_location = {}; srsran_dci_location_t dci_location = {};
dci_location.ncce = ncce_candidates[0]; dci_location.ncce = ncce_candidates[0];

Loading…
Cancel
Save