mirror of https://gerrit.osmocom.org/osmo-dev
add openbsc.deps to allow building legacy openbsc.git as well
parent
453004b171
commit
8b5d6a96c5
|
@ -1 +1,2 @@
|
|||
osmo-msc --enable-smpp
|
||||
openbsc --enable-smpp --enable-osmo-bsc --enable-nat
|
||||
|
|
|
@ -0,0 +1,8 @@
|
|||
# project build these first
|
||||
libosmocore
|
||||
libosmo-abis libosmocore
|
||||
libosmo-netif libosmo-abis
|
||||
libsmpp34
|
||||
osmo-ggsn libosmocore
|
||||
osmo-sgsn libosmo-netif osmo-ggsn
|
||||
openbsc libosmo-netif libsmpp34
|
|
@ -11,3 +11,4 @@ osmo-iuh --enable-sanitize
|
|||
osmo-mgw --enable-sanitize
|
||||
osmo-msc --enable-sanitize
|
||||
osmo-sgsn --enable-sanitize
|
||||
openbsc --enable-sanitize
|
||||
|
|
Loading…
Reference in New Issue