Attention is currently required from: fixeria. pespin has posted comments on this change. ( https://gerrit.osmocom.org/c/osmo-bsc/+/28327 )
Change subject: lchan_select: allow different alloc order for assignment and handover ......................................................................
Patch Set 1:
(2 comments)
File src/osmo-bsc/bts_vty.c:
https://gerrit.osmocom.org/c/osmo-bsc/+/28327/comment/49642fe8_60ccf49c PS1, Line 541: DEFUN_ATTR(cfg_bts_challoc_mode_all, iiuc this should be marked as DEPRECATED in favor of "mode set-all"
File src/osmo-bsc/lchan_select.c:
https://gerrit.osmocom.org/c/osmo-bsc/+/28327/comment/caa02afd_45e33dd8 PS1, Line 254: chan_alloc_reverse = bts->chan_alloc_chan_req_reverse; you could put these in an array chan_alloc_mode[] since you already have an enum. Not important though.