Attention is currently required from: falconia, pespin.
View Change
1 comment:
File src/common/l1sap.c:
Patch Set #1, 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.
To view, visit change 33470. To unsubscribe, or for help writing mail filters, visit settings.
Gerrit-Project: osmo-bts
Gerrit-Branch: master
Gerrit-Change-Id: Ic98a2eb26b5a99bc4a89ad07ae87c9a86b921418
Gerrit-Change-Number: 33470
Gerrit-PatchSet: 1
Gerrit-Owner: falconia <falcon@freecalypso.org>
Gerrit-Reviewer: Jenkins Builder
Gerrit-Reviewer: fixeria <vyanitskiy@sysmocom.de>
Gerrit-Reviewer: pespin <pespin@sysmocom.de>
Gerrit-Attention: falconia <falcon@freecalypso.org>
Gerrit-Attention: pespin <pespin@sysmocom.de>
Gerrit-Comment-Date: Tue, 27 Jun 2023 09:52:45 +0000
Gerrit-HasComments: Yes
Gerrit-Has-Labels: No
Comment-In-Reply-To: pespin <pespin@sysmocom.de>
Gerrit-MessageType: comment