gnb_interface: reduce MAX_GRANTS to 4

see #3530 for detailed discussion. This change saves some CPU cycles it seems
master
Andre Puschmann 3 years ago
parent d48ce8a07a
commit 3eb1862ab9

@ -194,7 +194,7 @@ class mac_interface_phy_nr
{
public:
const static int MAX_SSB = 4;
const static int MAX_GRANTS = 32;
const static int MAX_GRANTS = 4;
const static int MAX_PUCCH_MSG = 64;
const static int MAX_PUCCH_CANDIDATES = 2;
const static int MAX_NZP_CSI_RS = 4;

Loading…
Cancel
Save