osmith has uploaded this change for review.
sgsn: fix running against current stable osmo-sgsn
Fix that running the sgsn testsuite fails with osmo-sgsn 1.13.x:
There is no such command.
Error occurred during reading the below line:
gummei 262 42 12 6
% VTY node 'asp' without a '[no] shutdown' command at the end is deprecated, please make sure you update your cfg file for future compatibility.
Failed to parse the config file: 'osmo-sgsn.cfg'
Fixes: b638bb03 ("SGSN: osmo-sgsn.cfg: assign gummei to test-mme0")
Change-Id: I3f5476d526517ce391b36d127cf7b0105ea7bc8d
---
M sgsn/testenv_generic.cfg
1 file changed, 2 insertions(+), 0 deletions(-)
git pull ssh://gerrit.osmocom.org:29418/osmo-ttcn3-hacks refs/changes/17/43517/1
diff --git a/sgsn/testenv_generic.cfg b/sgsn/testenv_generic.cfg
index d58b49d..9d76d19 100644
--- a/sgsn/testenv_generic.cfg
+++ b/sgsn/testenv_generic.cfg
@@ -15,3 +15,5 @@
copy=osmo-sgsn.cfg
vty_port=4245
vty_host=127.0.0.10
+# remove once osmo-sgsn >= 1.14.0 is released
+prepare_latest=sed -i '/^ gummei.*/d' osmo-sgsn.cfg
To view, visit change 43517. To unsubscribe, or for help writing mail filters, visit settings.