Attention is currently required from: fixeria, osmith.
pespin has posted comments on this change by pespin. ( https://gerrit.osmocom.org/c/osmo-ttcn3-hacks/+/43651?usp=email )
Change subject: smf: Initial HTTP2/SBI support ......................................................................
Patch Set 2:
(1 comment)
File library/HTTP2_Functions.ttcn:
https://gerrit.osmocom.org/c/osmo-ttcn3-hacks/+/43651/comment/0117a39a_40036... : PS2, Line 51: //var charstring regexpString := "([A-Za-z][A-Za-z0-9-]*):\s*(.+?)\s*"; @osmith@sysmocom.de @axilirator@gmail.com I need some help with somebody better at regexps than me here to obtain header name and value from string of type: "Content-Type: application/octetstream"
log commented out shows empty strings when printed, but regexp indeed tells there's 2 groups if I try to access any more...