From 6c696b229411b13667374df9e2a82595b3bbb0f6 Mon Sep 17 00:00:00 2001 From: Pau Espin Pedrol Date: Fri, 26 Feb 2021 13:04:05 +0100 Subject: [PATCH] ttcn3-hlr: Drop uneeded module param HLR_Tests.mp_hlr_supports_dgsm Since -latest was updated to newer releases, this param is never set to false anymore, and it already defaults to true, so there's no need to set it here explicitly. Furthermore, it will be completely dropped soon. Change-Id: Icab36eba29ad4fadd07ec804ef713910b80ce706 --- ttcn3-hlr-test/HLR_Tests.cfg | 1 - 1 file changed, 1 deletion(-) diff --git a/ttcn3-hlr-test/HLR_Tests.cfg b/ttcn3-hlr-test/HLR_Tests.cfg index 9258cead..b8aa886d 100644 --- a/ttcn3-hlr-test/HLR_Tests.cfg +++ b/ttcn3-hlr-test/HLR_Tests.cfg @@ -9,7 +9,6 @@ [MODULE_PARAMETERS] HLR_Tests.mp_hlr_ip := "172.18.10.20" -HLR_Tests.mp_hlr_supports_dgsm := true [MAIN_CONTROLLER]