Attention is currently required from: pespin.
2 comments:
File pcu/PCU_Tests.ttcn:
Patch Set #1, Line 5368: f_rx_rlcmac_dl_block(dl_block, sched_fn);
why not passing this constructed cell_cfg_cont here in f_rx_rlcmac_dl_block() as it was before?
I need to modify the arfcn/bsic parameters before I pass the template.
Patch Set #1, Line 5370: cell_chg_cont.u.cell_chg_continue.arfcn_bsic_presence := '1'B
you can probably extend the f_rx_rlcmac_dl_block to have those passed params maybe.
I thought about doing this but then I noticed that it might be not so good to add three more parameters just for a single test. I think it is better to just modify the required bits here instead of adding more and more parameters. Especially those CSN.1 RLCMAC templates have a ton of variations.
(This does not mean that it is technically impossible to add arfcn_bsic_present,arfcn,bsic parameters to the template, but I Think it won't look good.)
To view, visit change 33539. To unsubscribe, or for help writing mail filters, visit settings.