Attention is currently required from: fixeria, pespin.
lynxis lazus has posted comments on this change by lynxis lazus. ( https://gerrit.osmocom.org/c/osmo-ttcn3-hacks/+/39011?usp=email )
Change subject: PCU_Tests_SNS: sns_del: check if removed NS-VC still transmits ......................................................................
Patch Set 2:
(1 comment)
File pcu/PCU_Tests_SNS.ttcn:
https://gerrit.osmocom.org/c/osmo-ttcn3-hacks/+/39011/comment/cf3ece32_c9866... : PS1, Line 327: integer idx := 0, integer idx_del := 1, float tout := 20.0
But if you want to use it by another test you can set those. […]
Yes, same here. I don't get your point, what is wrong here. So far I get, you would done it different.
I like to have arguments to a test case, which I find useful and could be converted into a function later if necessary. The language allows such things.
Further it also allows the following: ``` execute( TC_sns_add_nack() ); - execute( TC_sns_del() ); + execute( TC_sns_del(tout := 25.0) ); execute( TC_sns_chg_weight() ); ```
It feels completely bike shred here.