From f1fab926ed0aa51339d8e168322d0f93624d7764 Mon Sep 17 00:00:00 2001 From: Vadim Yanitskiy Date: Wed, 30 Mar 2022 22:41:31 +0300 Subject: [PATCH] Add missing osmo-cbc to all.deps and {sanitize,werror}.opts Change-Id: I39e2067f5d93e648e05ee0f949145d31af43e6d7 --- all.deps | 1 + sanitize.opts | 1 + werror.opts | 1 + 3 files changed, 3 insertions(+) diff --git a/all.deps b/all.deps index 75c2b96..988d1ee 100644 --- a/all.deps +++ b/all.deps @@ -26,6 +26,7 @@ osmo-pcap libosmocore osmo-bsc-nat libosmo-sccp libgtpnl osmo-upf libosmocore libgtpnl +osmo-cbc libosmo-netif # can only clone these docker-playground diff --git a/sanitize.opts b/sanitize.opts index 94bb855..34f27af 100644 --- a/sanitize.opts +++ b/sanitize.opts @@ -18,3 +18,4 @@ osmo-bts --enable-sanitize osmo-smlc --enable-sanitize osmo-pcu --enable-sanitize osmo-upf --enable-sanitize +osmo-cbc --enable-sanitize diff --git a/werror.opts b/werror.opts index 7f2ee6c..c5daa23 100644 --- a/werror.opts +++ b/werror.opts @@ -14,3 +14,4 @@ osmo-sgsn --enable-werror osmo-bts --enable-werror osmo-bsc-nat --enable-werror osmo-upf --enable-werror +osmo-cbc --enable-werror