osmo-bsc/tests/handover
Neels Hofmeyr 1d7473cf02 handover_test: explicitly wrap abis_rsl_sendmsg()
Until now, handover_test simply defines an abis_rsl_sendmsg() function to
override the one from libosmo-babis. To me this amounts to implicit linker
magic (aka luck).

The common pattern we're using for this scenario is to explicitly wrap an
existing function by instructing the linker. Also do this for
abis_rsl_sendmsg() in handover_test.c to clarify.

Change-Id: I05ce33a4e42bc82b9ce5060e2f811033f5a1f8d8
2018-03-08 20:21:55 +00:00
..
Makefile.am handover_test: explicitly wrap abis_rsl_sendmsg() 2018-03-08 20:21:55 +00:00
handover_test.c handover_test: explicitly wrap abis_rsl_sendmsg() 2018-03-08 20:21:55 +00:00
handover_test.ok HO: Implement load based handover, as handover_decision_2.c 2018-02-19 17:11:47 +01:00