Attention is currently required from: fixeria, laforge.
Patch set 5:Code-Review +1
2 comments:
File libosmo-trx/src/trx_ep.c:
Patch Set #5, Line 427: talloc_free(ep->chans); /* re-alloc: free() and allocate again */
if (num_chans == ep->num_chans) return 0;
Patch Set #5, 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 understand the lifecycle of such objects.
To view, visit change 43111. To unsubscribe, or for help writing mail filters, visit settings.