Attention is currently required from: laforge, pespin.
fixeria has posted comments on this change by fixeria. ( https://gerrit.osmocom.org/c/osmo-trx/+/43111?usp=email )
Change subject: libosmo-trx/ep: add TRX endpoint module ......................................................................
Patch Set 6:
(2 comments)
File libosmo-trx/src/trx_ep.c:
https://gerrit.osmocom.org/c/osmo-trx/+/43111/comment/d519767d_fbd92d45?usp=... : PS5, Line 427: talloc_free(ep->chans); /* re-alloc: free() and allocate again */
if (num_chans == ep->num_chans) return 0;
Acknowledged
https://gerrit.osmocom.org/c/osmo-trx/+/43111/comment/23c8e95c_2908abd7?usp=... : PS5, Line 433: ep->chans[n] = (struct osmo_trx_ep_chan){
FYI, having this is a static function trx_ep_chan_init() is handy later on when readers try to under […]
Done