aboutsummaryrefslogtreecommitdiffstats
path: root/openbsc/osmoappdesc.py
diff options
context:
space:
mode:
authorHolger Hans Peter Freyther <holger@moiji-mobile.com>2015-09-24 10:21:40 +0200
committerHolger Hans Peter Freyther <holger@moiji-mobile.com>2015-09-24 10:28:43 +0200
commit925504bfe0834be6b1549af51242ef24fa2a0eaa (patch)
tree14e4ef1ab32173c90c4f29d64f6b3b0594aacb6a /openbsc/osmoappdesc.py
parente57e0fa701d659ad8acf83cb14f7caa0bd563068 (diff)
gbproxy: Add quirk commands to allow upgrade from pre-release
The pre-release didn't add a newline after the apn and the patching pattern command. Create a quirk command that combines both. The pre-release didn't include a differentation between routing and patching. The TLLI handling has a different and more generic name now. Make it handle the old one that is actively used. Add a file with the broken format and the standard config file test should pick it up.
Diffstat (limited to 'openbsc/osmoappdesc.py')
-rw-r--r--openbsc/osmoappdesc.py3
1 files changed, 2 insertions, 1 deletions
diff --git a/openbsc/osmoappdesc.py b/openbsc/osmoappdesc.py
index 9d6fbe67e..ddda6ab79 100644
--- a/openbsc/osmoappdesc.py
+++ b/openbsc/osmoappdesc.py
@@ -31,7 +31,8 @@ app_configs = {
"osmo-bsc": ["doc/examples/osmo-bsc/osmo-bsc.cfg"],
"nat": ["doc/examples/osmo-bsc_nat/osmo-bsc_nat.cfg"],
"mgcp": ["doc/examples/osmo-bsc_mgcp/mgcp.cfg"],
- "gbproxy": ["doc/examples/osmo-gbproxy/osmo-gbproxy.cfg"],
+ "gbproxy": ["doc/examples/osmo-gbproxy/osmo-gbproxy.cfg",
+ "doc/examples/osmo-gbproxy/osmo-gbproxy-legacy.cfg"],
"sgsn": ["doc/examples/osmo-sgsn/osmo-sgsn.cfg"],
"nitb": ["doc/examples/osmo-nitb/nanobts/openbsc-multitrx.cfg",
"doc/examples/osmo-nitb/nanobts/openbsc.cfg"]