Attention is currently required from: pespin.
1 comment:
File include/osmocom/bsc_nat/bsc_nat.h:
Patch Set #1, Line 28: struct osmo_sccp_addr addr; /* OsmoBSCNAT's local address */
Maybe loc_addr or local_addr would be more intuitive when reading code.
I've used addr in other places too in later patches in this patchset, IMHO it is nicely consistent and short:
sccp_inst->addr
subscr_conn->bsc->addr
subscr_conn->msc->addr
Since there is no other address for the sccp_inst it should be clear that it's the local address. Also there's the comment in case it's not clear.
To view, visit change 27470. To unsubscribe, or for help writing mail filters, visit settings.