blob: 26e0cf4f279f754feb2a9cd70ab838740faa0f77 [file] [log] [blame]
Neels Hofmeyr0a1bdff2017-08-13 03:22:42 +02001# project build these first
2libosmocore
3libosmo-abis libosmocore
4libosmo-netif libosmo-abis
5libosmo-sccp libosmo-netif
6libsmpp34
7libasn1c
Neels Hofmeyr956c7322017-09-07 00:51:30 +02008osmo-ggsn libosmocore
Neels Hofmeyr0a1bdff2017-08-13 03:22:42 +02009osmo-iuh libosmo-sccp libasn1c
10osmo-hlr libosmo-abis
11osmo-mgw libosmo-netif
Neels Hofmeyr01496a82018-11-15 16:06:11 +010012osmo-msc osmo-iuh osmo-mgw libsmpp34 osmo-hlr
Neels Hofmeyr0a1bdff2017-08-13 03:22:42 +020013osmo-bsc libosmo-sccp osmo-mgw
Pau Espin Pedrol3cb08212018-10-31 09:29:31 +010014osmo-sgsn osmo-iuh osmo-ggsn osmo-hlr
Oliver Smithb56ce0b2018-09-26 16:10:38 +020015osmo-sip-connector libosmocore
Neels Hofmeyrec789e72021-06-22 00:35:02 +020016osmo-bts libosmo-netif
Neels Hofmeyr58c219d2020-09-08 01:37:20 +020017osmo-smlc libosmo-sccp
Neels Hofmeyr80630cf2018-11-06 16:35:32 +010018# osmo-trx can build with --enable-sanitize, but then won't work reliably.
19# When omitting --enable-sanitize from osmo-trx only, its 'make check' will fail.
Oliver Smith0a4d8ea2021-07-29 14:32:29 +020020# So if you want osmo-trx, use no sanitize.opts, or use LD_PRELOAD for osmo-trx binaries.
21osmo-trx libosmocore
22osmo-pcu libosmocore
23
24# can only clone these
25docker-playground
26osmo-ttcn3-hacks