Attention is currently required from: pespin.
1 comment:
File src/host/trxcon/include/osmocom/bb/trxcon/trx_if.h:
Patch Set #3, Line 55: struct trx_instance *trx_if_open(struct trxcon_inst *trxcon,
This is a bit strange. All functions here are called trx_if_* but receive a trxcon_inst as object. […]
This is done on purpose. The idea is to use 'struct trxcon_inst' as the glue between different components. Here the pointer is used as parent talloc context, plus we'll need trxcon->fi for allocating trx_fsm as a child of it.
To view, visit change 28667. To unsubscribe, or for help writing mail filters, visit settings.