PDSCH NR: Added files

master
Xavier Arteaga 4 years ago committed by Xavier Arteaga
parent c8477483d9
commit e8f168b20c

@ -31,8 +31,8 @@
#define srslte_pdsch_nr_H #define srslte_pdsch_nr_H
#include "srslte/config.h" #include "srslte/config.h"
#include "srslte/phy/phch/pdsch_cfg_nr.h"
#include "srslte/phy/ch_estimation/dmrs_pdsch.h" #include "srslte/phy/ch_estimation/dmrs_pdsch.h"
#include "srslte/phy/phch/pdsch_cfg_nr.h"
#include "srslte/phy/phch/regs.h" #include "srslte/phy/phch/regs.h"
#include "srslte/phy/phch/sch.h" #include "srslte/phy/phch/sch.h"
#include "srslte/phy/scrambling/scrambling.h" #include "srslte/phy/scrambling/scrambling.h"

@ -195,14 +195,12 @@ int srslte_pdsch_nr_put(const srslte_pdsch_nr_t* q, const srslte_pdsch_cfg_nr_t*
return srslte_pdsch_nr_cp(q, cfg, symbols, sf_symbols, true); return srslte_pdsch_nr_cp(q, cfg, symbols, sf_symbols, true);
} }
int srslte_pdsch_nr_encode(srslte_pdsch_nr_t* q, int srslte_pdsch_nr_encode(srslte_pdsch_nr_t* q,
uint32_t slot_idx, uint32_t slot_idx,
srslte_pdsch_cfg_nr_t* cfg, srslte_pdsch_cfg_nr_t* cfg,
uint8_t* data[SRSLTE_MAX_CODEWORDS], uint8_t* data[SRSLTE_MAX_CODEWORDS],
cf_t* sf_symbols[SRSLTE_MAX_PORTS]) { cf_t* sf_symbols[SRSLTE_MAX_PORTS])
{
return SRSLTE_SUCCESS; return SRSLTE_SUCCESS;
} }
Loading…
Cancel
Save