aboutsummaryrefslogtreecommitdiffstats
path: root/osmoappdesc.py
diff options
context:
space:
mode:
authorNeels Hofmeyr <neels@hofmeyr.de>2017-09-04 04:16:57 +0200
committerNeels Hofmeyr <neels@hofmeyr.de>2017-09-06 16:33:43 +0200
commit47cd0d2687e9711644008f3d6d1b829d763c520e (patch)
tree39d013e979834b5faaf831d2a3e25229999dd26a /osmoappdesc.py
parentd6d90ce2597d9bbcc4dda23069cafb1794874fa7 (diff)
drop files unrelated to osmo-msc
These either remain from openbsc.git or slipped in while applying recent patches from openbsc.git and do not belong in osmo-msc. Empty out contrib: remove things that are either obviously unrelated to osmo-msc, or seem old and/or esoteric. Change-Id: I49957769e09eed6d723bf7c3777024b62b3480fd
Diffstat (limited to 'osmoappdesc.py')
-rw-r--r--osmoappdesc.py14
1 files changed, 0 insertions, 14 deletions
diff --git a/osmoappdesc.py b/osmoappdesc.py
index b72c93e71..be97a7183 100644
--- a/osmoappdesc.py
+++ b/osmoappdesc.py
@@ -14,24 +14,10 @@
# You should have received a copy of the GNU General Public License
# along with this program. If not, see <http://www.gnu.org/licenses/>
-
-# Most systems won't be able to use these, so they're separated out
-nitb_e1_configs = [
- "doc/examples/osmo-nitb/bs11/openbsc-2bts-2trx.cfg",
- "doc/examples/osmo-nitb/bs11/openbsc-1bts-2trx-hopping.cfg",
- "doc/examples/osmo-nitb/bs11/openbsc-1bts-2trx.cfg",
- "doc/examples/osmo-nitb/bs11/openbsc.cfg",
- "doc/examples/osmo-nitb/nokia/openbsc_nokia_3trx.cfg",
- "doc/examples/osmo-nitb/nanobts/openbsc-multitrx.cfg",
- "doc/examples/osmo-nitb/rbs2308/openbsc.cfg"
-]
-
-
app_configs = {
"msc": ["doc/examples/osmo-msc/osmo-msc.cfg"],
}
-
apps = [(4254, "src/osmo-msc/osmo-msc", "OsmoMSC", "msc"),
]