File: osmoappdesc.py

package info (click to toggle)
libosmo-sccp 1.9.0%2Bdfsg1-2
  • links: PTS, VCS
  • area: main
  • in suites: experimental
  • size: 1,692 kB
  • sloc: ansic: 21,218; makefile: 285; sh: 152; python: 144; xml: 73
file content (13 lines) | stat: -rw-r--r-- 299 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
9
10
11
12
13
#!/usr/bin/env python3

app_configs = {
    "osmo-stp": ["doc/examples/osmo-stp.cfg",
                 "doc/examples/osmo-stp-multihome.cfg"],
}

apps = [(4239, "stp/osmo-stp", "OsmoSTP", "osmo-stp"),
        ]

vty_command = ["./stp/osmo-stp", "-c", "doc/examples/osmo-stp.cfg"]

vty_app = apps[0]