aboutsummaryrefslogtreecommitdiffstats
path: root/ttcn3-hlr-test
diff options
context:
space:
mode:
authorOliver Smith <osmith@sysmocom.de>2020-02-10 08:22:27 +0100
committerOliver Smith <osmith@sysmocom.de>2020-02-10 08:28:19 +0100
commit65f89f05d0b3997cfa2b6bd0df53f061cab36a9e (patch)
treecdbb31c4d97f645f859b0f027348e00fb146bfc7 /ttcn3-hlr-test
parentbce6e2d186bf38ccc0b5a0f264813ef6bbc8b04b (diff)
ttcn3-hlr-test: mp_hlr_supports_dgsm := false
Disable mp_hlr_supports_dgsm, until patches providing the VTY commands are merged to osmo-hlr.git. Related: OS#4380 Change-Id: I766d54c65ae9e7b6333f9bcfce49a70c588845d0
Diffstat (limited to 'ttcn3-hlr-test')
-rw-r--r--ttcn3-hlr-test/HLR_Tests.cfg3
1 files changed, 2 insertions, 1 deletions
diff --git a/ttcn3-hlr-test/HLR_Tests.cfg b/ttcn3-hlr-test/HLR_Tests.cfg
index 9258cea..ba6fe3f 100644
--- a/ttcn3-hlr-test/HLR_Tests.cfg
+++ b/ttcn3-hlr-test/HLR_Tests.cfg
@@ -9,7 +9,8 @@
[MODULE_PARAMETERS]
HLR_Tests.mp_hlr_ip := "172.18.10.20"
-HLR_Tests.mp_hlr_supports_dgsm := true
+# Set to true after I2fe453553c90e6ee527ed13a13089900efd488aa is merged
+HLR_Tests.mp_hlr_supports_dgsm := false
[MAIN_CONTROLLER]