aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
2021-06-13hodec2: implement upgrade TCH/H -> TCH/F (without AFS bias)Neels Hofmeyr5-54/+34
2021-06-10gsm_data.h: add comments about immutable activ/modif/assign request infoNeels Hofmeyr1-0/+18
2021-06-10lchan_fsm: lchan_fail() strings should not have a terminating newlineNeels Hofmeyr2-10/+10
2021-06-10RSL: set default TEI according to TRX numberNeels Hofmeyr1-0/+2
2021-06-10cosmetic loop simplification in gsm48_multirate_config()Neels Hofmeyr1-3/+3
2021-06-10get_any_lchan(): reduce minor code dupNeels Hofmeyr1-11/+4
2021-06-10clarify bts_chan_loadNeels Hofmeyr1-7/+6
2021-06-10log: assignment_fsm: tweak err msg for incompatible chanNeels Hofmeyr1-2/+4
2021-06-10log: assignment_fsm: drop newline from assignment_failNeels Hofmeyr1-1/+1
2021-06-10VTY: add lchan re-assignment commandNeels Hofmeyr4-0/+129
2021-06-10VTY: add 'vamos-subslot' to activate a secondary lchanNeels Hofmeyr2-10/+27
2021-06-10VTY: 'show lchan': show that lchan is in VAMOS modeNeels Hofmeyr1-1/+4
2021-06-10RSL: rx and tx VAMOS Channel Number cbits for VAMOS lchansNeels Hofmeyr7-42/+83
2021-06-10RSL chan_nr: replace OSMO_ASSERT with error handlingNeels Hofmeyr8-59/+183
2021-06-10rsl_lchan_lookup(): add comment explaining ts_is_capable_of_pchan()Neels Hofmeyr1-0/+4
2021-06-10rsl_lchan_lookup(): turn cbits if-cascade into a switch()Neels Hofmeyr1-7/+28
2021-06-10update the lchan name to always reflect VAMOS shadownessNeels Hofmeyr7-12/+25
2021-06-10add VAMOS secondary lchans to timeslot structNeels Hofmeyr5-12/+105
2021-06-10RR Assignment for VAMOS: send TSC SetNeels Hofmeyr1-0/+6
2021-06-10implement CHANnel ACTIVate to VAMOS modeNeels Hofmeyr5-17/+54
2021-06-10add missing AMR config for RTP activation after mode modifyNeels Hofmeyr1-11/+19
2021-06-10lchan_fsm: introduce lchan.activate.ch_mode_rate to allow tweakingNeels Hofmeyr5-13/+20
2021-06-10vty-test: osmo-bsc.vty: test doc of lchan activate cmdNeels Hofmeyr1-0/+56
2021-06-10add lchan->vamos.is_secondary flagNeels Hofmeyr2-2/+9
2021-06-10vty: add lchan modify '(vamos|non-vamos)' commandNeels Hofmeyr2-28/+113
2021-06-10implement Channel Mode Modify to VAMOS modeNeels Hofmeyr4-6/+53
2021-06-09vty: Drop unused old node enum fieldsPau Espin Pedrol1-2/+0
2021-06-09allow mode modify when RTP stream is activeNeels Hofmeyr1-9/+0
2021-06-08hodec2: fix is_upgrade_to_tchf() for requirement ANeels Hofmeyr1-1/+1
2021-06-08cosmetic prep: hodec2: move is_upgrade_to_tchf() further upNeels Hofmeyr1-7/+7
2021-06-08hodec2: add handover_test cases for upgrade of TCH/H -> TCH/FNeels Hofmeyr6-0/+210
2021-06-07src/utils/meas_vis.c: fix bs_power -> bs_power_dbOliver Smith1-1/+1
2021-06-05fixup: pass tsc = -1 for previous default training sequence codeNeels Hofmeyr4-1/+13
2021-06-05meas rep logging: use log_check_level() to skip a logging loopNeels Hofmeyr1-6/+7
2021-06-05meas rep logging: replace a dozen DEBUGPC() with one DEBUGP()Neels Hofmeyr1-24/+45
2021-06-05change bs_power to bs_power_dbNeels Hofmeyr8-18/+21
2021-06-05handover: apply meas report BS Power to RXLEV, fix ho oscillationNeels Hofmeyr2-10/+9
2021-06-04Make interference measurement parameters configurableVadim Yanitskiy8-5/+139
2021-06-04bts_uptime(): do not spam logs with 'OML link uptime unavailable'Vadim Yanitskiy1-3/+1
2021-06-04VTY: fix NULL-pointer dereference in lchan_act_single()Vadim Yanitskiy1-0/+4
2021-06-04Use new stat item/ctr getter APIsPau Espin Pedrol19-181/+179
2021-06-04drop unused func decl gsm_lchan_as_pchan2chan_nr()Neels Hofmeyr1-2/+0
2021-06-02fix rc handling in channel_mode_from_lchan()Neels Hofmeyr1-3/+5
2021-06-02fixup for Mode Modify TSCNeels Hofmeyr1-5/+1
2021-06-01Drop duplicated arfcn_range_encode.c available in libosmocoreNeels Hofmeyr11-783/+18
2021-05-31lchan_fsm: introduce lchan.modify.ch_mode_rate to allow tweakingNeels Hofmeyr4-9/+13
2021-05-31ensure chan_mode comparisons in non-VAMOS modeNeels Hofmeyr9-25/+25
2021-05-31replace ts_*_for_each_lchan() with ts_for_n_lchans()Neels Hofmeyr10-54/+28
2021-05-31add fields to reflect nr of lchans in ts structNeels Hofmeyr5-16/+35
2021-05-31VTY: dump TSC Set and TSC for each timeslotNeels Hofmeyr1-3/+7