Attention is currently required from: fixeria, osmith, pespin.
laforge has posted comments on this change. ( https://gerrit.osmocom.org/c/osmo-ttcn3-hacks/+/36754?usp=email )
Change subject: Misc_Helpers.ttcn: Add some more string handling API helpers ......................................................................
Patch Set 1:
(1 comment)
File library/Misc_Helpers.ttcn:
https://gerrit.osmocom.org/c/osmo-ttcn3-hacks/+/36754/comment/da99475e_0cd13... PS1, Line 83: function f_str_endswith(charstring str, charstring token) return boolean : { you are aware that TTCN-3 supports [some] regular expression? I'd expect matching a string start or end would be the most basic functionality supported by any regex implementation.
See Section B.1.5 and the "pattern" syntax described in the TTCN3 core language spec (ES 201 873-1).
So I'm wondering if we really need a manually implenented function for it.