Attention is currently required from: dexter, laforge.
pespin has posted comments on this change. ( https://gerrit.osmocom.org/c/osmo-ttcn3-hacks/+/36506?usp=email )
Change subject: HTTP_Adapter: Allow API users to enable/disable SSL ......................................................................
Patch Set 2:
(1 comment)
File library/HTTP_Adapter.ttcn:
https://gerrit.osmocom.org/c/osmo-ttcn3-hacks/+/36506/comment/b629870e_d6e27... PS1, Line 27: function f_http_init(charstring host, integer http_port, boolean use_ssl := false) runs on http_CT {
Yes, we should do this rather sooner than later. […]
For the sake of having it similar to other testsuites, usually we call these "HTTP_Adapter_Params" and call it "pars", then have a "g_pars := pars" in f_http_init() so you don't need to assign params one by one like you so in line 35.
Then, use eg. "g_pars.use_ssl"