Attention is currently required from: fixeria.
pespin has posted comments on this change by pespin. ( https://gerrit.osmocom.org/c/libosmo-sigtran/+/38663?usp=email )
Change subject: sigtran: Split osmo_ss7_instance allocation into its own function ......................................................................
Patch Set 2:
(1 comment)
Commit Message:
https://gerrit.osmocom.org/c/libosmo-sigtran/+/38663/comment/0ae20b3d_2f4327... : PS2, Line 7: Split
Why? Are you planning to use it somewhere else?
It just follows the usual object structure where you have an _alloc() and a _free()/_destroy() function. Makes it a lot easier to find out stuff. Also, it allows separating the lookup from the allocation, which really has nothing to do.