From 6fdceadc4ef076fb2e61bf78c5c4eb6f315ebb41 Mon Sep 17 00:00:00 2001 From: faluco Date: Thu, 7 May 2020 11:26:58 +0200 Subject: [PATCH] Fix for 1480100. --- lib/src/phy/ue/ue_dl.c | 1 + 1 file changed, 1 insertion(+) diff --git a/lib/src/phy/ue/ue_dl.c b/lib/src/phy/ue/ue_dl.c index 0fc227782..393a6ee12 100644 --- a/lib/src/phy/ue/ue_dl.c +++ b/lib/src/phy/ue/ue_dl.c @@ -628,6 +628,7 @@ static int find_dl_dci_type_crnti(srslte_ue_dl_t* q, if (cfg->cfg.tm > SRSLTE_TM8) { ERROR("Searching DL CRNTI: Invalid TM=%d\n", cfg->cfg.tm + 1); + return SRSLTE_ERROR; } for (int f = 0; f < 2; f++) {