fix RLC UM bug and enable Rx after reestablishment

This commit is contained in:
Andre Puschmann 2019-02-22 09:51:59 +01:00
parent c4c44c33f4
commit c49dddc09a
1 changed files with 1 additions and 0 deletions

View File

@ -551,6 +551,7 @@ void rlc_um::rlc_um_rx::init(srslte::log *log_, uint32_t lcid_, srsue::pdcp_inte
void rlc_um::rlc_um_rx::reestablish()
{
stop();
rx_enabled = true;
}