dexter has uploaded this change for review. ( https://gerrit.osmocom.org/c/osmo-ttcn3-hacks/+/41273?usp=email )
Change subject: fixup ......................................................................
fixup
Change-Id: I1343ebef12c449cd9f8f74dd0c1cb6f14202cb33 --- M smdpp/smdpp_Tests.ttcn 1 file changed, 2 insertions(+), 2 deletions(-)
git pull ssh://gerrit.osmocom.org:29418/osmo-ttcn3-hacks refs/changes/73/41273/1
diff --git a/smdpp/smdpp_Tests.ttcn b/smdpp/smdpp_Tests.ttcn index 0258ed3..2aa15dc 100644 --- a/smdpp/smdpp_Tests.ttcn +++ b/smdpp/smdpp_Tests.ttcn @@ -71,10 +71,10 @@ boolean mp_es9plus_use_custom_tls_cert := true; charstring mp_es9plus_custom_tls_cert_path := ""; /* Empty means use cert pool only */
- /* Sets the server port of the ES9+ server (SM-DP+, NIST certificates) + /* Sets the server port of the ES9+ server (SM-DP+, NIST certificates) */ integer mp_es9plus_server_port_nist := 8000;
- /* Sets the server port of the ES9+ server (SM-DP+, Brainpool certificates) + /* Sets the server port of the ES9+ server (SM-DP+, Brainpool certificates) */ integer mp_es9plus_server_port_brp := 8001; }