• francescomani's avatar
    PDCCH unscrambling: correct c_init modulo · 7479597a
    francescomani authored
    As specified in TS 38.211 Section 7.3.2.3, c_init is the result of a mod
    2^31. Before this commit, the code assumed a wrong, implicit mod 2^32,
    even though the comment says otherwise.
    7479597a
dci_nr.c 42 KB