Attention is currently required from: pespin.
fixeria has posted comments on this change by fixeria. ( https://gerrit.osmocom.org/c/osmo-ttcn3-hacks/+/41935?usp=email )
Change subject: bts: move as_rsl_meas_res() params to ConnHdlrPars ......................................................................
Patch Set 2:
(1 comment)
Patchset:
PS2:
Does this even need to be set from outside the component? I'm not sure moving i there is needed.
It's still inside the component because `ConnHdlrPars` is inside `ConnHdlr`. I was considering making these parameters local variables of `as_rsl_meas_res()`, but this does not work. If any other altstep repeats, all local variables inside `as_rsl_meas_res()` are getting reset. Thus they must be part of the component.