fixeria has posted comments on this change. ( https://gerrit.osmocom.org/c/osmo-bts/+/32734 )
Change subject: paging: do not confirm PAGING COMMAND messages ......................................................................
Patch Set 14:
(1 comment)
Patchset:
PS14: This patch caused a regression:
https://jenkins.osmocom.org/jenkins/view/TTCN3/job/ttcn3-bts-test/2050/
The following two testcases started to fail:
* BTS_Tests.TC_pcu_data_req_imm_ass_pch * BTS_Tests:hopping.TC_pcu_data_req_imm_ass_pch
``` Timeout waiting for PCU DATA.cnf BTS_Tests.ttcn:9033 BTS_Tests control part BTS_Tests.ttcn:5838 TC_pcu_data_req_imm_ass_pch testcase ```
Please modify `TC_pcu_data_req_imm_ass_pch` to not expect the confirmation, function `f_PCUIF_tx_imm_ass_pch` has an optional parameter `wait_for_cnf` for that.