Skip to content
Success

Changes

Summary

  1. abis: Log line and ts nr of signal (details)
  2. abis: Fix reusing bts->*_link while it is being destroyed (details)
Commit 62b37b32f92afe17433aa839b5d9c5fa282ddb46 by Pau Espin Pedrol
abis: Log line and ts nr of signal

Change-Id: I322633a90566dbd4fae10ab6b1fbbedf55907e8b
The file was modifiedsrc/common/abis.c
Commit a7b3a780ae546f2078992b3118683d0fe6ebb0cd 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: Ibc06cdc2d2cd2028b7676fa0c3211ae251cca587
The file was modifiedsrc/common/abis.c