Change in osmo-ttcn3-hacks[master]: make PCU tests send PS paging requests on BVCI zero

2018-05-25 Thread Harald Welte
Harald Welte has submitted this change and it was merged. ( https://gerrit.osmocom.org/8020 ) Change subject: make PCU tests send PS paging requests on BVCI zero .. make PCU tests send PS paging requests on BVCI zero osmo-pcu d

Change in osmo-ttcn3-hacks[master]: make PCU tests send PS paging requests on BVCI zero

2018-05-25 Thread Harald Welte
Harald Welte has posted comments on this change. ( https://gerrit.osmocom.org/8020 ) Change subject: make PCU tests send PS paging requests on BVCI zero .. Patch Set 3: Code-Review+2 -- To view, visit https://gerrit.osmocom.o

Change in osmo-ttcn3-hacks[master]: make PCU tests send PS paging requests on BVCI zero

2018-05-25 Thread Stefan Sperling
Hello Harald Welte, Jenkins Builder, I'd like you to reexamine a change. Please visit https://gerrit.osmocom.org/8020 to look at the new patch set (#3). Change subject: make PCU tests send PS paging requests on BVCI zero ..

Change in osmo-ttcn3-hacks[master]: make PCU tests send PS paging requests on BVCI zero

2018-05-25 Thread Stefan Sperling
Stefan Sperling has posted comments on this change. ( https://gerrit.osmocom.org/8020 ) Change subject: make PCU tests send PS paging requests on BVCI zero .. Patch Set 2: (1 comment) https://gerrit.osmocom.org/#/c/8020/2/lib

Change in osmo-ttcn3-hacks[master]: make PCU tests send PS paging requests on BVCI zero

2018-05-23 Thread Harald Welte
Harald Welte has posted comments on this change. ( https://gerrit.osmocom.org/8020 ) Change subject: make PCU tests send PS paging requests on BVCI zero .. Patch Set 2: Code-Review+1 (1 comment) Almost done, thanks https://g

[PATCH] osmo-ttcn3-hacks[master]: make PCU tests send PS paging requests on BVCI zero

2018-05-07 Thread Stefan Sperling
Hello Harald Welte, Jenkins Builder, I'd like you to reexamine a change. Please visit https://gerrit.osmocom.org/8020 to look at the new patch set (#2). make PCU tests send PS paging requests on BVCI zero osmo-pcu discards PAGING-PS messages unless received on the signalling BVCI 0. The B

osmo-ttcn3-hacks[master]: make PCU tests send PS paging requests on BVCI zero

2018-05-07 Thread Stefan Sperling
Patch Set 1: The next patch set will use a separate signaling port facing towards the test case. As you predicted, that approach works. However, the patch will still match on paging-ps messages only (see my other question). -- To view, visit https://gerrit.osmocom.org/8020 To unsubscribe, vi

osmo-ttcn3-hacks[master]: make PCU tests send PS paging requests on BVCI zero

2018-05-07 Thread Stefan Sperling
Patch Set 1: (1 comment) https://gerrit.osmocom.org/#/c/8020/1/library/BSSGP_Emulation.ttcn File library/BSSGP_Emulation.ttcn: Line 538: [] BSSGP_SP.receive(tr_BSSGP_PS_PAGING(0)) -> value bs_pdu sender vc_conn { > I would argue this template should match all BSSGP messages for BVCI=0 (s

osmo-ttcn3-hacks[master]: make PCU tests send PS paging requests on BVCI zero

2018-05-04 Thread Harald Welte
Patch Set 1: (1 comment) https://gerrit.osmocom.org/#/c/8020/1/library/NS_Emulation.ttcn File library/NS_Emulation.ttcn: Line 266: NSCP.send(t_NS_Send(g_conn_id, t_NS_UNITDATA(t_SduCtrlB, ud_req.bvci, enc))); this ud_req.bvci is comming from the user (BSSG

osmo-ttcn3-hacks[master]: make PCU tests send PS paging requests on BVCI zero

2018-05-04 Thread Harald Welte
Patch Set 1: Code-Review-1 (2 comments) tis is not what we really need, sorry. We'd want to have a second port upwards to the user, so the user (testcase) can specify if he wants to send something through PTP or signaling BVCI. Towards the bottom (NS), I would assume the single port is suff

[PATCH] osmo-ttcn3-hacks[master]: make PCU tests send PS paging requests on BVCI zero

2018-05-03 Thread Stefan Sperling
Review at https://gerrit.osmocom.org/8020 make PCU tests send PS paging requests on BVCI zero osmo-pcu discards PAGING-PS messages unless received on the signalling BVCI 0. The BVCI value must be set to zero both in the NS header and the BSSGP header. Create new ports between the PCU_Test compo