dexter has submitted this change. ( https://gerrit.osmocom.org/c/osmo-ttcn3-hacks/+/41260?usp=email )
Change subject: ES2Plus_Tests: remove unused module parameter ......................................................................
ES2Plus_Tests: remove unused module parameter
Change-Id: I98921155d74209ffe97d6981a1d65a4424ef918c Related: SYS#7339 --- M smdpp/ES2Plus_Tests.ttcn 1 file changed, 0 insertions(+), 4 deletions(-)
Approvals: dexter: Looks good to me, approved Jenkins Builder: Verified
diff --git a/smdpp/ES2Plus_Tests.ttcn b/smdpp/ES2Plus_Tests.ttcn index 1f962cf..fa3f376 100644 --- a/smdpp/ES2Plus_Tests.ttcn +++ b/smdpp/ES2Plus_Tests.ttcn @@ -62,10 +62,6 @@ charstring mp_operator_id := "test.operator.com";
// ES2+ normally uses SSL with client authentication, however for debug purposes it is possible to disable - // SSL entirely. - boolean mp_use_ssl := true; // SSL with mutual TLS authentication enabled - - // ES2+ normally uses SSL with client authentication, however for debug purposes it is possible to disable // mutual authentication. boolean mp_use_mutual_tls := true; }