osmo-bts/src/osmo-bts-virtual
Alexander Chemeris 2bbf98afa3 Fix static build of osmo-bts-trx and osmo-bts-virtual.
New libosmocore has some plugin system which requires dlopen(). So we need
to make sure we always link with libdl, even when building statically.

Note that this doesn't fix static build of tests - they are still failing
with some errors.

Change-Id: I8315d6e032e34528def268a49fd88d07bc06ab2e
2017-08-20 19:29:30 +00:00
..
Makefile.am Fix static build of osmo-bts-trx and osmo-bts-virtual. 2017-08-20 19:29:30 +00:00
bts_model.c VIRT-BTS: Support for GPRS 2017-08-09 10:02:33 +00:00
l1_if.c VIRT-BTS: Support for GPRS 2017-08-09 10:02:33 +00:00
l1_if.h VIRT-PHY: Initial check-in of a new virtual BTS 2017-07-13 19:34:17 +00:00
main.c VIRT-BTS: Support for GPRS 2017-08-09 10:02:33 +00:00
osmo_mcast_sock.c VIRT-PHY: Initial check-in of a new virtual BTS 2017-07-13 19:34:17 +00:00
osmo_mcast_sock.h VIRT-PHY: Initial check-in of a new virtual BTS 2017-07-13 19:34:17 +00:00
scheduler_virtbts.c VIRT-PHY: cause BTS to terminate in case of recv()/send() on udp socket returns 0 2017-07-13 21:35:33 +02:00
virtual_um.c VIRT-PHY: cause BTS to terminate in case of recv()/send() on udp socket returns 0 2017-07-13 21:35:33 +02:00
virtual_um.h VIRT-PHY: Use IPv4 multicast groups for private / local scope 2017-07-13 21:35:33 +02:00
virtualbts_vty.c VIRT-PHY: Fix handling of default values for vty configuration 2017-07-13 21:35:33 +02:00