Attention is currently required from: falconia, pespin.
fixeria has posted comments on this change. ( https://gerrit.osmocom.org/c/osmo-bts/+/33470 )
Change subject: ECU in UL path: move state alloc/free to l1sap ......................................................................
Patch Set 1:
(1 comment)
File src/common/l1sap.c:
https://gerrit.osmocom.org/c/osmo-bts/+/33470/comment/85dda42d_463aff8b PS1, Line 2214: lchan->ecu_state = osmo_ecu_init(trx, lchan2ecu_codec(lchan));
(is the lchan allocated using talloc? in osmo-bts?)
No, the closest talloc-allocated object in the hierarchy is `trx`. Each `struct gsm_bts_trx` has a static array of `struct gsm_bts_trx_ts`, and each `struct gsm_bts_trx_ts` in its turn has a static array of lchans.