blob: 886c682a782391444156467e7b77365b033af904 [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
Katerina Barone-Adesie0aee7a2013-04-05 17:36:09 +020017app_configs = {
Neels Hofmeyrfb110412017-09-05 13:03:25 +020018 "msc": ["doc/examples/osmo-msc/osmo-msc.cfg",
19 "doc/examples/osmo-msc/osmo-msc_custom-sccp.cfg",
20 "doc/examples/osmo-msc/osmo-msc_multi-cs7.cfg",
21 ],
Katerina Barone-Adesie0aee7a2013-04-05 17:36:09 +020022}
23
Neels Hofmeyrbac22762017-07-06 18:39:28 +020024apps = [(4254, "src/osmo-msc/osmo-msc", "OsmoMSC", "msc"),
Katerina Barone-Adesie0aee7a2013-04-05 17:36:09 +020025 ]
26
Neels Hofmeyr84da6b12016-05-20 21:59:55 +020027vty_command = ["./src/osmo-msc/osmo-msc", "-c",
28 "doc/examples/osmo-msc/osmo-msc.cfg"]
Katerina Barone-Adesie0aee7a2013-04-05 17:36:09 +020029
Neels Hofmeyrbac22762017-07-06 18:39:28 +020030vty_app = apps[0] # reference apps[] entry for osmo-msc