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;