Skip to content

Commit 3896ae0

Browse files
committed
minor fix
1 parent 779dc0a commit 3896ae0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/src/phy/ue/ngscope.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -235,7 +235,7 @@ int srsran_ngscope_search_all_space_array_yx(srsran_ue_dl_t* q,
235235

236236
//printf("we enter normal dci message decoding !\n");
237237
// Now we search for the normal dci messages
238-
dci_cfg.multiple_csi_request_enabled = true;
238+
dci_cfg.multiple_csi_request_enabled = false;
239239

240240
// Search all the formats in this location
241241
int nof_dci = srsran_ngscope_search_in_space_yx(q, sf, &search_space, &dci_cfg, dci_msg);

0 commit comments

Comments
 (0)