Attention is currently required from: dexter.
pespin 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 3:
(2 comments)
File library/HTTP_Adapter.ttcn:
https://gerrit.osmocom.org/c/osmo-ttcn3-hacks/+/36505/comment/c9fd2153_aac7b... PS1, Line 85: msg.request := {
Thanks for the hint, I didn't see this option. I have now done it this way. […]
Ack I see. the template you changed indeed looks better now though 😊
File library/HTTP_Adapter.ttcn:
https://gerrit.osmocom.org/c/osmo-ttcn3-hacks/+/36505/comment/56fe5e3b_8b707... PS3, Line 106: header := valueof(f_ts_HTTP_Header(body, host, custom_hdr)), You don't need to call valueof() here.