Skip to content
Success

Changes

Summary

  1. abis: Fix reusing bts->*_link while it is being destroyed (details)
Commit 16ed31a77738d2020cd507c57bc295be8d20fa89 by Pau Espin Pedrol
abis: Fix reusing bts->*_link while it is being destroyed

Call to e1inp_sign_link_destroy() may trigger a sign_down() callback,
which if happening synchronously, could end up reentring the same code
path we are in before bts->*_link was set to NULL.
Avoid it by marking the pointer as NULL immediatelly before calling
e1inp_sign_link_destroy().

Change-Id: Ice71b3143f167482e4a23759012b58e9ee13bfc0
The file was modifiedsrc/osmo-bsc/bts_ipaccess_nanobts.c