• Robert Schmidt's avatar
    Keep track of number of RUs in L1 · 5f01cf6f
    Robert Schmidt authored
    Need to keep track of number of RUs, as the RU initialization increments
    the number of RUs. Therefore, subsequent initializations would fail if
    we don't decrement first. There is no better place (or I did not find
    it) to decrement the number of RUs than in nr_phy_free_RU(). For this
    reason, we also have to manually set the number of RUs in nr_prachsim to
    1, otherwise the assert will trigger.
    5f01cf6f
nr_init_ru.c 7.69 KB