Attention is currently required from: dexter.
pespin has posted comments on this change. ( https://gerrit.osmocom.org/c/osmo-ttcn3-hacks/+/33539 )
Change subject: PCU_Tests: verify that PacketCellChangeContine contains an ARFCN and BSIC ......................................................................
Patch Set 1: Code-Review+1
(2 comments)
File pcu/PCU_Tests.ttcn:
https://gerrit.osmocom.org/c/osmo-ttcn3-hacks/+/33539/comment/a4b78020_30f75... PS1, 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?
https://gerrit.osmocom.org/c/osmo-ttcn3-hacks/+/33539/comment/eeaf9f37_7cbce... PS1, 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.