Attention is currently required from: pespin.
fixeria has posted comments on this change. ( https://gerrit.osmocom.org/c/osmo-ttcn3-hacks/+/34278 )
Change subject: BTS_Tests: decouple payload generation from f_rtpem_activate() ......................................................................
Patch Set 1:
(1 comment)
File bts/BTS_Tests.ttcn:
https://gerrit.osmocom.org/c/osmo-ttcn3-hacks/+/34278/comment/d812e4e8_55df2... PS1, Line 2610: friend function f_rtpem_activate(RtpemConfig cfg := c_RtpemDefaultCfg,
so cfg is not changed here? only "in"?
Correct, it's not being changed [anymore] and passed to the `RTP_Emulation` as is. But if we go for `in`, then we cannot assign the default value anymore, can we?