Attention is currently required from: pespin.
1 comment:
File include/osmo-bts/scheduler.h:
Patch Set #1, Line 135: struct l1sched_meas_set buf[24]; /* up to 24 (BUFMAX) entries */
why not use BUFMAX instead of 24 then?
Because `BUFMAX` is defined in a local header of osmo-bts-trx, while this header is in the common directory. Don't ask me why, I don't know, but I guess it's because osmo-bts-virtual is reusing some parts of the scheduler. I could have defined `BUFMAX` here, but IMO `sched_utils.h` is a better place.
To view, visit change 33726. To unsubscribe, or for help writing mail filters, visit settings.