I have a trivial patch adding the new data item to the PCUIF_Types.ttcn (see branch neels/pcu in osmo-ttcn3-hacks.git), but I can't get the TC_pcu_act_req() to pass.
I have trouble understanding where in that the PCUIF version would take effect, I can't find any place where it is populated. That would need a bump to version 9. Maybe that's not needed at all.
All I get is
21:13:27.702570 mtc BTS_Tests.ttcn:1883 setverdict(fail): none -> fail reason: "Timeout waiting for PCU R TS.req", new component reason: "Timeout waiting for PCU RTS.req"
and I can't figure out why. It doesn't seem related to the pcuif_proto.h anyway.
~N
Hi Neels,
On Mon, Mar 12, 2018 at 10:24:27PM +0100, Neels Hofmeyr wrote:
I have trouble understanding where in that the PCUIF version would take effect,
It is apparently not sent nor checked. Feel free to add that, both as
* a TTCN-3 test sending arbitrary wrong versions so we can test the BTS (and later BSC, PCU) PCU socket, i.e. expecting it to reject/close * have the TTCN-3 test actually validate the expected version
All I get is
21:13:27.702570 mtc BTS_Tests.ttcn:1883 setverdict(fail): none -> fail reason: "Timeout waiting for PCU R TS.req", new component reason: "Timeout waiting for PCU RTS.req"
This is odd. It used to work until a few days ago :/