Attention is currently required from: msuraev. pespin has posted comments on this change. ( https://gerrit.osmocom.org/c/osmo-bsc/+/28892 )
Change subject: BSSMAP: make sure we don't try to reset non-existent entity ......................................................................
Patch Set 1:
(1 comment)
Patchset:
PS1:
I was unable to reproduce the crashso I don't see how we can fix this better - see related ticket.
bssmap_reset_resend_reset() is only called by VTY cmd "DEFUN(msc_bssmap_reset, msc_bssmap_reset_cmd,", which I think is clearly misuing the function by calling it without checking that the FSM is there. You should check it in the VTY command and call vty_out to report that the reset was not possible to the user.