Attention is currently required from: pespin.
neels has posted comments on this change by pespin. ( https://gerrit.osmocom.org/c/osmo-msc/+/40631?usp=email )
Change subject: ran_peer: Avoid paging attempt if not ready ......................................................................
Patch Set 3: Code-Review-1
(1 comment)
File src/libmsc/ran_peer.c:
https://gerrit.osmocom.org/c/osmo-msc/+/40631/comment/d99cccfb_14cf37a5?usp=... : PS3, Line 686: if (!rp->fi || rp->fi->state != RAN_PEER_ST_READY) have you noticed that osmo-msc generally does not need to check "if (!obj->fi)" because the priv object is the talloc child of the fi.
Please only check the fi->state, because if rp exists, then rp->fi exists.