From 65d5fcf45d15aa9f45d7c0a1560d32660949d761 Mon Sep 17 00:00:00 2001 From: Xavier Arteaga Date: Thu, 26 Nov 2020 19:18:14 +0100 Subject: [PATCH] Add minor DCI location comment --- lib/include/srslte/phy/phch/dci.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/include/srslte/phy/phch/dci.h b/lib/include/srslte/phy/phch/dci.h index 6dcbced87..a72ec6bb4 100644 --- a/lib/include/srslte/phy/phch/dci.h +++ b/lib/include/srslte/phy/phch/dci.h @@ -50,7 +50,7 @@ typedef struct { } srslte_dci_cfg_t; typedef struct SRSLTE_API { - uint32_t L; // Aggregation level + uint32_t L; // Aggregation level (logarithmic) uint32_t ncce; // Position of first CCE of the dci } srslte_dci_location_t;