Attention is currently required from: neels, dexter.
1 comment:
File src/osmo-bsc/pcu_sock.c:
Patch Set #12, Line 67: is_ericsson_bts
I find this check weird. There seems to be nothing that prevents osmo-pcu to connect to osmo-bsc, even if non-Ericsson BTS is configured. So there *can* be a connection, but `pcu_connected()` will be saying there is no? Why not rather check `pcu_connected(bts) && is_ericsson_bts(bts)` in place?
To view, visit change 31497. To unsubscribe, or for help writing mail filters, visit settings.