deps: add osmo-smlc

Change-Id: Ib09012162e53d52c5326946b90c311886712d3cd
This commit is contained in:
Neels Hofmeyr 2020-09-08 01:37:20 +02:00
parent f486870137
commit 58c219d370
3 changed files with 3 additions and 0 deletions

View File

@ -11,6 +11,7 @@ osmo-msc libosmo-sccp osmo-mgw libsmpp34 osmo-hlr
osmo-bsc libosmo-sccp osmo-mgw
osmo-sgsn libosmo-sccp osmo-ggsn osmo-hlr
osmo-sip-connector libosmocore
osmo-smlc libosmo-sccp
# 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.

View File

@ -14,6 +14,7 @@ osmo-bsc libosmo-sccp osmo-mgw
osmo-sgsn osmo-iuh osmo-ggsn osmo-hlr
osmo-sip-connector libosmocore
osmo-bts libosmo-netif
osmo-smlc libosmo-sccp
# 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.

View File

@ -14,3 +14,4 @@ osmo-sgsn --enable-sanitize
openbsc --enable-sanitize
osmo-sip-connector --enable-sanitize
osmo-bts --enable-sanitize
osmo-smlc --enable-sanitize