Attention is currently required from: fixeria. pespin has posted comments on this change. ( https://gerrit.osmocom.org/c/osmocom-bb/+/28861 )
Change subject: trxcon: rework TRXC/TRXD cleanup logic, add trx_fsm_cleanup_cb() ......................................................................
Patch Set 1: Code-Review+1
(1 comment)
File src/host/trxcon/src/trx_if.c:
https://gerrit.osmocom.org/c/osmocom-bb/+/28861/comment/53102348_9ecd2e58 PS1, Line 746: talloc_reparent(trxcon, trx->fi, trx); This is all a bit convoluted. If trx ends up in trx->fi, why not first allocate "fi" and then "trx = talloc_zero(fi, struct trx_instance);"?