Attention is currently required from: pespin.
Patch set 3:Code-Review -1
1 comment:
File src/libmsc/ran_peer.c:
Patch Set #3, 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.
To view, visit change 40631. To unsubscribe, or for help writing mail filters, visit settings.