blob: b72c93e71e0771075aeadd841b821c8c519f3b15 [file] [log] [blame]
Katerina Barone-Adesie0aee7a2013-04-05 17:36:09 +02001#!/usr/bin/env python
2
3# (C) 2013 by Katerina Barone-Adesi <kat.obsc@gmail.com>
4# This program is free software: you can redistribute it and/or modify
5# it under the terms of the GNU General Public License as published by
6# the Free Software Foundation, either version 3 of the License, or
7# (at your option) any later version.
8
9# This program is distributed in the hope that it will be useful,
10# but WITHOUT ANY WARRANTY; without even the implied warranty of
11# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
12# GNU General Public License for more details.
13
14# You should have received a copy of the GNU General Public License
15# along with this program. If not, see <http://www.gnu.org/licenses/>
16
17
18# Most systems won't be able to use these, so they're separated out
19nitb_e1_configs = [
20 "doc/examples/osmo-nitb/bs11/openbsc-2bts-2trx.cfg",
21 "doc/examples/osmo-nitb/bs11/openbsc-1bts-2trx-hopping.cfg",
22 "doc/examples/osmo-nitb/bs11/openbsc-1bts-2trx.cfg",
23 "doc/examples/osmo-nitb/bs11/openbsc.cfg",
24 "doc/examples/osmo-nitb/nokia/openbsc_nokia_3trx.cfg",
25 "doc/examples/osmo-nitb/nanobts/openbsc-multitrx.cfg",
26 "doc/examples/osmo-nitb/rbs2308/openbsc.cfg"
27]
28
29
30app_configs = {
Neels Hofmeyr84da6b12016-05-20 21:59:55 +020031 "msc": ["doc/examples/osmo-msc/osmo-msc.cfg"],
Katerina Barone-Adesie0aee7a2013-04-05 17:36:09 +020032}
33
34
Neels Hofmeyrbac22762017-07-06 18:39:28 +020035apps = [(4254, "src/osmo-msc/osmo-msc", "OsmoMSC", "msc"),
Katerina Barone-Adesie0aee7a2013-04-05 17:36:09 +020036 ]
37
Neels Hofmeyr84da6b12016-05-20 21:59:55 +020038vty_command = ["./src/osmo-msc/osmo-msc", "-c",
39 "doc/examples/osmo-msc/osmo-msc.cfg"]
Katerina Barone-Adesie0aee7a2013-04-05 17:36:09 +020040
Neels Hofmeyrbac22762017-07-06 18:39:28 +020041vty_app = apps[0] # reference apps[] entry for osmo-msc