blob: 86a6ac184447ac25b8b1c53dc11505ce25212ad1 [file] [log] [blame]
Harald Welteb53e2bf2020-08-21 16:33:42 +02001#!/usr/bin/env python3
2
3app_configs = {
4 "osmo-smlc": ["doc/examples/osmo-smlc/osmo-smlc.cfg"]
5}
6
7apps = [(4271, "src/osmo-smlc/osmo-smlc", "OsmoSMLC", "osmo-smlc")
8 ]
9
10vty_command = ["./src/osmo-smlc/osmo-smlc", "-c",
11 "doc/examples/osmo-smlc/osmo-smlc.cfg"]
12
13vty_app = apps[0]