aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMax <msuraev@sysmocom.de>2017-12-14 15:21:16 +0100
committerMax <msuraev@sysmocom.de>2017-12-14 15:21:16 +0100
commit3e1ca6f866601a39cf13cf30c9d72d5f217a2281 (patch)
tree044fca3af68d821813c85710f4d2ea513cfd7c19
parent795c27976e8c8b2a120126ac99c0e161885ae59c (diff)
Remove OpenBSC from Coverity submission
The OpenBSC codebase only receive occasional backports hence none of the issues uncovered by Coverity would be fixed unless it's also fixed in corresponding Osmo* project. Let's not clutter output with the information about issues which won't be fixed anyway. Change-Id: Ief3dfc641684fa33407957bf7cfcb6ecf35b847a
-rwxr-xr-xcoverity/build_Osmocom.sh9
-rwxr-xr-xcoverity/prepare_source_Osmcocom.sh2
2 files changed, 0 insertions, 11 deletions
diff --git a/coverity/build_Osmocom.sh b/coverity/build_Osmocom.sh
index 9ccee28..b2e6bc8 100755
--- a/coverity/build_Osmocom.sh
+++ b/coverity/build_Osmocom.sh
@@ -42,14 +42,6 @@ build_libasn1c() {
popd
}
-build_openbsc() {
- pushd openbsc/openbsc
- #IU git checkout sysmocom/iu
-
- do_build --enable-osmo-bsc --enable-nat --enable-smpp --enable-mgcp-transcoding #IU --enable-iu
- popd
-}
-
build_osmobts() {
pushd osmo-bts
@@ -89,7 +81,6 @@ build_default osmo-ggsn
#IU build_default osmo-iuh
build_osmopcu
build_osmobts
-build_openbsc
build_default osmo-mgw
build_default osmo-bsc
build_default osmo-msc
diff --git a/coverity/prepare_source_Osmcocom.sh b/coverity/prepare_source_Osmcocom.sh
index 05e50e4..d5ecad7 100755
--- a/coverity/prepare_source_Osmcocom.sh
+++ b/coverity/prepare_source_Osmcocom.sh
@@ -13,7 +13,6 @@ for proj in \
libosmo-netif \
libosmo-sccp \
libsmpp34 \
- openbsc \
osmo-bsc \
osmo-msc \
osmo-mgw \
@@ -40,4 +39,3 @@ git clone git://git.sysmocom.de/sysmo-bts/layer1-api
#IU git -C asn1c checkout aper-prefix
#IU git -C libosmo-netif checkout sysmocom/sctp
#IU git -C libosmo-sccp checkout sysmocom/iu
-#IU git -C openbsc checkout sysmocom/iu