Attention is currently required from: jolly.
Patch set 1:Code-Review +1
1 comment:
File src/common/l1sap.c:
Patch Set #1, Line 2448: struct gsm_bts_trx *trx
can we accept `struct gsm_lchan *lchan` directly here? ... and this avoid having to do `gsm_lchan2chan_nr(lchan)` and then `get_lchan_by_chan_nr()` again. Yes, we would still need to do `gsm_lchan2chan_nr(lchan)` here, but this way we avoid unneeded lchan lookups.
To view, visit change 34889. To unsubscribe, or for help writing mail filters, visit settings.