pespin has submitted this change. ( https://gerrit.osmocom.org/c/osmo-dev/+/41496?usp=email )
Change subject: all.deps: libosmo-sigtran depends on libosmo-asn1-tcap ...................................................................... all.deps: libosmo-sigtran depends on libosmo-asn1-tcap When built with --enable-tcap-loadsharing, libosmo-sigtran requires libosmo-asn1-tcap. Add a libosmo-sigtran_with_tcap.opts so users of osmo-dev can easily enable the feature. Change-Id: Ibc51a818b859d40ab8a34d9299d0f955cf6d966e --- M all.deps A libosmo-sigtran_with_tcap.opts 2 files changed, 3 insertions(+), 1 deletion(-) Approvals: Jenkins Builder: Verified osmith: Looks good to me, approved diff --git a/all.deps b/all.deps index 3439de7..f0e99a1 100644 --- a/all.deps +++ b/all.deps @@ -1,9 +1,10 @@ # project build these first libosmocore +libosmo-asn1-tcap libosmo-netif libosmocore libosmo-abis libosmocore libosmo-netif libosmo-gprs libosmocore -libosmo-sigtran libosmo-netif +libosmo-sigtran libosmo-netif libosmo-asn1-tcap libsmpp34 libasn1c osmo-ggsn libosmocore libgtpnl diff --git a/libosmo-sigtran_with_tcap.opts b/libosmo-sigtran_with_tcap.opts new file mode 100644 index 0000000..d294680 --- /dev/null +++ b/libosmo-sigtran_with_tcap.opts @@ -0,0 +1 @@ +libosmo-sigtran --enable-tcap-loadsharing -- To view, visit https://gerrit.osmocom.org/c/osmo-dev/+/41496?usp=email To unsubscribe, or for help writing mail filters, visit https://gerrit.osmocom.org/settings?usp=email Gerrit-MessageType: merged Gerrit-Project: osmo-dev Gerrit-Branch: master Gerrit-Change-Id: Ibc51a818b859d40ab8a34d9299d0f955cf6d966e Gerrit-Change-Number: 41496 Gerrit-PatchSet: 3 Gerrit-Owner: pespin <[email protected]> Gerrit-Reviewer: Jenkins Builder Gerrit-Reviewer: daniel <[email protected]> Gerrit-Reviewer: fixeria <[email protected]> Gerrit-Reviewer: laforge <[email protected]> Gerrit-Reviewer: lynxis lazus <[email protected]> Gerrit-Reviewer: osmith <[email protected]> Gerrit-Reviewer: pespin <[email protected]>
