Attention is currently required from: laforge, pespin.
4 comments:
Patchset:
I actually came to the same conclusion myself. […]
Done
File src/common/vty.c:
Patch Set #4, Line 809: bts->suppress_ul_ecu = false;
I wrote the code the way I did so that the default of having this UL ECU enabled would happen on its […]
Done
File src/osmo-bts-trx/l1_if.c:
Patch Set #4, Line 445: if (!trx->bts->suppress_ul_ecu)
if (trx->bts->use_ul_ecu)
Done
Patch Set #4, Line 481: if (!trx->bts->suppress_ul_ecu)
if (trx->bts->use_ul_ecu)
Done
To view, visit change 32110. To unsubscribe, or for help writing mail filters, visit settings.