• Robert Schmidt's avatar
    Correct cuup_notify_reestablishment() look up errors · 35f7225f
    Robert Schmidt authored
    cuup_notify_reestablishment() used
      &ue_p->established_drbs[drb_id]
    to look up a bearer, which is wrong, because it should be drb_id - 1
    as in the top of the loop. Also, it used the dedicated get_drb()
    function; harmonize to use only this function.
    35f7225f
rrc_gNB.c 120 KB