dexter has uploaded this change for review. (
https://gerrit.osmocom.org/c/osmo-ttcn3-hacks/+/41272?usp=email )
Change subject: smdpp_Tests: add comments to mp_es9plus_server_port_ module
parameters
......................................................................
smdpp_Tests: add comments to mp_es9plus_server_port_ module parameters
Let's add an explanatory comment to mp_es9plus_server_port_nist and
mp_es9plus_server_port_brp
Related: SYS#7339
Change-Id: I7e3f0292256b21a75da5b756ee9af6ec58318de1
---
M smdpp/smdpp_Tests.ttcn
1 file changed, 5 insertions(+), 2 deletions(-)
git pull ssh://gerrit.osmocom.org:29418/osmo-ttcn3-hacks
refs/changes/72/41272/1
diff --git a/smdpp/smdpp_Tests.ttcn b/smdpp/smdpp_Tests.ttcn
index fcb542b..0258ed3 100644
--- a/smdpp/smdpp_Tests.ttcn
+++ b/smdpp/smdpp_Tests.ttcn
@@ -71,8 +71,11 @@
boolean mp_es9plus_use_custom_tls_cert := true;
charstring mp_es9plus_custom_tls_cert_path := ""; /* Empty means use cert
pool only */
- integer mp_es9plus_server_port_nist := 8000;
- integer mp_es9plus_server_port_brp := 8001;
+ /* 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)
+ integer mp_es9plus_server_port_brp := 8001;
}
/* C++ handles only crypto, TTCN-3 handles ASN.1 encoding/decoding most of the
time */
--
To view, visit https://gerrit.osmocom.org/c/osmo-ttcn3-hacks/+/41272?usp=email
To unsubscribe, or for help writing mail filters, visit
https://gerrit.osmocom.org/settings?usp=email
Gerrit-MessageType: newchange
Gerrit-Project: osmo-ttcn3-hacks
Gerrit-Branch: master
Gerrit-Change-Id: I7e3f0292256b21a75da5b756ee9af6ec58318de1
Gerrit-Change-Number: 41272
Gerrit-PatchSet: 1
Gerrit-Owner: dexter <[email protected]>