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