gnb_interface: reduce MAX_GRANTS to 4

this significantly reduces data copies when providing the PHY
with scheduler results.
master
Andre Puschmann 3 years ago
parent cf4b6d0bea
commit 8294724aad

@ -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;

Loading…
Cancel
Save