Reduce of CFI to 1 for supporting modulation index 28.

master
Xavier Arteaga 7 years ago
parent 9c9c07a845
commit cb4b4f4d4c

@ -65,7 +65,7 @@ srslte_cell_t cell = {
int net_port = -1; // -1 generates random dataThat means there is some problem sending samples to the device int net_port = -1; // -1 generates random dataThat means there is some problem sending samples to the device
uint32_t cfi=3; uint32_t cfi = 1;
uint32_t mcs_idx = 1, last_mcs_idx = 1; uint32_t mcs_idx = 1, last_mcs_idx = 1;
int nof_frames = -1; int nof_frames = -1;
char mimo_type_str[32] = "single"; char mimo_type_str[32] = "single";

Loading…
Cancel
Save