From 34a313f2e2c60ba061a1515f3a77f9f6f61a413a Mon Sep 17 00:00:00 2001 From: Neels Hofmeyr Date: Wed, 19 Jul 2017 16:48:42 +0200 Subject: move to osmo-mgw.git: osmo-bsc_mgcp and libmgcp as libosmo-legacy-mgcp Rewire build and includes to libosmo-legacy-mgcp. Drop osmo-bsc_mgcp and related python tests, now found in osmo-mgw.git. libosmo-legacy-mgcp is installed from osmo-mgw, hence add the dependency to jenkins.sh (so far using the pre_release branch). Change-Id: Ic99d681759edce11564da62500c2aac5cf5fffe2 --- osmoappdesc.py | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) (limited to 'osmoappdesc.py') diff --git a/osmoappdesc.py b/osmoappdesc.py index 170c83bb2..22210d5bf 100644 --- a/osmoappdesc.py +++ b/osmoappdesc.py @@ -30,7 +30,6 @@ nitb_e1_configs = [ app_configs = { "osmo-bsc": ["doc/examples/osmo-bsc/osmo-bsc.cfg"], "nat": ["doc/examples/osmo-bsc_nat/osmo-bsc_nat.cfg"], - "mgcp": ["doc/examples/osmo-bsc_mgcp/mgcp.cfg"], "gbproxy": ["doc/examples/osmo-gbproxy/osmo-gbproxy.cfg", "doc/examples/osmo-gbproxy/osmo-gbproxy-legacy.cfg"], "sgsn": ["doc/examples/osmo-sgsn/osmo-sgsn.cfg"], @@ -41,7 +40,6 @@ app_configs = { apps = [(4242, "src/osmo-bsc/osmo-bsc", "OsmoBSC", "osmo-bsc"), (4244, "src/osmo-bsc_nat/osmo-bsc_nat", "OsmoBSCNAT", "nat"), - (4243, "src/osmo-bsc_mgcp/osmo-bsc_mgcp", "OpenBSC MGCP", "mgcp"), (4246, "src/gprs/osmo-gbproxy", "OsmoGbProxy", "gbproxy"), (4245, "src/gprs/osmo-sgsn", "OsmoSGSN", "sgsn"), (4254, "src/osmo-msc/osmo-msc", "OsmoMSC", "msc"), @@ -51,4 +49,4 @@ apps = [(4242, "src/osmo-bsc/osmo-bsc", "OsmoBSC", "osmo-bsc"), vty_command = ["./src/osmo-msc/osmo-msc", "-c", "doc/examples/osmo-msc/osmo-msc.cfg"] -vty_app = apps[5] # reference apps[] entry for osmo-nitb +vty_app = apps[4] # reference apps[] entry for osmo-msc -- cgit v1.2.3