From ec789e7e44df20e3797d331533ad5542fefa70b0 Mon Sep 17 00:00:00 2001 From: Neels Hofmeyr Date: Tue, 22 Jun 2021 00:35:02 +0200 Subject: [PATCH] add osmo-bts to 3G+2G.deps --- 3G+2G.deps | 1 + sanitize.opts | 1 + 2 files changed, 2 insertions(+) diff --git a/3G+2G.deps b/3G+2G.deps index ee2ddc1..e34ea5b 100644 --- a/3G+2G.deps +++ b/3G+2G.deps @@ -13,6 +13,7 @@ osmo-msc osmo-iuh osmo-mgw libsmpp34 osmo-hlr osmo-bsc libosmo-sccp osmo-mgw osmo-sgsn osmo-iuh osmo-ggsn osmo-hlr osmo-sip-connector libosmocore +osmo-bts libosmo-netif # osmo-trx can build with --enable-sanitize, but then won't work reliably. # When omitting --enable-sanitize from osmo-trx only, its 'make check' will fail. # So if you want osmo-trx, uncomment and use no sanitize.opts, or use LD_PRELOAD for osmo-trx binaries. diff --git a/sanitize.opts b/sanitize.opts index 7d545d2..5cc2c3a 100644 --- a/sanitize.opts +++ b/sanitize.opts @@ -13,3 +13,4 @@ osmo-msc --enable-sanitize osmo-sgsn --enable-sanitize openbsc --enable-sanitize osmo-sip-connector --enable-sanitize +osmo-bts --enable-sanitize