aboutsummaryrefslogtreecommitdiffstats
path: root/mgw/MGCP_Test.default
diff options
context:
space:
mode:
authorPhilipp Maier <pmaier@sysmocom.de>2019-02-20 16:13:41 +0100
committerPhilipp Maier <pmaier@sysmocom.de>2019-02-20 17:00:33 +0100
commit6137c32e05b154971ad8c3f3199e712c1edff9ad (patch)
treef503d318c0a5787b489660bc24309487498d9671 /mgw/MGCP_Test.default
parent07e8dde671b0cf22842d1fb1cec2ed78f3f7bf0f (diff)
MGCP_Test: Add VTY access
The MGCP_Test testsuite currenty lacks VTY access capabilities, lets add them so that future testcases can access the VTY in order to change options on the fly. Depends: osmo-ttcn3-hacks Ife949c61156222de3026280071226ef6f5dbd959 Change-Id: If383f81af3306f8f5bdf50152498ae1303d390df Related: OS#3807
Diffstat (limited to 'mgw/MGCP_Test.default')
-rw-r--r--mgw/MGCP_Test.default10
1 files changed, 10 insertions, 0 deletions
diff --git a/mgw/MGCP_Test.default b/mgw/MGCP_Test.default
index 16027cc8..4336033d 100644
--- a/mgw/MGCP_Test.default
+++ b/mgw/MGCP_Test.default
@@ -2,12 +2,22 @@
FileMask := LOG_ALL | TTCN_MATCHING;
[TESTPORT_PARAMETERS]
+*.MGWVTY.CTRL_MODE := "client"
+*.MGWVTY.CTRL_HOSTNAME := "127.0.0.1"
+*.MGWVTY.CTRL_PORTNUM := "4243"
+*.MGWVTY.CTRL_LOGIN_SKIPPED := "yes"
+*.MGWVTY.CTRL_DETECT_SERVER_DISCONNECTED := "yes"
+*.MGWVTY.CTRL_READMODE := "buffered"
+*.MGWVTY.CTRL_CLIENT_CLEANUP_LINEFEED := "yes"
+*.MGWVTY.CTRL_DETECT_CONNECTION_ESTABLISHMENT_RESULT := "yes"
+*.MGWVTY.PROMPT1 := "OsmoMGW> "
[MODULE_PARAMETERS]
mp_local_udp_port := 2727;
mp_local_ip:= "127.0.0.1";
mp_remote_udp_port := 2427;
mp_remote_ip:= "127.0.0.1";
+Osmocom_VTY_Functions.mp_prompt_prefix := "OsmoMGW";
[MAIN_CONTROLLER]