aboutsummaryrefslogtreecommitdiffstats
path: root/openbsc/osmoappdesc.py
diff options
context:
space:
mode:
authorNeels Hofmeyr <nhofmeyr@sysmocom.de>2015-12-14 11:29:55 +0100
committerNeels Hofmeyr <nhofmeyr@sysmocom.de>2015-12-14 11:29:55 +0100
commit720372e4e8998d2979a423afebdfa742edbea27b (patch)
tree1867670ec8eef890f4369718044475f31f71c155 /openbsc/osmoappdesc.py
parent4adca4e8afd0478d5d52736c721ca7f25631c762 (diff)
gtphub VTY test: use only 127.0.0.1.
Add a second example config file for gtphub so that the VTY test can use nonstandard ports.
Diffstat (limited to 'openbsc/osmoappdesc.py')
-rw-r--r--openbsc/osmoappdesc.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/openbsc/osmoappdesc.py b/openbsc/osmoappdesc.py
index c21883be7..d9fe576d7 100644
--- a/openbsc/osmoappdesc.py
+++ b/openbsc/osmoappdesc.py
@@ -36,7 +36,7 @@ app_configs = {
"sgsn": ["doc/examples/osmo-sgsn/osmo-sgsn.cfg"],
"nitb": ["doc/examples/osmo-nitb/nanobts/openbsc-multitrx.cfg",
"doc/examples/osmo-nitb/nanobts/openbsc.cfg"],
- "gtphub": ["doc/examples/osmo-gtphub/osmo-gtphub.cfg"]
+ "gtphub": ["doc/examples/osmo-gtphub/osmo-gtphub-1iface.cfg"]
}