aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
2021-01-20vty: add macro for 'bts <0-0> trx <0-0> ts <0-7> lchan <0-1>'Vadim Yanitskiy1-3/+5
2021-01-20vty: fix error messages in lchan specific commandsVadim Yanitskiy1-3/+3
2021-01-20power_control: fix: properly print 'delta' applied to attenuationVadim Yanitskiy2-32/+32
2021-01-20power_control: print current RxLev and lower/upper thresholdsVadim Yanitskiy2-60/+65
2021-01-15paging: refactor and optimize fill_paging_type_1()Vadim Yanitskiy1-16/+18
2021-01-13contrib/jenkins: don't build osmo-gsm-manualsOliver Smith1-1/+0
2021-01-13power_control: BS power shall not be reduced on C0Vadim Yanitskiy1-1/+2
2021-01-13l1sap: use rxlev_full when no DTX was usedPhilipp Maier1-1/+11
2021-01-12l1sap: acch_repetition fix hysthereis threshold tablePhilipp Maier1-4/+8
2021-01-08power_control: rework handling of DL RxQual measurementsVadim Yanitskiy4-70/+98
2021-01-08power_control: use more reasonable reduce step sizeVadim Yanitskiy7-85/+124
2021-01-08power_control: properly track the first initial stateVadim Yanitskiy2-1/+3
2021-01-08power_control: generalize measurement pre-processing stateVadim Yanitskiy3-22/+35
2021-01-08power_control: migrate MS/BS control loops to the new paramsVadim Yanitskiy14-154/+182
2021-01-07vty: add a command to show GPRS related infoVadim Yanitskiy1-0/+70
2021-01-07power_control: handle MS/BS Power control params on A-bis/RSLVadim Yanitskiy1-14/+229
2021-01-07power_control: vty: deprecate 'uplink-power-control' commandsVadim Yanitskiy1-24/+62
2021-01-07power_control: vty: re-use cfg_bts_ul_power_target()Vadim Yanitskiy1-17/+14
2021-01-07osmo-bts-trx: vty: clarify and improve some deprecation messagesVadim Yanitskiy1-4/+8
2021-01-06major README uppdateHarald Welte1-11/+17
2021-01-05sysinfo: fix less-than-zero comparison of an unsigned valueVadim Yanitskiy1-1/+1
2021-01-05l1sap: fix: enable UL SACCH repetition if RxQual threshold is 0Vadim Yanitskiy1-0/+6
2021-01-04power_control: add VTY introspection commands for MS/BS paramsVadim Yanitskiy1-16/+103
2021-01-04power_control: check-in new parameters and default valuesVadim Yanitskiy6-6/+107
2021-01-04cosmetic: sysmobts-mgr: fix whitespace indentationPau Espin Pedrol1-1/+1
2021-01-03fix-up missed review comment in CBCH SI4 patching fixHarald Welte1-1/+1
2021-01-03sysinfo.c: Fix SI4 GPRS patching which overwrote CBCH IEHarald Welte3-9/+43
2020-12-30rsl: remove redundant boolean flag in rsl_rx_chan_activ()Vadim Yanitskiy1-3/+1
2020-12-10vty: fix dump_lchan_trx_ts(): dump dedicated channels onlyVadim Yanitskiy1-1/+9
2020-12-10log: rsl_rx_chan_activ: show chan type as human readable stringNeels Hofmeyr1-2/+4
2020-12-09vty: resurrect per-lchan BS/MS Power Control informationVadim Yanitskiy1-7/+47
2020-12-09power_control: make raise/lower step limitation configurableVadim Yanitskiy8-36/+64
2020-12-09nm_channel_fsm: Fix several FSM internal transitions not being madePau Espin Pedrol1-2/+2
2020-12-08rsl: properly initialize MS/BS Power Control stateVadim Yanitskiy1-6/+10
2020-12-06power_control: clarify units in 'struct lchan_power_ctrl_state'Vadim Yanitskiy1-0/+3
2020-12-06power_control: clarify units in 'struct bts_power_ctrl_params'Vadim Yanitskiy11-42/+42
2020-12-06power_control: cosmetic: fix weird spacingVadim Yanitskiy1-9/+9
2020-12-06power_control: implement BS (Downlink) Power ControlVadim Yanitskiy14-26/+878
2020-12-04power_control: derive calc_delta() from lchan_ms_pwr_ctrl()Vadim Yanitskiy1-33/+43
2020-12-04power_control: do not log averaged RSSI values as 'rx-current'Vadim Yanitskiy2-6/+6
2020-12-04power_control: remove a logging statement and early returnVadim Yanitskiy2-19/+11
2020-12-04power_control: lchan_ms_pwr_ctrl(): make use of params/state pointersVadim Yanitskiy1-17/+15
2020-12-04power_control: generalize and rename lchan_ul_pf_ewma()Vadim Yanitskiy1-6/+9
2020-12-04power_control: lchan_ms_pwr_ctrl(): use existing 'trx' pointerVadim Yanitskiy1-1/+1
2020-12-04power_control: lchan_ul_pf_ewma(): do not use lchan->meas.res_nrVadim Yanitskiy2-2/+2
2020-12-04power_control: generalize power control state structureVadim Yanitskiy3-10/+13
2020-12-02tests/power: rename s/power_test/ms_power_loop_test/Vadim Yanitskiy6-9/+9
2020-12-02l1sap: make sure that UL SACCH is always 23 octets longVadim Yanitskiy1-2/+2
2020-12-02bts: add Downlink power control parametersVadim Yanitskiy3-5/+17
2020-12-02bts: generalize a struct for UL/DL power control parametersVadim Yanitskiy1-16/+19