• Robert Schmidt's avatar
    FHI72: make polling configurable in xran_fh_rx_read_slot(), default off · fd773068
    Robert Schmidt authored
    xran_fh_rx_read_slot() uses polling (a loop over cnt++) to wait for the
    next frame/slot. The reasons I have been told is "it does not work
    differently", or "there are real-time problems". None of those seem to
    be true; by default disable polling, and use the queue instead.
    
    It is possible to enable polling with the cmake option
    OAI_FHI72_USE_POLLING=ON. Documentation has been updated to inform about
    this change.
    fd773068
CMakeLists.txt 2 KB