dexter submitted this change.

View Change

Approvals: dexter: Looks good to me, approved Jenkins Builder: Verified
ES2Plus_Tests: remove unused module parameter

Change-Id: I98921155d74209ffe97d6981a1d65a4424ef918c
Related: SYS#7339
---
M smdpp/ES2Plus_Tests.ttcn
1 file changed, 0 insertions(+), 4 deletions(-)

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;
}

To view, visit change 41260. To unsubscribe, or for help writing mail filters, visit settings.

Gerrit-MessageType: merged
Gerrit-Project: osmo-ttcn3-hacks
Gerrit-Branch: master
Gerrit-Change-Id: I98921155d74209ffe97d6981a1d65a4424ef918c
Gerrit-Change-Number: 41260
Gerrit-PatchSet: 1
Gerrit-Owner: dexter <pmaier@sysmocom.de>
Gerrit-Reviewer: Jenkins Builder
Gerrit-Reviewer: dexter <pmaier@sysmocom.de>