mirror of https://github.com/pvnis/srsRAN_4G.git
rrc,nr: defer rem_user after msg3 timer expires
This commits is to fix the issue of user removal from rrc_nr after msg3 timer expires. The issue was caused because the rrc_nr is accessing the ue object after it gets removed from the users list in rrc_nr. This commits defers the removal of the users, so there won't be any access to invalid memory locations. Fixes #3545 Signed-off-by: Carlo Galiotto <carlo@srs.io>master
parent
497e183487
commit
dcc2c1c694
Loading…
Reference in New Issue