Skip to content
  • Cédric Roux's avatar
    RA: fix allocation of RA process · c1fee624
    Cédric Roux authored
    A RA process is not available if
    and RA_template[i].wait_ack_Msg4 != 0
    
    We can have RA_active==FALSE and wait_ack_Msg4==1,
    in which case the RA process is in use and cannot
    be reassigned.
    c1fee624