gnb_interface: reduce MAX_GRANTS to 4

this significantly reduces data copies when providing the PHY
with scheduler results.
This commit is contained in:
Andre Puschmann 2021-10-22 10:35:00 +02:00
parent cf4b6d0bea
commit 8294724aad
1 changed files with 1 additions and 1 deletions

View File

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