Reduce of CFI to 1 for supporting modulation index 28.

This commit is contained in:
Xavier Arteaga 2017-08-21 12:03:03 +02:00
parent 9c9c07a845
commit cb4b4f4d4c
1 changed files with 1 additions and 1 deletions

View File

@ -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
uint32_t cfi=3;
uint32_t cfi = 1;
uint32_t mcs_idx = 1, last_mcs_idx = 1;
int nof_frames = -1;
char mimo_type_str[32] = "single";