Attention is currently required from: laforge, pespin.
dexter has posted comments on this change. ( https://gerrit.osmocom.org/c/osmo-ttcn3-hacks/+/34087 )
Change subject: GTP_Templates: add template restriction qualifiers ......................................................................
Patch Set 2:
(2 comments)
File library/GTP_Templates.ttcn:
https://gerrit.osmocom.org/c/osmo-ttcn3-hacks/+/34087/comment/20c63915_5c011... PS1, Line 112: template (value) Recovery_gtpc ts_Recovery(OCT1 restart_counter) := {
this would actually be a "template (value)"
It is already a template (value) ... (or do you mean template (value) OCT1 ...?)
https://gerrit.osmocom.org/c/osmo-ttcn3-hacks/+/34087/comment/97074e27_0a760... PS1, Line 117: template (present) Recovery_gtpc tr_Recovery(template OCT1 restart_counter) := {
I think I specially meant the restrictions in the parameters: template (present) OCT1 restart_counte […]
I now went through the code once more and added the qualifiers.