Attention is currently required from: fixeria, laforge.
4 comments:
File library/GTPv1U_Templates.ttcn:
Patch Set #1, Line 58: template (value)
What do we win by doing so? IMO, template parameters are useful for complex parameters, like records […]
It helps in easying the posibility to pass both values and template.
This way also one doesn't need to be calling valueof() everytime it uses the template.
After lots of cleanup of errors and use cases I find this the best approach:
Keep using tmeplate parameters for parent template parameters, until an explicit value is required.
Patch Set #1, Line 61: template (value) GTPU_IEs ies
It's fine making this one a template param, so that you can pass templates like `ts_UEchoReqPDU` dir […]
It doesn't cause a problem either, and allows for more freedom to the caller/user of the template.
Patch Set #1, Line 122: valueof(ts_UEchoReqPDU
... so you turned this param into a template, but still doing unnecessary `valueof()`.
I forgot these ones, I'm cleaning them up now.
Patch Set #1, Line 145: valueof(ip_addr)
... […]
See my first comment.
To view, visit change 37645. To unsubscribe, or for help writing mail filters, visit settings.