Attention is currently required from: laforge, pespin, daniel, lynxis lazus.
fixeria has posted comments on this change. ( https://gerrit.osmocom.org/c/osmo-bsc/+/32169 )
Change subject: tests: rename and extend gprs_{bvci_default->params}.vty ......................................................................
Patch Set 2:
(1 comment)
Commit Message:
https://gerrit.osmocom.org/c/osmo-bsc/+/32169/comment/cb9ed249_3822af49 PS1, Line 18: The PCU obviously cannot bind to port 0, and will keep re-starting.
The question here is more: does it make sense from network architecture point of view that PCU binds […]
I investigated this a bit more and found out that 0 is a perfectly valid value, which has been supported until the following patch was merged:
``` commit 315af2f9ea1e8b9bf6e58caebd9dd7829edecfed Author: Alexander Couzens lynxis@fe80.eu Date: Mon Dec 19 21:21:32 2022 +0100 ```
See https://gerrit.osmocom.org/c/osmo-bsc/+/32176. I confirm that with this patch applied osmo-pcu happily connects to osmo-sgsn and GPRS service works as expected.