Attention is currently required from: pespin.
dexter has posted comments on this change. ( https://gerrit.osmocom.org/c/osmo-ttcn3-hacks/+/36505?usp=email )
Change subject: HTTP_Adapter: allow body to be "omit" ......................................................................
Patch Set 2:
(2 comments)
File library/HTTP_Adapter.ttcn:
https://gerrit.osmocom.org/c/osmo-ttcn3-hacks/+/36505/comment/07586ff9_134a0... PS1, Line 85: msg.request := {
I'm not really liking this kind of functions you are adding here and in previous messages, it differ […]
I am not agreeing here. we are defining templates through functions in various places, see SGsAP_Templates.ttcn or RANAP_Templates.ttcn. Its not done very often, but its also not an exotic practice.
https://gerrit.osmocom.org/c/osmo-ttcn3-hacks/+/36505/comment/f131a978_1300a... PS1, Line 148: template charstring body := omit, template HTTPMessage exp := tr_HTTP_Resp2xx,
this is most probably a "template (omit) charstring body".
Done