On 10 Feb 2016, at 20:20, Ruben Undheim
<ruben.undheim(a)gmail.com> wrote:
I made a litle bit progress. The problem disappears if
"-Wl,-Bsymbolic-functions" is removed from LDFLAGS.
Please see this commit[1]. The GPRS NetworkService (NS) has two backends, one to use GRE
and one to send using UDP. For the UDP case we try to override a symbol to see that it is
called. With the -Bsymbolic-functions approach this call doesn't go through the symbol
table so we will not see the call.
[1]
http://git.osmocom.org/libosmocore/commit/?id=e7c18dd59f4f91409e8d8854eee2d…