• Melissa Elkadi's avatar
    This commit gets rid of sfn_slot sleep · 3d56bb57
    Melissa Elkadi authored
    In the previous commit, the NRUE would record
    the time it received a slot and compare this
    rx time to the next slot. If the next slot
    came in before it had been 500us, the NRUE
    would sleep a delta amount to make the duration
    between the two slot indications 500 us. This
    change complicated the code and did not
    improve the performance so it was removed.
    Furthermore, this commit removes the old
    queueing mechanism of the slot indications and
    uses calloc rather than an array.
    3d56bb57
NR_IF_Module.h 8.58 KB