Attention is currently required from: neels, laforge, dexter.
1 comment:
File src/osmo-bsc/pcu_sock.c:
Patch Set #10, Line 62: bool pcu_connected(struct gsm_bts *bts)
imho this should be passed a net object now. This is the pcu_sock so no depending on any BTS.
If you want, add an extra function in bts.c bts_is_pcu_connected(bts) to add the extra is_ericsson_bts() after calling this pcu_connected().
EDIT: actually, it probably needs to be passed a struct pcu_sock_state *stat. Either that or *net, whatever you feel like.
To view, visit change 31618. To unsubscribe, or for help writing mail filters, visit settings.