aboutsummaryrefslogtreecommitdiffstats
path: root/src/osmo-bsc/lchan_select.c
AgeCommit message (Expand)AuthorFilesLines
2022-08-09Use libosmocore available API to get value_listPau Espin Pedrol1-4/+4
2022-07-04lchan_select: fix 'chan_alloc_reverse' may be used uninitializedVadim Yanitskiy1-1/+1
2022-06-30lchan_select: implement dynamic selection mode for assignmentVadim Yanitskiy1-9/+96
2022-06-30lchan_select: allow different alloc order for assignment and handoverVadim Yanitskiy1-13/+42
2022-06-30lchan_select: prepare a list of timeslots once, iterate over itVadim Yanitskiy1-71/+81
2021-07-24log: fix missing newline in lchan_select.cNeels Hofmeyr1-1/+1
2021-07-20Add new lchan_select_set_type() API helperPau Espin Pedrol1-6/+16
2021-07-11RES IND: pick lchan with least interferenceNeels Hofmeyr1-11/+48
2021-07-06Support SDCCH8 in osmo dyn tsPau Espin Pedrol1-0/+6
2021-07-06Rename osmo dyn ts enums to contain SDCCH8Pau Espin Pedrol1-3/+3
2021-06-30lchan-select: Avoid setting variable for no reasonPau Espin Pedrol1-14/+3
2021-05-31ensure chan_mode comparisons in non-VAMOS modeNeels Hofmeyr1-1/+1
2021-05-31replace ts_*_for_each_lchan() with ts_for_n_lchans()Neels Hofmeyr1-1/+3
2021-05-28add chan_mode_to_chan_type()Neels Hofmeyr1-15/+24
2021-01-19lchan_avail(): omit logging for handover decision 2Neels Hofmeyr1-18/+20
2020-11-17fix TCH/H allocation: use half occupied dyn TS instead of switching more dyn TSNeels Hofmeyr1-17/+30
2020-09-07abis_rsl: prioritize emergency calls over regular callsPhilipp Maier1-5/+16
2020-07-18Move struct gsm_bts: gsm_data.* => bts.*Pau Espin Pedrol1-0/+1
2019-08-23lchan_select.c: tune log level in lchan_select_by_type()Vadim Yanitskiy1-1/+1
2019-07-16logging: introduce LOG_BTS and LOG_TRX and use it everywhereHarald Welte1-4/+4
2019-05-03assignment_fsm: Properly support assigning signalling mode TCH/xSylvain Munaut1-4/+13
2019-03-14Revert "assignment_fsm: Properly support assigning signalling mode TCH/x"Neels Hofmeyr1-13/+4
2019-03-14assignment_fsm: Properly support assigning signalling mode TCH/xSylvain Munaut1-4/+13
2019-01-22lchan_select: Do not unsolicitedly select a TCH/FPhilipp Maier1-17/+0
2019-01-21lchan_select: dont allow half rate EFR to be selectedPhilipp Maier1-1/+5
2018-11-28bsc: lchan_select: Avoid returning a TCH/H lchan when TCH/F is requestedPau Espin Pedrol1-16/+1
2018-07-28large refactoring: use FSMs for lchans; add inter-BSC HONeels Hofmeyr1-0/+260