Attention is currently required from: fixeria, neels.
pespin has posted comments on this change. ( https://gerrit.osmocom.org/c/osmo-ttcn3-hacks/+/36459?usp=email )
Change subject: msc: add TC_lu_tmsi_noauth_notmsi ......................................................................
Patch Set 1:
(1 comment)
File msc/MSC_Tests.ttcn:
https://gerrit.osmocom.org/c/osmo-ttcn3-hacks/+/36459/comment/9d53f123_d1482... PS1, Line 7312: valueof
would it not have to be a "template (value)" arg? So far it is "template (omit)", and I do still not […]
1- a "template (value)" parameter can be passed either a "template (value)" var or a value val, both are correct.
Because a value is a subset of "template (value)" let's say, in the sense that eg. "template (value)" is a subset of "template (omit)".
2- You may not care about ttcn3 "cosmetics", but I do because later on I see lots of warnings when compiling, which is annoying, and sometimes I need to rework tons of templates myself to pass proper stuff.