aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
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
2021-05-31allow explixit TSC Set and TSC on chan activ / modif / assignmentNeels Hofmeyr8-14/+81
2021-05-28gsm48_lchan2chan_desc(): expose TSC as paramNeels Hofmeyr6-16/+21
2021-05-28add chan_mode_to_chan_type()Neels Hofmeyr2-15/+25
2021-05-28RSL link: explicitly select rsl_link based on lchanNeels Hofmeyr15-62/+69
2021-05-28hodec 2: do intra-cell congestion resolution by AssignmentNeels Hofmeyr16-50/+172
2021-05-28vty: actually trigger Assignment for 'assignment', not HONeels Hofmeyr1-20/+32
2021-05-28assignment_fsm: allow assignment to a specific lchanNeels Hofmeyr3-19/+97
2021-05-27assignment_fsm: tweak state transitions (prep for reassignment)Neels Hofmeyr1-16/+29
2021-05-27handover_test: fix naming/wording: 'handover-req' should be 'handover-cmd'Neels Hofmeyr3-29/+29
2021-05-27handover dot charts: fix wrong transitions regarding MGWNeels Hofmeyr2-6/+5
2021-05-27AMR config cleanup step 3: generate AMR LV on msg compositionNeels Hofmeyr6-100/+140
2021-05-27AMR config cleanup step 2: filter modes also for VTYNeels Hofmeyr1-18/+14
2021-05-27AMR config cleanup step 1: split lchan_mr_config()Neels Hofmeyr1-71/+83
2021-05-27move lchan->csd_mode into channel_mode_and_rateNeels Hofmeyr2-18/+16
2021-05-27eliminate lchan->rsl_cmodeNeels Hofmeyr5-43/+26
2021-05-27remove special case from assignment_count_result()Neels Hofmeyr1-27/+13
2021-05-27make sure channel mode and s15_s0 are updated only after an ACKNeels Hofmeyr13-163/+186
2021-05-27potential segfault: vty chan act: do not set AMR bits for EFRNeels Hofmeyr1-1/+0
2021-05-27cosmetic scoping in reuse_existing_lchan()Neels Hofmeyr1-5/+6