pespin has submitted this change. ( https://gerrit.osmocom.org/c/osmo-dev/+/38352?usp=email )
Change subject: Add support to build upf-benchmark ...................................................................... Add support to build upf-benchmark Change-Id: I8a1d817d3255643e0ad3bfa634143fc71038d113 --- M all.deps M sanitize.opts M werror.opts 3 files changed, 4 insertions(+), 0 deletions(-) Approvals: osmith: Looks good to me, approved pespin: Verified diff --git a/all.deps b/all.deps index 9aa4f71..99086f2 100644 --- a/all.deps +++ b/all.deps @@ -58,3 +58,5 @@ osmo-gsm-shark libosmo-pfcp osmo-mgw libosmo-sigtran osmo-iuh strongswan-epdg libosmocore + +upf-benchmark libosmocore libosmo-pfcp diff --git a/sanitize.opts b/sanitize.opts index 2918e80..72a1d69 100644 --- a/sanitize.opts +++ b/sanitize.opts @@ -23,3 +23,4 @@ osmo-cbc --enable-sanitize osmo-hnbgw --enable-sanitize osmo-gsm-shark --enable-sanitize +upf-benchmark --enable-sanitize diff --git a/werror.opts b/werror.opts index 7b0e487..165bff1 100644 --- a/werror.opts +++ b/werror.opts @@ -23,3 +23,4 @@ simtrace2_host --enable-werror osmo-remsim --enable-werror osmo-gsm-shark --enable-werror +upf-benchmark --enable-werror -- To view, visit https://gerrit.osmocom.org/c/osmo-dev/+/38352?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: I8a1d817d3255643e0ad3bfa634143fc71038d113 Gerrit-Change-Number: 38352 Gerrit-PatchSet: 1 Gerrit-Owner: pespin <[email protected]> Gerrit-Reviewer: neels <[email protected]> Gerrit-Reviewer: osmith <[email protected]> Gerrit-Reviewer: pespin <[email protected]>
