Attention is currently required from: pespin.
fixeria has posted comments on this change. ( https://gerrit.osmocom.org/c/osmo-ttcn3-hacks/+/36254?usp=email )
Change subject: library: add templates for L1CTL_{DATA,TRAFFIC}_CONF ......................................................................
Patch Set 1:
(1 comment)
File library/L1CTL_Types.ttcn:
https://gerrit.osmocom.org/c/osmo-ttcn3-hacks/+/36254/comment/2ff44d28_fab6d... PS1, Line 859: template L1ctlMessage
template (present)
Can you explain the motivation behind marking the whole template as `(present)`? I do understand and encourage doing this for template fields, I also understand the reason for declaring send templates as `(value)`, but I cannot find any explanation what would `(present)` yield for a receive template.