Attention is currently required from: neels, dexter.
pespin has posted comments on this change. ( https://gerrit.osmocom.org/c/osmo-bsc/+/31618 )
Change subject: pcu_sock: handle multiple BTSs with multiple BSC co-located PCUs ......................................................................
Patch Set 7: Code-Review-1
(1 comment)
File include/osmocom/bsc/pcu_if.h:
https://gerrit.osmocom.org/c/osmo-bsc/+/31618/comment/3de10c9e_4c88425f PS7, Line 11: struct gsm_bts *bts; /* BTS that is associated with this PCU */ I am really not following here. You are assigning a single BTS to the PCU socket? why that limitation? Do you plan to have a PCU socket for each Ericsson BTS? That's not how the protocol is envisioned. One PCU socket is used to manage several (Ericsson) BTS afaiu, so I don't see why this relation of 1 PCU - 1 BTS.