pdch: Add mising pdch_ulc_release_node in Rx Cell Change Notif

All other RX CTRL block paths have it, this one was missing.

Change-Id: Ief315d7b6d4fea946d43e5bd87cf8a0394adc855
This commit is contained in:
Pau Espin 2021-03-24 14:05:04 +01:00
parent 7bd92a3e1d
commit 9a6f0b191a
1 changed files with 2 additions and 0 deletions

View File

@ -754,6 +754,8 @@ void gprs_rlcmac_pdch::rcv_cell_change_notification(Packet_Cell_Change_Notificat
ms = dl_tbf->ms();
} else { OSMO_ASSERT(0); }
pdch_ulc_release_fn(ulc, fn);
ms_update_l1_meas(ms, meas);
ms_nacc_start(ms, notif);
}