Attention is currently required from: fixeria, pespin. laforge has posted comments on this change. ( https://gerrit.osmocom.org/c/osmo-bsc/+/28328 )
Change subject: lchan_select: implement dynamic selection mode for assignment ......................................................................
Patch Set 5: Code-Review+1
(1 comment)
File src/osmo-bsc/lchan_select.c:
https://gerrit.osmocom.org/c/osmo-bsc/+/28328/comment/3b7a517e_0cdb6a94 PS2, Line 231: qsort(&trx_list[0], bts->num_trx, sizeof(trx), &qsort_func);
I though about having a separate function for dynamic mode, but then it would be 80% identical to th […]
I can find arguments in favor of both ways, I don't see a clear advantage of either over the other. So in the interest of not dragging this on any loger, I'd be in favor of merging it as-is