Attention is currently required from: pespin. osmith has posted comments on this change. ( https://gerrit.osmocom.org/c/osmo-bsc-nat/+/27463 )
Change subject: bsc_nat_sccp_inst: store ss7_inst ......................................................................
Patch Set 1:
(2 comments)
Patchset:
PS1:
So IIUC, before this commit, the field existed in the struct but was never user? Strange.
before this patch the field did not exist, osmo_ss7_instance_find(dest->ss7_id) was used instead.
File src/osmo-bsc-nat/bsc_nat_fsm.c:
https://gerrit.osmocom.org/c/osmo-bsc-nat/+/27463/comment/9c35883a_059e8498 PS1, Line 273: osmo_ss7_instance_destroy(sccp_inst->ss7_inst);
You could null the pointer like done above.
Done